summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-02-26 16:15:03 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-02-26 16:15:03 -0800
commit7bddbc2c8ce9369fe4544890596139ba51a1eb7b (patch)
tree8bfa0ac567d7b790083328e0648d9802e9027f81
parentf29a7c30d92b9e3714cce5604d86fb97c1b099e8 (diff)
downloadperl-7bddbc2c8ce9369fe4544890596139ba51a1eb7b.tar.gz
Increase $attributes::VERSION to 0.18
-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 fdc61e8b83..4d27f4ff25 100644
--- a/ext/attributes/attributes.pm
+++ b/ext/attributes/attributes.pm
@@ -1,6 +1,6 @@
package attributes;
-our $VERSION = 0.17;
+our $VERSION = 0.18;
@EXPORT_OK = qw(get reftype);
@EXPORT = ();