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