#!/usr/bin/perl -w use strict; use Test::More tests => 2; BEGIN { use_ok( 'Calendar::Functions' ); use_ok( 'Calendar::List' ); }