[Catalyst-commits] r13355 -
Catalyst-Authentication-Credential-HTTP/1.000/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Jun 16 01:02:52 GMT 2010
Author: t0m
Date: 2010-06-16 02:02:51 +0100 (Wed, 16 Jun 2010)
New Revision: 13355
Modified:
Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes
Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL
Log:
Change requires to test_requires. RT#54029
Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes 2010-06-15 21:17:32 UTC (rev 13354)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes 2010-06-16 01:02:51 UTC (rev 13355)
@@ -1,3 +1,5 @@
+ - Make Test::Exception and Test::MockObject be listed as test_requires
+ rather than requires (RT#54029)
- Skip WWW::Mech tests unless WWW::Mech is a new enough version (RT#55303).
1.012 2010-03-07
Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL 2010-06-15 21:17:32 UTC (rev 13354)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL 2010-06-16 01:02:51 UTC (rev 13355)
@@ -9,11 +9,11 @@
requires 'Catalyst::Plugin::Authentication' => '0.10005';
requires 'Data::UUID' => '0.11';
requires 'String::Escape';
-requires 'Test::Exception';
-requires 'Test::MockObject';
requires 'URI::Escape';
requires 'Class::Accessor::Fast';
+test_requires 'Test::Exception';
+test_requires 'Test::MockObject';
test_requires 'Test::More' => '0.88';
author_requires 'Test::WWW::Mechanize::Catalyst' => '0.51';
More information about the Catalyst-commits
mailing list