[libdatetime-timezone-perl] 13/13: v1.84

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


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

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

commit 373536c79a502a0f19cc09282be78659482d1a37
Author: Dave Rolsky <autarch at urth.org>
Date:   Sat Jan 17 12:48:07 2015 -0600

    v1.84
---
 Changes  | 2 ++
 LICENSE  | 6 +++---
 cpanfile | 5 ++++-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes
index 647b394..a29b085 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 {{$NEXT}}
 
+1.84    2015-01-17
+
 - Removed the per-OS prereqs on DateTime::TimeZone::HPUX and
   DateTime::TimeZone::Local::Win32. This gets rid of circular dependencies
   between those distros and this one. RT #101588, 101589 and 68231.
diff --git a/LICENSE b/LICENSE
index af2d0fd..7c7664d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is copyright (c) 2014 by Dave Rolsky.
+This software is copyright (c) 2015 by Dave Rolsky.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2014 by Dave Rolsky.
+This software is Copyright (c) 2015 by Dave Rolsky.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@ That's all there is to it!
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2014 by Dave Rolsky.
+This software is Copyright (c) 2015 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff --git a/cpanfile b/cpanfile
index 80838d3..6b6df98 100644
--- a/cpanfile
+++ b/cpanfile
@@ -26,7 +26,7 @@ on 'test' => sub {
   requires "Storable" => "0";
   requires "Sys::Hostname" => "0";
   requires "Test::Fatal" => "0";
-  requires "Test::More" => "0.88";
+  requires "Test::More" => "0.96";
   requires "Test::Requires" => "0";
   requires "base" => "0";
   requires "lib" => "0";
@@ -42,6 +42,8 @@ on 'configure' => sub {
 };
 
 on 'develop' => sub {
+  requires "Perl::Critic" => "1.123";
+  requires "Perl::Tidy" => "20140711";
   requires "Pod::Coverage::TrustPod" => "0";
   requires "Test::EOL" => "0";
   requires "Test::More" => "0.88";
@@ -51,4 +53,5 @@ on 'develop' => sub {
   requires "Test::Pod::Coverage" => "1.08";
   requires "Test::Spelling" => "0.12";
   requires "Test::Taint" => "0";
+  requires "Test::Version" => "1";
 };

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