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.
This commit is contained in:
wiz 2010-12-02 12:28:15 +00:00
parent eb6eb70ba8
commit 2802fd9dea
2 changed files with 6 additions and 6 deletions

View file

@ -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/}

View file

@ -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