$attributes::VERSION++ following change 33985.
authorNicholas Clark <nick@ccl4.org>
Sat, 7 Jun 2008 16:33:46 +0000 (16:33 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 7 Jun 2008 16:33:46 +0000 (16:33 +0000)
p4raw-id: //depot/perl@34016

lib/attributes.pm

index db4a471..aa532c2 100644 (file)
@@ -1,6 +1,6 @@
 package attributes;
 
-our $VERSION = 0.08;
+our $VERSION = 0.09;
 
 @EXPORT_OK = qw(get reftype);
 @EXPORT = ();