BEGIN { eval { require bytes; }; } use strict; use vars qw( @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION ); require Exporter; @ISA = qw(Exporter); @EXPORT = qw(); @EXPORT_OK = qw(); our %EXPORT_TAGS = ( 'all' => [qw(generic_calendarCalendar $week_start_day) ] ); $VERSION = '5.4';