diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-15 08:25:20 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-15 08:39:52 +0100 |
commit | 33f804f62a826768d8f4694d2fd94f587e12c6f5 (patch) | |
tree | dbb3dfcbaff2df293d2d040878589fca0303b672 /Porting | |
parent | c3c06741add2b0081dd06d45d21fdbfd0f45dd1f (diff) | |
download | perl-33f804f62a826768d8f4694d2fd94f587e12c6f5.tar.gz |
Upgrade to Sys-Syslog 0.30
This now incorporates blead's customization of t/syslog.t. Also,
win32/PerlLog_RES.uu shouldn't be listed as EXCLUDED since it is
actually included!
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2a1e37ea51..dd88ca72df 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1660,7 +1660,7 @@ use File::Glob qw(:case); 'Sys::Syslog' => { 'MAINTAINER' => 'saper', - 'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.29.tar.gz', + 'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.30.tar.gz', 'FILES' => q[cpan/Sys-Syslog], 'EXCLUDED' => [ qr{^eg/}, @@ -1671,11 +1671,9 @@ use File::Glob qw(:case); t/podspell.t t/portfs.t win32/PerlLog.RES - win32/PerlLog_RES.uu ), ], 'UPSTREAM' => 'cpan', - 'CUSTOMIZED' => ['t/syslog.t'], }, 'Term::ANSIColor' => { |