This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19db9fb
)
Increase $arybase::VERSION to 0.05
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 25 Feb 2012 21:54:51 +0000
(13:54 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 25 Feb 2012 21:54:51 +0000
(13:54 -0800)
ext/arybase/arybase.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/arybase/arybase.pm
b/ext/arybase/arybase.pm
index
bab376c
..
1008684
100644
(file)
--- a/
ext/arybase/arybase.pm
+++ b/
ext/arybase/arybase.pm
@@
-1,6
+1,6
@@
package arybase;
-our $VERSION = "0.0
4
";
+our $VERSION = "0.0
5
";
require XSLoader;
XSLoader::load(); # This returns true, which makes require happy.