mjemmeson / Date-Holidays-GB

Other
4 stars 1 forks source link

Region specific versions of module don't export the methods #2

Closed peternewman closed 8 years ago

peternewman commented 8 years ago
#!/usr/bin/perl

use Date::Holidays::GB::EAW qw/ holidays is_holiday /;
use Data::Dumper;
print Dumper(holidays( year => 2016 )) . "\n";
./testhols
Undefined subroutine &main::holidays called at ./testhols line 5, <DATA> line 165.