ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/stable/0.9/contrib/perl/Porting/corecpan.pl
(Generate patch)

Comparing stable/0.9/contrib/perl/Porting/corecpan.pl (file contents):
Revision 9613 by laffer1, Sun Oct 1 16:03:07 2017 UTC vs.
Revision 9614 by laffer1, Wed Oct 4 14:13:25 2017 UTC

# Line 58 | Line 58 | our $opt_f || !-f $packagefile and get_package_details
58  
59   # Load the package details. All of them.
60   my %cpanversions;
61 < open my $fh, $packagefile or die $!;
61 > open my $fh, '<', $packagefile or die $!;
62   while (<$fh>) {
63      my ($p, $v) = split ' ';
64      next if 1../^\s*$/; # skip header

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines