Increase $attributes::VERSION from 0.16 to 0.17
authorFather Chrysostomos <sprout@cpan.org>
Thu, 6 Oct 2011 07:09:30 +0000 (00:09 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 6 Oct 2011 20:01:22 +0000 (13:01 -0700)
ext/attributes/attributes.pm

index 5b797f4..a883c04 100644 (file)
@@ -1,6 +1,6 @@
 package attributes;
 
-our $VERSION = 0.16;
+our $VERSION = 0.17;
 
 @EXPORT_OK = qw(get reftype);
 @EXPORT = ();