diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-02-26 16:15:03 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-02-26 16:15:03 -0800 |
commit | 7bddbc2c8ce9369fe4544890596139ba51a1eb7b (patch) | |
tree | 8bfa0ac567d7b790083328e0648d9802e9027f81 /ext | |
parent | f29a7c30d92b9e3714cce5604d86fb97c1b099e8 (diff) | |
download | perl-7bddbc2c8ce9369fe4544890596139ba51a1eb7b.tar.gz |
Increase $attributes::VERSION to 0.18
Diffstat (limited to 'ext')
-rw-r--r-- | ext/attributes/attributes.pm | 2 |
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 = (); |