projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9c6d6d9
)
ordering change to squash an M::I warning
Matt S Trout [Wed, 20 Jun 2007 05:57:33 +0000 (
05:57
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
e3fe9a3
..
78b827b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,8
+1,8
@@
use inc::Module::Install 0.67;
name 'DBIx-Class';
-all_from 'lib/DBIx/Class.pm';
perl_version '5.006001';
+all_from 'lib/DBIx/Class.pm';
requires 'Cwd' => 3.19;
requires 'Data::Page' => 2.00;