[Jifty-commit] r553 - in jifty/trunk: . t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Feb 7 09:39:40 EST 2006


Author: jesse
Date: Tue Feb  7 09:39:39 2006
New Revision: 553

Modified:
   jifty/trunk/META.yml
   jifty/trunk/Makefile.PL
   jifty/trunk/t/01-dependencies.t
   jifty/trunk/t/Continuations/t/01-raw-api.t
   jifty/trunk/t/Continuations/t/02-api.t

Log:
* Minor cleanups for dependency checking tests --jesse


Modified: jifty/trunk/META.yml
==============================================================================
--- jifty/trunk/META.yml	(original)
+++ jifty/trunk/META.yml	Tue Feb  7 09:39:39 2006
@@ -1,5 +1,5 @@
 distribution_type: module
-generated_by: Module::Install version 0.520
+generated_by: Module::Install version 0.540
 license: unknown
 name: Jifty
 no_index:

Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Tue Feb  7 09:39:39 2006
@@ -30,7 +30,7 @@
 requires('FindBin');
 requires('Getopt::Long');
 requires('HTML::Entities');
-requires('HTML::Mason' => 1.3101);           # HTML::Mason::CGIHandler HTML::Mason::Interp HTML::Mason::Plugin
+requires('HTML::Mason' => 1.3101);           # HTML::Mason::CGIHandler HTML::Mason::Interp HTML::Mason::Plugin HTML::Mason::Request::CGI
 requires('HTML::Mason::Plugin');
 requires('HTTP::Cookies');
 requires('HTTP::Server::Simple' => '0.10');  # HTTP::Server::Simple::CGI

Modified: jifty/trunk/t/01-dependencies.t
==============================================================================
--- jifty/trunk/t/01-dependencies.t	(original)
+++ jifty/trunk/t/01-dependencies.t	Tue Feb  7 09:39:39 2006
@@ -44,7 +44,7 @@
 }
 
 for (sort keys %used) {
-    next if /^(Jifty|BTDT|Jifty::DBI|inc|t)/ or lc $_ eq $_;
+    next if /^(Jifty|BTDT|Jifty::DBI|TestApp|inc|t)/ or lc $_ eq $_;
     ok(delete $required{$_}, "$_ in Makefile.PL");
     delete $used{$_};
 }

Modified: jifty/trunk/t/Continuations/t/01-raw-api.t
==============================================================================
--- jifty/trunk/t/Continuations/t/01-raw-api.t	(original)
+++ jifty/trunk/t/Continuations/t/01-raw-api.t	Tue Feb  7 09:39:39 2006
@@ -10,7 +10,7 @@
 =cut
 
 BEGIN {chdir "t/Continuations"}
-use lib '../../lib';
+use lib '../lib';
 use Jifty::Test tests => 47;
 
 use_ok('Jifty::Test::WWW::Mechanize');

Modified: jifty/trunk/t/Continuations/t/02-api.t
==============================================================================
--- jifty/trunk/t/Continuations/t/02-api.t	(original)
+++ jifty/trunk/t/Continuations/t/02-api.t	Tue Feb  7 09:39:39 2006
@@ -10,7 +10,7 @@
 =cut
 
 BEGIN {chdir "t/Continuations"}
-use lib '../../lib';
+use lib '../lib';
 use Jifty::Test tests => 31;
 
 use_ok('Jifty::Test::WWW::Mechanize');


More information about the Jifty-commit mailing list