Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MouseX-Foreign CPAN distribution.

Report information
The Basics
Id: 66836
Status: new
Priority: 0/
Queue: MouseX-Foreign

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

Bug Information
Severity: Normal
Broken in: 0.003
Fixed in: (no value)



Subject: Undeclared dependency on Test::Exception
Grepping finds Test::Exception three times but not in the META.yml or Makefile.PL: t/01_basic.t 3-use strict; 4-use Test::More; 5:use Test::Exception; 6- 7-use Test::Mouse; t/02_moose.t 3-use Test::Requires qw(Moose); 4-use Test::More; 5:use Test::Exception; 6- 7-use Test::Mouse; t/03_mybigint.t 3-use strict; 4-use Test::More; 5:use Test::Exception; 6-use Test::Mouse; 7- Please declare your prerequisites, it makes automated testing and installing and bundling much easier. Thanks!