projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e751331
)
Require Data::Page 2.00
Andy Grundman [Mon, 5 Dec 2005 18:34:09 +0000 (18:34 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
a3b5bae
..
6061e4d
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-6,7
+6,7
@@
my %arguments = (
license => 'perl',
module_name => 'DBIx::Class',
requires => {
- 'Data::Page' => 0,
+ 'Data::Page' => 2.00,
'DBI' => 0,
'UNIVERSAL::require' => 0,
'Scalar::Util' => 0,