[Maypole] (no subject)

Marcus Ramberg marcus@thefeed.no
Sun, 2 May 2004 19:29:06 +0200


Hi.
I Had testing problems on the latest CVS, turned out my CDBI::AsForm 
was too old. Attached a patch to Makefile.PL. Is this the wanted format 
for patches?

Marcus

Index: Makefile.PL
===================================================================
RCS file: /var/cvs/modules/Apache-MVC/Makefile.PL,v
retrieving revision 1.16
diff -r1.16 Makefile.PL
13,14c13,14
<         Class::DBI::AsForm => 0,
<         Class::DBI::FromCGI => 0,
---
 >         Class::DBI::AsForm => 2.2,
 >         Class::DBI::FromCGI => 0.94,