summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-09-07 22:14:09 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-09-07 22:15:35 -0700
commit83e49ee07c6c8e192e11c461132321abbac615ed (patch)
treec6e6991c15f57807cb71db2f0922c9a4ad0df578 /ext
parentcdad3b53476fc75fca269751d978ddef3278f18b (diff)
downloadperl-83e49ee07c6c8e192e11c461132321abbac615ed.tar.gz
Increase $attributes::version to 0.16
Diffstat (limited to 'ext')
-rw-r--r--ext/attributes/attributes.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm
index a7c6716f57..5b797f4d6d 100644
--- a/ext/attributes/attributes.pm
+++ b/ext/attributes/attributes.pm
@@ -1,6 +1,6 @@
package attributes;
-our $VERSION = 0.15;
+our $VERSION = 0.16;
@EXPORT_OK = qw(get reftype);
@EXPORT = ();