Skip Menu |

This queue is for tickets about the Net-Connection-Match CPAN distribution.

Report information
The Basics
Id: 130117
Status: new
Priority: 0/
Queue: Net-Connection-Match

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

Bug Information
Severity: (no value)
Broken in:
  • 0.0.0
  • 0.1.0
  • 0.2.0
Fixed in: (no value)



Subject: Undeclared dependency Error::Helper
It seems that Error::Helper has to be declared as a prereq --- without it the module cannot compile: ... Bailout called. Further testing stopped: # Failed test 'use Net::Connection::Match;' # at t/00-load.t line 10. # Tried to use 'Net::Connection::Match'. # Error: Base class package "Error::Helper" is empty. # (Perhaps you need to 'use' the module which defines that package first, # or make that module available in @INC (@INC contains: ...). # at /home/cpansand/.cpan/build/2019071921/Net-Connection-Match-0.0.0-vIPzfg/blib/lib/Net/Connection/Match.pm line 6. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019071921/Net-Connection-Match-0.0.0-vIPzfg/blib/lib/Net/Connection/Match.pm line 6. # Compilation failed in require at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. Use of uninitialized value $Net::Connection::Match::VERSION in concatenation (.) or string at t/00-load.t line 13. # Testing Net::Connection::Match , Perl 5.020001, /usr/perl5.20.1Dp/bin/perl # Looks like you failed 1 test of 1. FAILED--Further testing stopped. *** Error code 1 ...