X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvars.pm;h=a051ba128a1f08057f2e1a2182d23ac08f6b8244;hb=e7ec2331900cd22a50f48dd01fa18bd3026f6253;hp=39c39934c992f6fc777e414efb5c55a87b94dff2;hpb=386f5e9f74b08dfab8c60f26e01a8957786e4d5b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/vars.pm b/lib/vars.pm index 39c3993..a051ba1 100644 --- a/lib/vars.pm +++ b/lib/vars.pm @@ -1,18 +1,11 @@ package vars; -require 5.002; +use 5.006; -our $VERSION = '1.00'; - -# The following require can't be removed during maintenance -# releases, sadly, because of the risk of buggy code that does -# require Carp; Carp::croak "..."; without brackets dying -# if Carp hasn't been loaded in earlier compile time. :-( -# We'll let those bugs get found on the development track. -require Carp if $] < 5.00450; +our $VERSION = '1.01'; use warnings::register; -require strict; +use strict qw(vars subs); sub import { my $callpack = caller;