0.6904 2007-11-09 - Updated the Windows -> Olson conversion table, though it's still English-only. Added some more Win32 tests to hopefully help diagnose a test failure report from a Win32 tester. 0.6903 2007-11-08 - The Win32::TieRegistry prereq was requiring version 1.0, which doesn't exist. I meant to require just any version. Reported by CJM. RT #30580. - No code changes in this release. 0.6902 2007-11-05 - Fixed many sloppy uses of eval blocks which would leave $@ set after calling various DT::TZ methods/functions. This could cause unrelated error checking to find $@ set to something and log an error or die. Reported by Kat. 0.6901 2007-11-02 - Add Win32::TieRegistry to our prereqs if we're on Win32. Reported by Ruud H.G. van Tol. 0.69 2007-11-01 - This release is based on version 2007i of the Olson database, which includes changes to Cuba and Syria. 0.68 2007-10-01 - This release is based on version 2007h of the Olson database, which includes changes to Egypt, Iran, Palestine, Brazil, and Venezuela. 0.67 2007-08-20 - This release is based on version 2007g of the Olson database, which includes changes to Egypt, Antarctica, Australia, and Indiana (Perry County). 0.6603 2007-07-07 - The DateTime::TimeZone->names_in_country() method returned the wrong thing in scalar context. Instead of a simple array reference, it returned a reference to an array reference. Reported by John O'Rourke. RT #27843.
19 lines
617 B
Makefile
19 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.10 2007/11/29 17:43:22 wiz Exp $
|
|
|
|
DISTNAME= DateTime-TimeZone-0.6904
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
|
|
|
MAINTAINER= cube@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/DateTime-TimeZone/
|
|
COMMENT= Perl module to handle time zone manipulation
|
|
|
|
DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
|
|
DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|