Remove the wistful comment about "use strict -- one of these days ..."
authorJames E. Keenan <jkeenan@cpan.org>
Sat, 27 Mar 2010 02:07:21 +0000 (22:07 -0400)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 18:53:52 +0000 (20:53 +0200)
That day has come!

dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm

index 20efd57..4159652 100644 (file)
@@ -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,