projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7954442
)
v string not portable
Yuval Kogman [Tue, 10 Jun 2008 14:02:30 +0000 (14:02 +0000)]
lib/Mouse.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse.pm
b/lib/Mouse.pm
index
35acad9
..
ab3e480
100644
(file)
--- a/
lib/Mouse.pm
+++ b/
lib/Mouse.pm
@@
-4,7
+4,7
@@
use strict;
use warnings;
our $VERSION = '0.01';
-use 5.6.0;
+use 5.006;
use Sub::Exporter;
use Carp 'confess';