Package: libhtml-calendarmonth-perl Severity: normal Tags: patch hi,
see attached patch. bye, - michael
--- ./lib/HTML/CalendarMonth.pm.orig 2006-10-19 16:52:00.000000000 +0200 +++ ./lib/HTML/CalendarMonth.pm 2006-10-19 16:52:16.000000000 +0200 @@ -910,7 +910,7 @@ print $c2->as_HTML; # Full locale support via DateTime::Locale - $c3 HTML::CalendarMonth->new( month => 8, year => 79, locale => 'fr' ); + $c3 = HTML::CalendarMonth->new( month => 8, year => 79, locale => 'fr' ); print $c3->as_HTML =head1 DESCRIPTION