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:
e48f36f
)
Remove debugging code from corelist-perldelta.pl
author
Florian Ragwitz
<rafl@debian.org>
Tue, 22 Mar 2011 13:36:09 +0000
(14:36 +0100)
committer
Florian Ragwitz
<rafl@debian.org>
Thu, 24 Mar 2011 16:15:12 +0000
(17:15 +0100)
Porting/corelist-perldelta.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/corelist-perldelta.pl
b/Porting/corelist-perldelta.pl
index
ef8a1d5
..
ff84c03
100755
(executable)
--- a/
Porting/corelist-perldelta.pl
+++ b/
Porting/corelist-perldelta.pl
@@
-63,7
+63,6
@@
my (@new,@deprecated,@removed,@pragmas,@modules);
# %Modules defines what is currently in core
for my $k ( keys %Modules ) {
# %Modules defines what is currently in core
for my $k ( keys %Modules ) {
- warn "Considering $k";
next unless exists $corelist->{$new}{$k};
my $old_ver = $corelist->{$old}{$k};
my $new_ver = $corelist->{$new}{$k};
next unless exists $corelist->{$new}{$k};
my $old_ver = $corelist->{$old}{$k};
my $new_ver = $corelist->{$new}{$k};