X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fattributes.pm;h=3a6b3d5e0fef1d8d7c134d779b27b5fc32b5cf79;hb=d6ec9fa3b3319f35131489112ca8c41e368dd1c8;hp=3c8923f6daa0683e3c5d22a0efb84dd754d0d8bd;hpb=2752632fa2799401e39860d7b56037f66a1ba3e0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/attributes.pm b/lib/attributes.pm index 3c8923f..3a6b3d5 100644 --- a/lib/attributes.pm +++ b/lib/attributes.pm @@ -1,6 +1,6 @@ package attributes; -$VERSION = 0.03; +our $VERSION = 0.04; @EXPORT_OK = qw(get reftype); @EXPORT = (); @@ -27,7 +27,7 @@ sub carp { # # The extra trips through newATTRSUB in the interpreter wipe out any savings # from avoiding the BEGIN block. Just do the bootstrap now. -BEGIN { bootstrap } +BEGIN { bootstrap attributes } sub import { @_ > 2 && ref $_[2] or do {