projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ce5e6e3
)
* Moose does not work with Perl 5.8.0.
Piotr Roszatycki [Sun, 1 Feb 2009 11:42:46 +0000 (11:42 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
6d242bf
..
51b7148
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,12
+1,12
@@
use strict;
use warnings;
use inc::Module::Install;
-use 5.008;
+use 5.008001;
check_conflicts();
name 'Moose';
-perl_version '5.008';
+perl_version '5.008001';
all_from 'lib/Moose.pm';
license 'perl';