Change 12022 by jhi@alpha on 2001/09/14 14:49:52

        Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
        From: "chromatic" <[EMAIL PROTECTED]>
        Date: Fri, 14 Sep 2001 09:44:57 -0600 
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/lib/ExtUtils/Manifest.t#3 edit

Differences ...

==== //depot/perl/lib/ExtUtils/Manifest.t#3 (text) ====
Index: perl/lib/ExtUtils/Manifest.t
--- perl/lib/ExtUtils/Manifest.t.~1~    Fri Sep 14 09:00:06 2001
+++ perl/lib/ExtUtils/Manifest.t        Fri Sep 14 09:00:06 2001
@@ -19,7 +19,7 @@
 sub add_file {
        my ($file, $data) = @_;
        $data ||= 'foo';
-       open( my $T, ">$file") or return;
+       open( my $T, '>', $file) or return;
        print $T $data;
        push @files, $file;
 }
End of Patch.

Reply via email to