Perl 5.10/Encode 2.24: Tiny typo in Encode's Makefile.PL arg processing
Jesse Vincent [Sat, 3 May 2008 13:41:45 +0000 (09:41 -0400)]
Message-Id: <961C2A4F-92B3-416D-A9F9-E7B0ADA9F134@fsck.com>

p4raw-id: //depot/perl@33783

ext/Encode/Makefile.PL

index 6b7d582..887d814 100644 (file)
@@ -28,7 +28,7 @@ my @more_exe_files = qw(
             );
 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};