ports/databases/p5-DBIx-Recordset/files/patch-Makefile.PL
Ying-Chieh Liao 70b473129c add p5-DBIx-Recordset
Perl module for abstraction and simplification of database access

PR:		26958
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-05-08 12:01:23 +00:00

29 lines
406 B
Perl

*** Makefile.PL.orig Sun Apr 29 19:51:53 2001
--- Makefile.PL Sun Apr 29 19:52:04 2001
***************
*** 8,13 ****
--- 8,14 ----
use ExtUtils::MakeMaker;
+ =item
# Ignore the following DBD Drivers
%ignore = ('ExampleP' => 1,
***************
*** 183,189 ****
close FH ;
}
!
WriteMakefile
(
--- 184,190 ----
close FH ;
}
! =cut
WriteMakefile
(