diff options
author | mjl <mjl@pkgsrc.org> | 2003-03-16 15:42:14 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-03-16 15:42:14 +0000 |
commit | dd266c19ab9723baad28713cafbd828db6fe28ba (patch) | |
tree | 267c5dd686b330a3741d84b4b36c4c35af3acabc /devel/p5-Date-Calc/Makefile | |
parent | b43596ea3b3ea61b413e86f61573cadb24f0f002 (diff) | |
download | pkgsrc-dd266c19ab9723baad28713cafbd828db6fe28ba.tar.gz |
Update p5-Date-Calc to 5.3 (old version no longer on CPAN)
+ Simplified the error message handlers in "Calc.xs".
+ Changed the Polish profiles from ISO-Latin-2 to ISO-Latin-1.
+ Fixed the broken tests in "t/f034.t" and "t/m006.t".
+ Synchronized "Carp::Clan" and "ToolBox.h" with "Bit::Vector" 6.2.
+ Integrated modifications needed for MacOS / MacPerl.
+ Added new method "normalize()" (Date::Calc::Object).
+ Added a new test script "t/m011.t" for "normalize()".
+ Added a calendar profile for Mexico (Date::Calendar::Profiles).
+ Little additions to and corrections of the documentation (Date::Calc).
+ Added Polish (Date::Calc) and a calendar profile for Poland.
+ Added Hungarian (Date::Calc).
+ Added some more commemorative days to the profile of Brazil.
Diffstat (limited to 'devel/p5-Date-Calc/Makefile')
-rw-r--r-- | devel/p5-Date-Calc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Date-Calc/Makefile b/devel/p5-Date-Calc/Makefile index ded8a78dd7d..a05cb49541c 100644 --- a/devel/p5-Date-Calc/Makefile +++ b/devel/p5-Date-Calc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2002/10/20 23:35:11 seb Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/16 15:42:14 mjl Exp $ # -DISTNAME= Date-Calc-5.0 +DISTNAME= Date-Calc-5.3 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dca CATEGORIES= devel perl5 |