Increase $attributes::version to 0.16
authorFather Chrysostomos <sprout@cpan.org>
Thu, 8 Sep 2011 05:14:09 +0000 (22:14 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 8 Sep 2011 05:15:35 +0000 (22:15 -0700)
ext/attributes/attributes.pm

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