Skip Menu |

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

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

People
Owner: msergeant [...] cpan.org
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: getsqlite.pl gets installed (you need 'PL_FILES' => {},)
Your Makefile.PL needs a 'PL_FILES' => {}, MakeMaker will glob for *.pl files and install those along side the *.pm
From: Matt Sergeant <matt [...] sergeant.org>
Subject: Re: [cpan #7052] getsqlite.pl gets installed (you need 'PL_FILES' => {},)
Date: Mon, 9 Aug 2004 22:51:37 +0100
To: bug-DBD-SQLite [...] rt.cpan.org
RT-Send-Cc:
On 22 Jul 2004, at 08:40, Guest via RT wrote: Show quoted text
> Your Makefile.PL needs a > 'PL_FILES' => {}, > MakeMaker will glob for *.pl files and install those along side the > *.pm
I've added this, but I'm not convinced it works. Can you let me know?
[matt@sergeant.org - Mon Aug 9 17:50:48 2004]: Show quoted text
> On 22 Jul 2004, at 08:40, Guest via RT wrote: >
> > Your Makefile.PL needs a > > 'PL_FILES' => {}, > > MakeMaker will glob for *.pl files and install those along side the > > *.pm
> > I've added this, but I'm not convinced it works. Can you let me know?
Hmm, it doesn't appear to anymore. I'm not sure if its a bug in MakeMaker or what, but one sure (and easy way) to overcome this is to rename getsqlite.pl
[matt@sergeant.org - Mon Aug 9 17:50:48 2004]: Show quoted text
> On 22 Jul 2004, at 08:40, Guest via RT wrote: >
> > Your Makefile.PL needs a > > 'PL_FILES' => {}, > > MakeMaker will glob for *.pl files and install those along side the > > *.pm
> > I've added this, but I'm not convinced it works. Can you let me know? >
You can also fix this by modifying sub libscan { to reject .pl files