diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 00:09:30 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 13:01:22 -0700 |
commit | 2e9ae640bc2547b17d0603dc9be693161de48af1 (patch) | |
tree | 0a6b56b8b81a443d5e151102a3b0ad8eddf75086 /ext/attributes | |
parent | 2e245867b52e4c5968d19f8e3f94b3b656489ce9 (diff) | |
download | perl-2e9ae640bc2547b17d0603dc9be693161de48af1.tar.gz |
Increase $attributes::VERSION from 0.16 to 0.17
Diffstat (limited to 'ext/attributes')
-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 5b797f4d6d..a883c04d9f 100644 --- a/ext/attributes/attributes.pm +++ b/ext/attributes/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.16; +our $VERSION = 0.17; @EXPORT_OK = qw(get reftype); @EXPORT = (); |