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:
4cc560b
)
Eliminate a warning
author
Abigail
<abigail@abigail.be>
Mon, 19 Mar 2012 23:14:24 +0000
(
00:14
+0100)
committer
Abigail
<abigail@abigail.be>
Mon, 19 Mar 2012 23:16:27 +0000
(
00:16
+0100)
Porting/corelist.pl
patch
|
blob
|
history
diff --git
a/Porting/corelist.pl
b/Porting/corelist.pl
index
83211f3
..
f8110f3
100755
(executable)
--- a/
Porting/corelist.pl
+++ b/
Porting/corelist.pl
@@
-152,7
+152,7
@@
my %module_to_deprecated;
while ( my ( $module, $file ) = each %module_to_file ) {
my $M = $file_to_M->{$file};
next unless $M;
- next if $Modules{$M}{MAINTAINER} eq 'p5p';
+ next if $Modules{$M}{MAINTAINER}
&& $Modules{$M}{MAINTAINER}
eq 'p5p';
$module_to_upstream{$module} = $Modules{$M}{UPSTREAM};
$module_to_deprecated{$module} = 1 if $Modules{$M}{DEPRECATED};
next