[Catalyst-commits] r10354 - in Catalyst-Devel/1.00/branches/helper_refactor: share/root t

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Fri May 29 08:39:43 GMT 2009


Author: dhoss
Date: 2009-05-29 08:39:42 +0000 (Fri, 29 May 2009)
New Revision: 10354

Removed:
   Catalyst-Devel/1.00/branches/helper_refactor/t/create_files.t
Modified:
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/apptest.tt
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/changes.tt
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/config.tt
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/makefile.tt
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/podcoveragetest.tt
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/podtest.tt
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/readme.tt
Log:
added a few fixes


Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/root/apptest.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/root/apptest.tt	2009-05-29 02:21:23 UTC (rev 10353)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/root/apptest.tt	2009-05-29 08:39:42 UTC (rev 10354)
@@ -6,4 +6,3 @@
 BEGIN { use_ok 'Catalyst::Test', '[% name %]' }
 
 ok( request('/')->is_success, 'Request should succeed' );
-

Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/root/changes.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/root/changes.tt	2009-05-29 02:21:23 UTC (rev 10353)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/root/changes.tt	2009-05-29 08:39:42 UTC (rev 10354)
@@ -1,4 +1,4 @@
 This file documents the revision history for Perl extension [% name %].
 
-0.01  2009-05-16 01:50:32
+0.01  [% time %]
         - initial revision, generated by Catalyst

Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/root/config.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/root/config.tt	2009-05-29 02:21:23 UTC (rev 10353)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/root/config.tt	2009-05-29 08:39:42 UTC (rev 10354)
@@ -1,3 +1,3 @@
-# rename this file to Addison.yml and put a : in front of "name" if
-# you want to use yaml like in old versions of Catalyst
+# rename this file to [% name %].yml and put a ':' in front of 'name' if
+# you want to use YAML like in old versions of Catalyst
 name [% name %]

Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/root/makefile.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/root/makefile.tt	2009-05-29 02:21:23 UTC (rev 10353)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/root/makefile.tt	2009-05-29 08:39:42 UTC (rev 10354)
@@ -18,45 +18,3 @@
 install_script glob('script/*.pl');
 auto_install;
 WriteAll;
-__config__
-# rename this file to [% name %].yml and put a ':' in front of 'name' if
-# you want to use YAML like in old versions of Catalyst
-name [% name %]
-__readme__
-Run script/[% appprefix %]_server.pl to test the application.
-__changes__
-This file documents the revision history for Perl extension [% name %].
-
-0.01  [% time %]
-        - initial revision, generated by Catalyst
-__apptest__
-[% startperl %]
-use strict;
-use warnings;
-use Test::More tests => 2;
-
-BEGIN { use_ok 'Catalyst::Test', '[% name %]' }
-
-ok( request('/')->is_success, 'Request should succeed' );
-__podtest__
-[% startperl %]
-use strict;
-use warnings;
-use Test::More;
-
-eval "use Test::Pod 1.14";
-plan skip_all => 'Test::Pod 1.14 required' if $@;
-plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
-
-all_pod_files_ok();
-__podcoveragetest__
-[% startperl %]
-use strict;
-use warnings;
-use Test::More;
-
-eval "use Test::Pod::Coverage 1.04";
-plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
-plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
-
-all_pod_coverage_ok();

Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/root/podcoveragetest.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/root/podcoveragetest.tt	2009-05-29 02:21:23 UTC (rev 10353)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/root/podcoveragetest.tt	2009-05-29 08:39:42 UTC (rev 10354)
@@ -8,4 +8,3 @@
 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
 
 all_pod_coverage_ok();
-

Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/root/podtest.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/root/podtest.tt	2009-05-29 02:21:23 UTC (rev 10353)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/root/podtest.tt	2009-05-29 08:39:42 UTC (rev 10354)
@@ -8,4 +8,3 @@
 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
 
 all_pod_files_ok();
-

Modified: Catalyst-Devel/1.00/branches/helper_refactor/share/root/readme.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/root/readme.tt	2009-05-29 02:21:23 UTC (rev 10353)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/root/readme.tt	2009-05-29 08:39:42 UTC (rev 10354)
@@ -1 +1 @@
-Run script/[%name%]_server.pl to test the application.
+Run script/[% appprefix %]_server.pl to test the application.

Deleted: Catalyst-Devel/1.00/branches/helper_refactor/t/create_files.t
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/t/create_files.t	2009-05-29 02:21:23 UTC (rev 10353)
+++ Catalyst-Devel/1.00/branches/helper_refactor/t/create_files.t	2009-05-29 08:39:42 UTC (rev 10354)
@@ -1,12 +0,0 @@
-use strict;
-use warnings;
-
-use FindBin qw/$Bin/;
-
-use Test::More tests => 1;
-
-use Catalyst::Helper;
-
-my $helper = Catalyst::Helper->new;
-
-




More information about the Catalyst-commits mailing list