[libdatetime-timezone-perl] 10/13: Update version hack in parse_olson

gregor herrmann gregoa at debian.org
Wed Apr 15 19:03:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to annotated tag v1.76
in repository libdatetime-timezone-perl.

commit 65a4e30a568eaddeec26ca4ebc8b49672a012e72
Author: Dave Rolsky <autarch at urth.org>
Date:   Sun Oct 26 10:38:08 2014 -0500

    Update version hack in parse_olson
---
 tools/parse_olson | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/parse_olson b/tools/parse_olson
index ec64197..56449f3 100755
--- a/tools/parse_olson
+++ b/tools/parse_olson
@@ -6,7 +6,7 @@ use warnings;
 use lib './lib';
 
 # Hack so loading DateTime.pm doesn't blow up
-BEGIN { $DateTime::TimeZone::VERSION = '1.24' }
+BEGIN { $DateTime::TimeZone::VERSION = '1.75' }
 
 use Data::Dumper;
 use DateTime;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-timezone-perl.git



More information about the Pkg-perl-cvs-commits mailing list