X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2Fcorecpan.pl;h=0bf39132ddb09b133530fdf6232f2a8333820553;hb=54c7876f687059dc7b09511db127f9ac439f8d8d;hp=1327483f1d4cca6f5226b622bb680cedf5a390f6;hpb=04cd59d6b048a525c3fb8126184bf470c6ae713e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/corecpan.pl b/Porting/corecpan.pl index 1327483..0bf3913 100644 --- a/Porting/corecpan.pl +++ b/Porting/corecpan.pl @@ -32,7 +32,7 @@ sub get_package_details () { getopts('fhv'); our $opt_h and usage; -our $opt_f or !-f $packagefile and get_package_details; +our $opt_f || !-f $packagefile and get_package_details; # Load the package details. All of them. my %cpanversions;