diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-21 14:52:50 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-22 08:21:13 -0700 |
commit | eddd77ceed2006321182714bd36a37ee8620dbde (patch) | |
tree | 4ab50ada96a2a287a23a7f8cc0a307ce80c374f4 | |
parent | 1d0561d57fdbf1bfd047c3da2fda2b9dc4b86128 (diff) | |
download | perl-eddd77ceed2006321182714bd36a37ee8620dbde.tar.gz |
Increase $attributes::version to 0.15
I’m about to make changes to it.
-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 178a126329..f79db0fd8c 100644 --- a/ext/attributes/attributes.pm +++ b/ext/attributes/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.14; +our $VERSION = 0.15; @EXPORT_OK = qw(get reftype); @EXPORT = (); |