[Catalyst-commits] r10397 - Catalyst-Devel/1.00/branches/helper_refactor/t

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Sat May 30 22:57:34 GMT 2009


Author: dhoss
Date: 2009-05-30 22:57:34 +0000 (Sat, 30 May 2009)
New Revision: 10397

Modified:
   Catalyst-Devel/1.00/branches/helper_refactor/t/check_invocation.t
Log:
fixed invocation test


Modified: Catalyst-Devel/1.00/branches/helper_refactor/t/check_invocation.t
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/t/check_invocation.t	2009-05-30 18:45:17 UTC (rev 10396)
+++ Catalyst-Devel/1.00/branches/helper_refactor/t/check_invocation.t	2009-05-30 22:57:34 UTC (rev 10397)
@@ -2,12 +2,18 @@
 use warnings;
 
 use FindBin qw/$Bin/;
-use Test::More test => 1;
+use Test::More tests => 1;
 
 use lib "$Bin/../lib";
 
 use Catalyst::Helper;
 
+my $force    = 0;
+my $help     = 0;
+my $makefile = 0;
+my $scripts  = 0;
+my $short    = 0;
+
 my $helper = Catalyst::Helper->new(
     {
         '.newfiles' => !$force,




More information about the Catalyst-commits mailing list