projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e07292
)
Removed typo that caused a variable to shadow an existing variable
author
Steve Peters
<steve@fisharerojo.org>
Sun, 22 Oct 2006 21:47:11 +0000
(21:47 +0000)
committer
Steve Peters
<steve@fisharerojo.org>
Sun, 22 Oct 2006 21:47:11 +0000
(21:47 +0000)
in an external scope.
p4raw-id: //depot/perl@29083
ext/threads/Makefile.PL
patch
|
blob
|
history
diff --git
a/ext/threads/Makefile.PL
b/ext/threads/Makefile.PL
index
5cc63d9
..
90b82e4
100755
(executable)
--- a/
ext/threads/Makefile.PL
+++ b/
ext/threads/Makefile.PL
@@
-64,7
+64,7
@@
if (grep { $_ eq 'PERL_CORE=1' } @ARGV) {
my $prereqs;
if (!$ENV{PERL_CORE}) {
-
my
$prereqs = {
+ $prereqs = {
'strict' => 0,
'warnings' => 0,
'overload' => 0,