diff options
author | wiz <wiz@pkgsrc.org> | 2010-12-02 12:28:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-12-02 12:28:15 +0000 |
commit | 2802fd9deaeda6b9d7998f84061e042999fda1ef (patch) | |
tree | de00d8e33d2758cea99ad77571566a64ceb5da30 /time | |
parent | eb6eb70ba85c8828406bbc62afb15d2e746d4e49 (diff) | |
download | pkgsrc-2802fd9deaeda6b9d7998f84061e042999fda1ef.tar.gz |
Update to 0.66:
0.66 2010-11-26
- A bunch of documentation cleanup. No code changes.
0.65 2010-10-25
- Actually put the right $VERSION in every package. No other changes.
0.64 2010-10-25
* All the constructors besides new() ended up calling new(), which meant that
these constructors went through the parameter validation code
twice. Avoiding this should make everything that constructs a new object
(besides new() itself) a little faster.
** This change breaks DateTime::Fiscal::Retail454, but no other modules, to
the best of my knowledge. **
- The t/39no-so.t test failed for some people. I can't reproduce it, but this
release will hopefully fix the problem. Patch by Tokuhiro Matsuno. RT
#62061.
- Added a section on the DateTime Project ecosystem to the docs. Addresses RT
#60930.
- Fixed wiki links in the docs now that the wiki has moved to a new wiki
platform.
- Restored some of the dzil-ification. The repo now has a very minimal
Build.PL file which is just enough to build the XS code and run the
tests. This fixes the total lack of prereqs in the META.* files. Reported by
Bjørn-Olav. RT #62427.
0.63 2010-09-24
- Actually bump the version in the module files. Oops. Reported by bricas.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 9173ee77952..5b8403b627e 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2010/09/23 21:34:50 sno Exp $ +# $NetBSD: Makefile,v 1.27 2010/12/02 12:28:15 wiz Exp $ -DISTNAME= DateTime-0.62 +DISTNAME= DateTime-0.66 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo index e85510f72f3..4f32ee5daaf 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2010/09/23 21:34:50 sno Exp $ +$NetBSD: distinfo,v 1.22 2010/12/02 12:28:15 wiz Exp $ -SHA1 (DateTime-0.62.tar.gz) = 41a4b566e22c7695a46296a4547247798e4ab4ed -RMD160 (DateTime-0.62.tar.gz) = 2e3f1cfb8405dc57e66be284daa1242736241790 -Size (DateTime-0.62.tar.gz) = 144609 bytes +SHA1 (DateTime-0.66.tar.gz) = 98dafe2b3766344b1fe88f4faf71384d0a51f71f +RMD160 (DateTime-0.66.tar.gz) = 61bb07fa0d233778367cd9b68ca34394d5d3f4a7 +Size (DateTime-0.66.tar.gz) = 177080 bytes |