]> git.pld-linux.org Git - packages/pldcpan.git/commitdiff
- no warnings "redefine" around Pod::Parser::preprocess_line
authorradek <radek@pld-linux.org>
Tue, 15 Jun 2004 18:28:43 +0000 (18:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldcpan.pl -> 1.14

pldcpan.pl

index 7303132ae2ece8c8039cb8dfd408553e8f2aac67..925b2d13c1b6105d50c88f7ed57801afaeb90d08 100644 (file)
@@ -198,7 +198,7 @@ sub test_find_pod_file {
 
 # workaround for Pod::Parser not supporting "\r\n" line endings
 {
-       no warnings;
+       no warnings 'redefine';
 
        sub Pod::Parser::preprocess_line {
                (my $text = $_[1]) =~ y/\r//d;
This page took 0.037227 seconds and 4 git commands to generate.