]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - lib/HTML/CalendarMonth.pm
* Fix FTBFS caused by new version of Date::Manip (closes: 571421)
[deb_pkgs/libhtml-calendarmonth-perl.git] / lib / HTML / CalendarMonth.pm
index 70d1bbec5e120fc17ba491d6ce778ed7ef9e38b4..8d4445647c685f787c2780f92630504da2e0f021 100644 (file)
@@ -3,11 +3,11 @@ package HTML::CalendarMonth;
 use strict;
 use vars qw($VERSION @ISA);
 
-$VERSION = '1.17';
+$VERSION = '1.19';
 
 use Carp;
 
-use HTML::ElementTable 1.13;
+use HTML::ElementTable 1.15;
 use HTML::CalendarMonth::Locale;
 use HTML::CalendarMonth::DateTool;
 
@@ -910,7 +910,7 @@ HTML::CalendarMonth - Perl extension for generating and manipulating HTML calend
  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
@@ -968,10 +968,10 @@ DateTime::Locale->ids().
 All arguments appearing in [brackets] are optional, and do not represent
 anonymous array references.
 
-=over
-
 B<Constructor>
 
+=over
+
 =item new()
 
 With no arguments, the constructor will return a calendar object
@@ -1292,7 +1292,7 @@ Matthew P. Sisk, E<lt>F<sisk@mojotoad.com>E<gt>
 
 =head1 COPYRIGHT
 
-Copyright (c) 1998-2005 Matthew P. Sisk. All rights reserved. All wrongs
+Copyright (c) 1998-2008 Matthew P. Sisk. All rights reserved. All wrongs
 revenged. This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.