[Jifty-commit] r1885 - jifty/trunk/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 30 17:43:12 EDT 2006


Author: schwern
Date: Wed Aug 30 17:43:11 2006
New Revision: 1885

Modified:
   /   (props changed)
   jifty/trunk/lib/Jifty/Test.pm
   jifty/trunk/t/03-is_passing.t

Log:
 r17565 at windhund:  schwern | 2006-08-30 17:21:48 -0400
 Forgot to use File::Spec in Jifty::Test.


Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Wed Aug 30 17:43:11 2006
@@ -10,7 +10,7 @@
 use Email::LocalDelivery;
 use Email::Folder;
 use File::Path;
-
+use File::Spec;
 
 =head1 NAME
 

Modified: jifty/trunk/t/03-is_passing.t
==============================================================================
--- jifty/trunk/t/03-is_passing.t	(original)
+++ jifty/trunk/t/03-is_passing.t	Wed Aug 30 17:43:11 2006
@@ -2,8 +2,6 @@
 
 use strict;
 
-use File::Spec;
-
 use Jifty::Test tests => 7;
 
 my $tb = Jifty::Test->builder;


More information about the Jifty-commit mailing list