Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 44647
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: jw [...] suse.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.19_01
Fixed in: (no value)



Subject: Makefile.PL syntax error
I use the following patch to survice perl Makefile.PL --- DBD-SQLite-1.19_01/Makefile.PL.orig 2009-03-27 11:53:45.000000000 +0100 +++ DBD-SQLite-1.19_01/Makefile.PL 2009-03-28 17:30:07.725955000 +0100 @@ -167,7 +167,7 @@ EXE_FILES => [], INC => join( ' ', @CC_INC ), DEFINE => join( ' ', @CC_DEFINE ), - ( @CC_LIBS ? join( ' ', @CC_LIBS ) : () ), + ( @CC_LIBS ? (LIBS => join( ' ', @CC_LIBS )) : () ), ); package MY; ---------- hope it is what was intended.
Fixed