summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-01-02 17:19:37 +0100
committerFlorian Ragwitz <rafl@debian.org>2011-01-02 17:19:37 +0100
commitb522078b19085efa612ccb4a20db8b9ca78e1bba (patch)
tree4c3f13445aeea8121f1c3f6a2e3c30d0f454e355
parent23046b7e6ff1fe67d95bf72477e961d488fd2d27 (diff)
downloadperl-b522078b19085efa612ccb4a20db8b9ca78e1bba.tar.gz
CPAN is upstream for Time::Local again
-rw-r--r--MANIFEST4
-rwxr-xr-xPorting/Maintainers.pl7
-rw-r--r--cpan/Time-Local/lib/Time/Local.pm (renamed from ext/Time-Local/lib/Time/Local.pm)0
-rw-r--r--cpan/Time-Local/t/Local.t (renamed from ext/Time-Local/t/Local.t)0
4 files changed, 4 insertions, 7 deletions
diff --git a/MANIFEST b/MANIFEST
index 3bbc40dece..f233aa698f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2369,6 +2369,8 @@ cpan/Time-HiRes/HiRes.xs Time::HiRes extension
cpan/Time-HiRes/Makefile.PL Time::HiRes extension
cpan/Time-HiRes/t/HiRes.t Test for Time::HiRes
cpan/Time-HiRes/typemap Time::HiRes extension
+cpan/Time-Local/lib/Time/Local.pm Reverse translation of localtime, gmtime
+cpan/Time-Local/t/Local.t See if Time::Local works
cpan/Time-Piece/Changes Time::Piece extension
cpan/Time-Piece/Makefile.PL Time::Piece extension
cpan/Time-Piece/Piece.pm Time::Piece extension
@@ -3430,8 +3432,6 @@ ext/Tie-Hash-NamedCapture/NamedCapture.pm Implements %- and %+ behaviour
ext/Tie-Hash-NamedCapture/NamedCapture.xs Implements %- and %+ behaviour
ext/Tie-Memoize/lib/Tie/Memoize.pm Base class for memoized tied hashes
ext/Tie-Memoize/t/Tie-Memoize.t Test for Tie::Memoize
-ext/Time-Local/lib/Time/Local.pm Reverse translation of localtime, gmtime
-ext/Time-Local/t/Local.t See if Time::Local works
ext/VMS-DCLsym/0README.txt ReadMe file for VMS::DCLsym
ext/VMS-DCLsym/DCLsym.pm Perl access to CLI symbols
ext/VMS-DCLsym/DCLsym.xs Perl access to CLI symbols
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index a0f3e2c689..a1be41d32c 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1521,12 +1521,9 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'drolsky',
'DISTRIBUTION' => 'FLORA/Time-Local-1.2000.tar.gz',
- 'FILES' => q[ext/Time-Local],
+ 'FILES' => q[cpan/Time-Local],
'EXCLUDED' => [ qw(t/pod-coverage.t t/pod.t) ],
- 'UPSTREAM' => 'blead',
- # Currently Time::Local is no longer backwards compatible with Pre-5.11 perls
- # the version in core has now deviated from the CPAN version. To re-dual-life
- # this module, we'll need to rewrite a hybrid version
+ 'UPSTREAM' => 'cpan',
},
'Time::Piece' =>
diff --git a/ext/Time-Local/lib/Time/Local.pm b/cpan/Time-Local/lib/Time/Local.pm
index 0e9c4ac467..0e9c4ac467 100644
--- a/ext/Time-Local/lib/Time/Local.pm
+++ b/cpan/Time-Local/lib/Time/Local.pm
diff --git a/ext/Time-Local/t/Local.t b/cpan/Time-Local/t/Local.t
index 521cac0bb3..521cac0bb3 100644
--- a/ext/Time-Local/t/Local.t
+++ b/cpan/Time-Local/t/Local.t