Changes of Revision 7
[-] [+] | Changed | perl-DBD-Oracle.spec |
[-] [+] | Added | perl-DBD-Oracle-Makefile.patch ^ |
@@ -0,0 +1,11 @@ +--- Makefile.PL.orig 2008-10-02 07:40:55.000000000 +0200 ++++ Makefile.PL 2008-10-02 07:41:31.000000000 +0200 +@@ -18,7 +18,7 @@ + # For those not using Dynamic loading this means building a + # new static perl in the DBI directory by saying 'make perl' + # and then using _that_ perl to make this one. +-use DBI 1.51; ++use DBI 1.50; + use DBI::DBD; # DBD creation tools + + |