summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-01-22 16:41:49 +0000
committerDavid Mitchell <davem@iabyn.com>2015-01-22 16:41:49 +0000
commitc56aace2d0aee74fae81eab6a1bb50a647709427 (patch)
treee7d171fa44f4f211caa1b2ed5fc45ec180262370 /ext
parentc98de163de0b7ceafeda0e7348391b9eac339ecb (diff)
downloadperl-c56aace2d0aee74fae81eab6a1bb50a647709427.tar.gz
bump attributes.pm version
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 062cd77ce0..74cfc6380d 100644
--- a/ext/attributes/attributes.pm
+++ b/ext/attributes/attributes.pm
@@ -1,6 +1,6 @@
package attributes;
-our $VERSION = 0.25;
+our $VERSION = 0.26;
@EXPORT_OK = qw(get reftype);
@EXPORT = ();