summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-06 21:48:27 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-06 21:48:27 -0800
commit6a465adc61d1626d1e993ee0f97a20e796b1a813 (patch)
tree142dbb3888a656a5d36976733f336d303a486f07 /ext
parentc6afe6664edd0f72ba320c7d17ab247876849084 (diff)
downloadperl-6a465adc61d1626d1e993ee0f97a20e796b1a813.tar.gz
Increase $arybase::VERSION to 0.09
Diffstat (limited to 'ext')
-rw-r--r--ext/arybase/arybase.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/arybase/arybase.pm b/ext/arybase/arybase.pm
index 67c71e7915..03d44660c7 100644
--- a/ext/arybase/arybase.pm
+++ b/ext/arybase/arybase.pm
@@ -1,6 +1,6 @@
package arybase;
-our $VERSION = "0.08";
+our $VERSION = "0.09";
require XSLoader;
XSLoader::load(); # This returns true, which makes require happy.