diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-01-02 17:19:37 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-01-02 17:19:37 +0100 |
commit | b522078b19085efa612ccb4a20db8b9ca78e1bba (patch) | |
tree | 4c3f13445aeea8121f1c3f6a2e3c30d0f454e355 /Porting | |
parent | 23046b7e6ff1fe67d95bf72477e961d488fd2d27 (diff) | |
download | perl-b522078b19085efa612ccb4a20db8b9ca78e1bba.tar.gz |
CPAN is upstream for Time::Local again
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 7 |
1 files changed, 2 insertions, 5 deletions
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' => |