diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-04-10 21:50:03 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-04-10 21:50:03 -0700 |
commit | 629e8f5e3a9b318b663e6fbb0025a6b0c03deffe (patch) | |
tree | a7dfc3aab26c0bc8c2610155a9215bca0008e3b2 /ext | |
parent | 46df87afe682864c981a397eb071789227e11d29 (diff) | |
download | perl-629e8f5e3a9b318b663e6fbb0025a6b0c03deffe.tar.gz |
Increase $attributes::VERSION to 0.19
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 64fc960098..6bf10ab747 100644 --- a/ext/attributes/attributes.pm +++ b/ext/attributes/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.18; +our $VERSION = 0.19; @EXPORT_OK = qw(get reftype); @EXPORT = (); |