diff options
| author | fukachan <fukachan> | 2012-02-18 10:01:34 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2012-02-18 10:01:34 +0000 |
| commit | 44e690055046752aeb39f753ba51c9f024d5e0d6 (patch) | |
| tree | c66080590e96053c9f4e0aa3704745fb5cee0a69 /cpan/dist/Time-modules/lib/Time/DaysInMonth.pm | |
| parent | b653588fd14399a3acd1aca1f77e0bced91f804d (diff) | |
| download | fml8-44e690055046752aeb39f753ba51c9f024d5e0d6.tar.gz fml8-44e690055046752aeb39f753ba51c9f024d5e0d6.tar.bz2 fml8-44e690055046752aeb39f753ba51c9f024d5e0d6.zip | |
update Time-modules to 2011.0517 (sync w/ pkgsrc/time/p5-Time-modules).
bump up the FML_CURRENT_VERSION to 7.98.17 to clarify the dependence
among the version and modules.
Diffstat (limited to 'cpan/dist/Time-modules/lib/Time/DaysInMonth.pm')
| -rw-r--r-- | cpan/dist/Time-modules/lib/Time/DaysInMonth.pm | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/cpan/dist/Time-modules/lib/Time/DaysInMonth.pm b/cpan/dist/Time-modules/lib/Time/DaysInMonth.pm index 2139f2f8..60a75086 100644 --- a/cpan/dist/Time-modules/lib/Time/DaysInMonth.pm +++ b/cpan/dist/Time-modules/lib/Time/DaysInMonth.pm @@ -12,7 +12,7 @@ use strict; use vars qw($VERSION %mltable); -$VERSION = 96.032702; +$VERSION = 99.1117; CONFIG: { %mltable = qw( @@ -49,7 +49,7 @@ sub is_leap 1; -__DATA__ +__END__ =head1 NAME @@ -68,8 +68,16 @@ a month. That's all it does. Really! =head1 AUTHOR -David Muir Sharnoff <muir@idiom.com> +David Muir Sharnoff <muir@idiom.org> -Copyright (C) 1996-1999 David Muir Sharnoff. All Rights Reserved. -Use and redistribution allowed at user's own risk. +=head1 BUGS + +This only deals with the "modern" calendar. Look elsewhere for +historical time and date support. + +=head1 LICENSE + +Copyright (C) 1996-1999 David Muir Sharnoff. License hereby +granted for anyone to use, modify or redistribute this module at +their own risk. Please feed useful changes back to muir@idiom.org. |
