[libdatetime-timezone-perl] 23/23: v1.77

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


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

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

commit 5ef58dff7077a9cf4d25ea4994f7a6aeadfa7e90
Author: Dave Rolsky <autarch at urth.org>
Date:   Tue Nov 4 19:40:28 2014 -0600

    v1.77
---
 Changes   |  2 ++
 LICENSE   |  6 +++---
 README.md | 12 +++++++++++-
 cpanfile  |  8 +++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/Changes b/Changes
index 0db3e2f..c4e8d49 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 {{$NEXT}}
 
+1.77    2014-11-04
+
 - Updated the mapping of Windows -> IANA time zones. Patch by David
   Pinkowitz. RT #10025.
 
diff --git a/LICENSE b/LICENSE
index 84b0913..af2d0fd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is copyright (c) 2014 by David Rolsky.
+This software is copyright (c) 2014 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 David Rolsky.
+This software is Copyright (c) 2014 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 David Rolsky.
+This software is Copyright (c) 2014 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff --git a/README.md b/README.md
index daccd68..ac78bd4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ DateTime::TimeZone - Time zone object base class and factory
 
 # VERSION
 
-version 1.76
+version 1.77
 
 # SYNOPSIS
 
@@ -274,6 +274,16 @@ flag to see what they can be used for.
 
 Dave Rolsky <autarch at urth.org>
 
+# CONTRIBUTORS
+
+- Alexey Molchanov <alexey.molchanov at gmail.com>
+- Alfie John <alfiej at fastmail.fm>
+- Daisuke Maki <dmaki at cpan.org>
+- David Pinkowitz <dave at pinkowitz.com>
+- Iain Truskett <deceased>
+- Joshua Hoblitt <jhoblitt at cpan.org>
+- Karen Etheridge <ether at cpan.org>
+
 # COPYRIGHT AND LICENSE
 
 This software is copyright (c) 2014 by Dave Rolsky.
diff --git a/cpanfile b/cpanfile
index 9465583..80838d3 100644
--- a/cpanfile
+++ b/cpanfile
@@ -1,5 +1,4 @@
-requires "Class::Load" => "0";
-requires "Class::Singleton" => "0";
+requires "Class::Singleton" => "1.03";
 requires "Cwd" => "3";
 requires "File::Basename" => "0";
 requires "File::Compare" => "0";
@@ -7,7 +6,9 @@ requires "File::Find" => "0";
 requires "File::Spec" => "0";
 requires "List::AllUtils" => "0";
 requires "List::Util" => "0";
+requires "Module::Runtime" => "0";
 requires "Params::Validate" => "0.72";
+requires "Try::Tiny" => "0";
 requires "constant" => "0";
 requires "parent" => "0";
 requires "perl" => "5.006";
@@ -26,7 +27,6 @@ on 'test' => sub {
   requires "Sys::Hostname" => "0";
   requires "Test::Fatal" => "0";
   requires "Test::More" => "0.88";
-  requires "Test::Output" => "0";
   requires "Test::Requires" => "0";
   requires "base" => "0";
   requires "lib" => "0";
@@ -46,7 +46,9 @@ on 'develop' => sub {
   requires "Test::EOL" => "0";
   requires "Test::More" => "0.88";
   requires "Test::NoTabs" => "0";
+  requires "Test::Output" => "0";
   requires "Test::Pod" => "1.41";
   requires "Test::Pod::Coverage" => "1.08";
   requires "Test::Spelling" => "0.12";
+  requires "Test::Taint" => "0";
 };

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