[Bps-public-commit] r16160 - in Prophet/trunk: .

spang at bestpractical.com spang at bestpractical.com
Mon Sep 29 18:17:45 EDT 2008


Author: spang
Date: Mon Sep 29 18:17:41 2008
New Revision: 16160

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/t/01-dependencies.t

Log:
 r50155 at loki:  spang | 2008-09-28 16:15:14 -0400
 minor typo fix in a test


Modified: Prophet/trunk/t/01-dependencies.t
==============================================================================
--- Prophet/trunk/t/01-dependencies.t	(original)
+++ Prophet/trunk/t/01-dependencies.t	Mon Sep 29 18:17:41 2008
@@ -14,7 +14,7 @@
 use File::Find;
 eval 'use Module::CoreList';
 if ($@) { plan skip_all => 'Module::CoreList not installed' }
-if (! -d 'inc/.author') { plan skip_all => 'These tests only run for module auhtors'}
+if (! -d 'inc/.author') { plan skip_all => 'These tests only run for module authors'}
 
 plan 'no_plan';
 



More information about the Bps-public-commit mailing list