diff options
-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 fdc61e8b83..4d27f4ff25 100644 --- a/ext/attributes/attributes.pm +++ b/ext/attributes/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.17; +our $VERSION = 0.18; @EXPORT_OK = qw(get reftype); @EXPORT = (); |