Skip Menu |

This queue is for tickets about the WSDL-XML-Generator CPAN distribution.

Report information
The Basics
Id: 104827
Status: open
Priority: 0/
Queue: WSDL-XML-Generator

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

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



Subject: File::Slurp not declared as a prerequisite
Tests fail if File::Slurp is not installed. Probably it should be declared in the PREREQ_PM section in Makefile.PL: # Failed test 'use WSDL::XML::Generator;' # at t/00-load.t line 7. # Tried to use 'WSDL::XML::Generator'. # Error: Can't locate File/Slurp.pm in @INC (you may need to install the File::Slurp module) (@INC contains: lib CODE(0x16c3f78) /tmpfs/.cpan-build/WSDL-XML-Generator-EEa0i6/blib/lib /tmpfs/.cpan-build/WSDL-XML-Generator-EEa0i6/blib/arch /opt/perl-5.22.0-RC2t/lib/site_perl/5.22.0/x86_64-linux-thread-multi /opt/perl-5.22.0-RC2t/lib/site_perl/5.22.0 /opt/perl-5.22.0-RC2t/lib/5.22.0/x86_64-linux-thread-multi /opt/perl-5.22.0-RC2t/lib/5.22.0 .) at lib/WSDL/XML/Generator.pm line 45. # BEGIN failed--compilation aborted at lib/WSDL/XML/Generator.pm line 45. # Compilation failed in require at t/00-load.t line 7. # BEGIN failed--compilation aborted at t/00-load.t line 7. # Testing WSDL::XML::Generator , Perl 5.022000, /opt/perl-5.22.0-RC2t/bin/perl # Looks like you failed 1 test of 1. FAILED--Further testing stopped. make: *** [test_dynamic] Error 1
On 2015-05-31 12:08:26, SREZIC wrote: Show quoted text
> Tests fail if File::Slurp is not installed. Probably it should be > declared in the PREREQ_PM section in Makefile.PL: > > # Failed test 'use WSDL::XML::Generator;' > # at t/00-load.t line 7. > # Tried to use 'WSDL::XML::Generator'. > # Error: Can't locate File/Slurp.pm in @INC (you may need to > install the File::Slurp module) (@INC contains: lib CODE(0x16c3f78) > /tmpfs/.cpan-build/WSDL-XML-Generator-EEa0i6/blib/lib /tmpfs/.cpan- > build/WSDL-XML-Generator-EEa0i6/blib/arch /opt/perl-5.22.0- > RC2t/lib/site_perl/5.22.0/x86_64-linux-thread-multi /opt/perl-5.22.0- > RC2t/lib/site_perl/5.22.0 /opt/perl-5.22.0-RC2t/lib/5.22.0/x86_64- > linux-thread-multi /opt/perl-5.22.0-RC2t/lib/5.22.0 .) at > lib/WSDL/XML/Generator.pm line 45. > # BEGIN failed--compilation aborted at lib/WSDL/XML/Generator.pm line > 45. > # Compilation failed in require at t/00-load.t line 7. > # BEGIN failed--compilation aborted at t/00-load.t line 7. > # Testing WSDL::XML::Generator , Perl 5.022000, /opt/perl-5.22.0- > RC2t/bin/perl > # Looks like you failed 1 test of 1. > FAILED--Further testing stopped. > make: *** [test_dynamic] Error 1
http://matrix.cpantesters.org/?dist=WSDL-XML-Generator+0.03