From: Nicholas Clark Date: Sat, 7 Jun 2008 16:33:46 +0000 (+0000) Subject: $attributes::VERSION++ following change 33985. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f878116a0769aa9497e0b1374b11d5a2891f5a5;p=p5sagit%2Fp5-mst-13.2.git $attributes::VERSION++ following change 33985. p4raw-id: //depot/perl@34016 --- diff --git a/lib/attributes.pm b/lib/attributes.pm index db4a471..aa532c2 100644 --- a/lib/attributes.pm +++ b/lib/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.08; +our $VERSION = 0.09; @EXPORT_OK = qw(get reftype); @EXPORT = ();