Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Dependencies CPAN distribution.

Report information
The Basics
Id: 25065
Status: resolved
Priority: 0/
Queue: Test-Dependencies

People
Owner: Nobody in particular
Requestors: agentzh [...] gmail.com
Cc:
AdminCc:

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



Subject: Require '' and perl?
I'm getting the following errors while running the auto-generated tests: t/00-dependencies.............NOK 2# Failed test 'requires('') in Makefile.PL' # in t/00-dependencies.t at line 4. t/00-dependencies.............NOK 7# Failed test 'perl is not a run-time dependency' # in t/00-dependencies.t at line 4. # Looks like you failed 2 tests of 7. I have no idea what these errors mean. I've attached my Makefile.PL to this report. Thanks for your patience.
Subject: Makefile.PL
use strict; use inc::Module::Install; name ('Makefile-DOM'); all_from ('lib/Makefile/DOM.pm'); #install_script ('script/pgmake'); requires ('List::MoreUtils' => '0.21'); requires ('Params::Util' => '0.22'); #requires ('Scalar::Util' => '1.17'); #requires ('Text::Balanced' => '1.95'); requires ('Clone' => '0.18'); build_requires ('Test::Base' => '0.53'); #build_requires ('Test::More' => '0.62'); #build_requires ('IPC::Run3' => '0.036'); #build_requires ('File::Temp' => '0.16'); #build_requires ('File::Spec' => '3.12'); #build_requires ('Cwd' => '3.12'); #build_requiers ('FindBin' => '1.47'); makemaker_args ( test => { TESTS => "t/*.t t/*/*.t t/*/*/*.t" }, ); WriteAll;
Could you try again with the latest version of Test::Dependencies?
9 years old. Closing.