X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=current%2Flib%2FHTML%2FCalendarMonth.pm;h=e98133e22f6549d3d9c58ab418c77a73618c7cc4;hb=9d8d5103edda5befbcae635c8a6edebe7431e094;hp=70d1bbec5e120fc17ba491d6ce778ed7ef9e38b4;hpb=36de36eb82dffed27739d6d353669a1e80570de5;p=deb_pkgs%2Flibhtml-calendarmonth-perl.git diff --git a/current/lib/HTML/CalendarMonth.pm b/current/lib/HTML/CalendarMonth.pm index 70d1bbe..e98133e 100644 --- a/current/lib/HTML/CalendarMonth.pm +++ b/current/lib/HTML/CalendarMonth.pm @@ -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; @@ -1292,7 +1292,7 @@ Matthew P. Sisk, EFE =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.