From: Father Chrysostomos Date: Thu, 6 Oct 2011 07:09:30 +0000 (-0700) Subject: Increase $attributes::VERSION from 0.16 to 0.17 X-Git-Tag: accepted/trunk/20130322.191538~2492^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e9ae640bc2547b17d0603dc9be693161de48af1;p=platform%2Fupstream%2Fperl.git Increase $attributes::VERSION from 0.16 to 0.17 --- diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm index 5b797f4..a883c04 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 = ();