This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
058e2a4
)
Perl 5.10/Encode 2.24: Tiny typo in Encode's Makefile.PL arg processing
author
Jesse Vincent
<jesse@fsck.com>
Sat, 3 May 2008 13:41:45 +0000
(09:41 -0400)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Sun, 4 May 2008 08:54:58 +0000
(08:54 +0000)
Message-Id: <
961C2A4F
-92B3-416D-A9F9-
E7B0ADA9F134
@fsck.com>
p4raw-id: //depot/perl@33783
ext/Encode/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/Encode/Makefile.PL
b/ext/Encode/Makefile.PL
index
6b7d582
..
887d814
100644
(file)
--- a/
ext/Encode/Makefile.PL
+++ b/
ext/Encode/Makefile.PL
@@
-28,7
+28,7
@@
my @more_exe_files = qw(
);
my @pmlibdirs = qw(lib Encode);
-$ARGV{MORE_SCRI
O
PTS} 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};