Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-DBIProfile CPAN distribution.

Report information
The Basics
Id: 38700
Status: resolved
Priority: 0/
Queue: CGI-Application-Plugin-DBIProfile

People
Owner: Nobody in particular
Requestors: jaldhar [...] braincells.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.05
Fixed in: (no value)



Subject: Build.PL doesnt work.
$ perl Build.PL Not an ARRAY reference at /usr/share/perl5/Module/Build/Base.pm line 167. This is with Module::Build 0.2808.01 The attached patch appears to fix it.
Subject: CGI-Application-Plugin-DBIProfile.patch
--- Build.PL.orig 2008-08-25 01:14:35.000000000 -0400 +++ Build.PL 2008-08-25 01:14:59.000000000 -0400 @@ -21,7 +21,7 @@ 'GD::Graph' => 0, 'SVG::TT::Graph' => 0, }, - add_to_cleanup => { FILES => 'CGI-Application-Plugin-DBIProfile-*' }, + add_to_cleanup => ['CGI-Application-Plugin-DBIProfile-*', ], create_makefile_pl => 'traditional', );
On Mon Aug 25 01:18:17 2008, JALDHAR wrote: Show quoted text
> $ perl Build.PL > Not an ARRAY reference at /usr/share/perl5/Module/Build/Base.pm line > 167. > > This is with Module::Build 0.2808.01 >
Same error also with newer Module::Build versions (0.30 and 0.30_01) Regards, Slaven
This appears to be resolved now. There was a module layout issue. Fixed in version 0.07 (should be on CPAN momentarily). Local tests were successful.