Subject: | There Is No Class::DBI::Pager >1 |
Dear Aaron Johnson,
Hi. This is imacat from Taiwan. I found that you have specified
Class::DBI::Pager => '>1' in the PREREQ_PM of the Makefile.PL of your
Class-DBI-Plugin-FilterOnClick-1.1. But the current version of
Class::DBI::Pager is 0.08. Your PREREQ_PM will never meet.
I made a simple patch to Class-DBI-Plugin-FilterOnClick-1.1, in the
hope that it helps. Please tell me if you have any question, or if I
could be of any help. Thank you.
Subject: | Class-DBI-Plugin-FilterOnClick-1.1-prereq.diff |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
diff -u -r Class-DBI-Plugin-FilterOnClick-1.1.orig/Makefile.PL Class-DBI-Plugin-FilterOnClick-1.1/Makefile.PL
- --- Class-DBI-Plugin-FilterOnClick-1.1.orig/Makefile.PL 2007-10-09 06:53:31.000000000 +0800
+++ Class-DBI-Plugin-FilterOnClick-1.1/Makefile.PL 2008-04-17 02:17:54.000000000 +0800
@@ -10,7 +10,7 @@
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
- - 'Class::DBI::Pager' => ">1",
+ 'Class::DBI::Pager' => 0,
'Class::DBI::AsForm' => .05,
'Class::DBI' => .94,
'HTML::Table' => ">2",
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkgGQvkACgkQi9gubzC5S1z1ygCgiFr2RihinNLel77cBYjt9Uf1
MjUAn2fw+DQZbx2AxEI4JCcxgsGSKCVg
=DQgp
-----END PGP SIGNATURE-----