[Rt-commit] r14692 - in rtfm/trunk: .

falcone at bestpractical.com falcone at bestpractical.com
Thu Jul 31 11:17:37 EDT 2008


Author: falcone
Date: Thu Jul 31 11:17:34 2008
New Revision: 14692

Modified:
   rtfm/trunk/   (props changed)
   rtfm/trunk/t/lib/RT/FM/Test.pm

Log:
 r36451 at ketch:  falcone | 2008-07-30 16:25:54 -0400
 * hint to users that they can tell the tests where to find RT's libs


Modified: rtfm/trunk/t/lib/RT/FM/Test.pm
==============================================================================
--- rtfm/trunk/t/lib/RT/FM/Test.pm	(original)
+++ rtfm/trunk/t/lib/RT/FM/Test.pm	Thu Jul 31 11:17:34 2008
@@ -5,7 +5,7 @@
 use base qw(Test::More);
 
 eval 'use RT::Test; 1'
-    or Test::More::plan skip_all => 'requires 3.8 to run tests.';
+    or Test::More::plan skip_all => 'requires 3.8 to run tests.  You may need to set PERL5LIB=/path/to/rt/lib';
 
 sub import_extra {
     my $class = shift;


More information about the Rt-commit mailing list