Skip Menu |

This queue is for tickets about the SQL-Interp CPAN distribution.

Report information
The Basics
Id: 29375
Status: resolved
Priority: 0/
Queue: SQL-Interp

People
Owner: MARKSTOS [...] cpan.org
Requestors: frag [...] ripco.com
Cc:
AdminCc:

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



Subject: SQL::Interp dies at "perl Makefile.PL"
Loading via CPAN.pm, I get this: Could not open 'lib/SQL/Interpolate.pm': No such file or directory at /usr/lib/perl5/5.8.5/ExtUtils/MM_Unix.pm line 2708. Warning: No success on command[/usr/bin/perl Makefile.PL] MARKSTOS/SQL-Interp-1.01.tar.gz /usr/bin/perl Makefile.PL -- NOT OK Failed during this command: MARKSTOS/SQL-Interp-1.01.tar.gz : writemakefile NO '/usr/bin/perl Makefile.PL' returned status 512 The problem seems to be this line in Makefile.PL: VERSION_FROM => 'lib/SQL/Interpolate.pm', Chaning that to 'lib/SQL/Interp.pm' makes this problem go away. (A second problem then arises, whether I use Makefile.PL or Build.PL, but I'll file a second bug report for that if I can't straighten it out.)
Thanks for the report. Uploading 1.02 to resolve it. Mark