diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-07 22:14:09 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-07 22:15:35 -0700 |
commit | 83e49ee07c6c8e192e11c461132321abbac615ed (patch) | |
tree | c6e6991c15f57807cb71db2f0922c9a4ad0df578 /ext/attributes | |
parent | cdad3b53476fc75fca269751d978ddef3278f18b (diff) | |
download | perl-83e49ee07c6c8e192e11c461132321abbac615ed.tar.gz |
Increase $attributes::version to 0.16
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 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 = (); |