Revision history for Mouse
+0.63
+ [CHANGES]
+ * Resolve RT#59460: Test::Requires is not a required prerequisite unless
+ release-testing... (Curtis Jewell)
+ See also https://rt.cpan.org/Public/Bug/Display.html?id=59460
+
0.62 Tue Jul 6 20:18:58 2010
[FEATURES]
* Support MouseX::StrictConstructor (gfx)
# for developpers:
BEGIN{
if(grep{ $_ eq '--author' } @ARGV){
- print "^X -S cpanm < author/requires.cpanm\n";
+ print "$^X -S cpanm < author/requires.cpanm\n";
system "$^X -S cpanm < author/requires.cpanm";
}
}
test_requires 'Test::More' => 0.88;
test_requires 'Test::Exception' => 0.29;
-test_requires 'Test::Requires' => 0.03;
+if ( $ENV{RELEASE_TESTING} || (grep { $_ eq '--author' } @ARGV) ) {
+ test_requires 'Test::Requires' => 0.03;
+}
# test_requires 'Test::Output' => 0.16; # too many dependencies!
if($] < 5.010) {