From: James E. Keenan Date: Sat, 27 Mar 2010 02:07:21 +0000 (-0400) Subject: Remove the wistful comment about "use strict -- one of these days ..." X-Git-Tag: accepted/trunk/20130322.191538~3330^2~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6c384563bdcd9ab6c1abd1e6dd841bac9e80cd7;p=platform%2Fupstream%2Fperl.git Remove the wistful comment about "use strict -- one of these days ..." That day has come! --- diff --git a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm index 20efd57..4159652 100644 --- a/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm +++ b/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm @@ -29,8 +29,6 @@ our @EXPORT_OK = qw( our $VERSION = '3'; $VERSION = eval $VERSION if $VERSION =~ /_/; -# use strict; # One of these days ... - our ( $ProtoUsed, @InitFileCode, $FH, $proto_re, $Overload, $errors, $Fallback, $hiertype, $WantPrototypes, $WantVersionChk, $WantLineNumbers, $filepathname,