Skip Menu |

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

Report information
The Basics
Id: 50927
Status: resolved
Priority: 0/
Queue: CGI-Application-Plugin-DBIx-Class

People
Owner: Nobody in particular
Requestors: RHAEN [...] cpan.org
Cc:
AdminCc:

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



Subject: Missing dependency for Data::Dump in Makefile.PL
I just installed the plugin on a SUN sparc machine running SunOS 9. The test stage fails due to a missing dependency which is not installed by default (Data::Dump). The Data::Dump module is "use"d in the test 01- basic.t. I can't find an occurence for the real need, except the "use" clause so maybe it's the solution to remove the "use Data::Dump 'pp'" entry. Thanks for the cool module! Regards Uli Below is the log of the test target: Running make for F/FR/FREW/CGI-Application-Plugin-DBIx-Class- 0.093010.tar.gz Is already unwrapped into directory /.cpan/build/CGI-Application- Plugin-DBIx-Class-0.093010 CPAN.pm: Going to build F/FR/FREW/CGI-Application-Plugin-DBIx-Class- 0.093010.tar.gz cp lib/CGI/Application/Plugin/DBIx/Class.pm blib/lib/CGI/Application/Plugin/DBIx/Class.pm Manifying blib/man3/CGI::Application::Plugin::DBIx::Class.3 /usr/xpg4/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/pkg/bin/perl "-MExtUtils::Command::MM" "- e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01-basic................ok 1/0Can't locate Data/Dump.pm in @INC (@INC contains: /.cpan/build/CGI-Application-Plugin-DBIx-Class- 0.093010/t/lib /.cpan/build/CGI-Application-Plugin-DBIx-Class- 0.093010/t/../lib /.cpan/build/CGI-Application-Plugin-DBIx-Class- 0.093010/blib/lib /.cpan/build/CGI-Application-Plugin-DBIx-Class- 0.093010/blib/arch /usr/pkg/lib/perl5/site_perl/5.8.0/sparc-solaris- thread- multi /usr/pkg/lib/perl5/site_perl/5.8.0 /usr/pkg/lib/perl5/site_perl /u sr/pkg/lib/perl5/vendor_perl/5.8.0/sparc-solaris-thread- multi /usr/pkg/lib/perl5/vendor_perl/5.8.0 /usr/pkg/lib/perl5/vendor_per l /usr/pkg/lib/perl5/5.8.0/sparc-solaris-thread- multi /usr/pkg/lib/perl5/5.8.0 .) at t/01-basic.t line 107. BEGIN failed--compilation aborted at t/01-basic.t line 107. # Tests were run but no plan was declared and done_testing() was not seen. t/01- basic................dubious Test returned status 2 (wstat 512, 0x200) t/release-pod-coverage....skipped all skipped: these tests are for release candidate testing t/release-pod-syntax......skipped all skipped: these tests are for release candidate testing FAILED--3 test scripts could be run, alas--no output ever seen *** Error code 29 make: Fatal error: Command failed for target `test_dynamic' /usr/xpg4/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
On Wed Oct 28 13:37:38 2009, RHAEN wrote: Show quoted text
> I just installed the plugin on a SUN sparc machine running SunOS 9. The > test stage fails due to a missing dependency which is not installed by > default (Data::Dump). The Data::Dump module is "use"d in the test 01- > basic.t. > > I can't find an occurence for the real need, except the "use" clause so > maybe it's the solution to remove the "use Data::Dump 'pp'" entry. > > Thanks for the cool module! > > Regards > Uli
Amateur hour in fREW's office! I'll release a fixed version later today :-)
On Wed Oct 28 14:11:43 2009, frew wrote: Show quoted text
> On Wed Oct 28 13:37:38 2009, RHAEN wrote:
> > I just installed the plugin on a SUN sparc machine running SunOS 9. The > > test stage fails due to a missing dependency which is not installed by > > default (Data::Dump). The Data::Dump module is "use"d in the test 01- > > basic.t. > > > > I can't find an occurence for the real need, except the "use" clause so > > maybe it's the solution to remove the "use Data::Dump 'pp'" entry. > > > > Thanks for the cool module! > > > > Regards > > Uli
> > Amateur hour in fREW's office! I'll release a fixed version later
today :-) New version released.