This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Left a debugging statement in a Porting tool. Oops!
[perl5.git] / Porting / corelist-perldelta.pl
index 7e96309..d7bcd2a 100755 (executable)
@@ -57,8 +57,6 @@ my @versions = sort keys %$corelist;
 my ($old, $new) = @ARGV;
 $old ||= $versions[-2];
 $new ||= $versions[-1];
-warn $old;
-warn $new;
 $deprecated = $Module::CoreList::deprecated{$new};
 
 my (@new,@deprecated,@removed,@pragmas,@modules);