Change 33783 by [EMAIL PROTECTED] on 2008/05/04 08:54:58

        Subject: Perl 5.10/Encode 2.24: Tiny typo in Encode's Makefile.PL arg 
processing
        From: Jesse Vincent <[EMAIL PROTECTED]>
        Date: Sat, 3 May 2008 13:41:45 -0400
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/ext/Encode/Makefile.PL#42 edit

Differences ...

==== //depot/perl/ext/Encode/Makefile.PL#42 (text) ====
Index: perl/ext/Encode/Makefile.PL
--- perl/ext/Encode/Makefile.PL#41~33493~       2008-03-12 07:20:49.000000000 
-0700
+++ perl/ext/Encode/Makefile.PL 2008-05-04 01:54:58.000000000 -0700
@@ -28,7 +28,7 @@
             );
 my @pmlibdirs = qw(lib Encode);
 
-$ARGV{MORE_SCRIOPTS} and push @exe_files, @more_exe_files;
+$ARGV{MORE_SCRIPTS} and push @exe_files, @more_exe_files;
 $ARGV{INSTALL_UCM}   and push @pmlibdirs, "ucm";
 my @man =  ();
 @man = ( MAN1PODS => {}, MAN3PODS => {} ) if $ENV{PERL_CORE};
End of Patch.

Reply via email to