From 83e49ee07c6c8e192e11c461132321abbac615ed Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 7 Sep 2011 22:14:09 -0700 Subject: [PATCH] Increase $attributes::version to 0.16 --- ext/attributes/attributes.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm index a7c6716..5b797f4 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 = (); -- 2.7.4