added a few fixes
Devin Austin [Fri, 29 May 2009 08:39:42 +0000 (08:39 +0000)]
share/root/apptest.tt
share/root/changes.tt
share/root/config.tt
share/root/makefile.tt
share/root/podcoveragetest.tt
share/root/podtest.tt
share/root/readme.tt
t/create_files.t [deleted file]

index b8cf91d..eb4e09a 100644 (file)
@@ -6,4 +6,3 @@ use Test::More tests => 2;
 BEGIN { use_ok 'Catalyst::Test', '[% name %]' }
 
 ok( request('/')->is_success, 'Request should succeed' );
-
index 7812fe7..a0b7459 100644 (file)
@@ -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
index 1e40fbb..2e3f248 100644 (file)
@@ -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 %]
index f682dd8..a4cfabb 100644 (file)
@@ -18,45 +18,3 @@ catalyst;
 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();
index 972907f..38147ef 100644 (file)
@@ -8,4 +8,3 @@ 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();
-
index 2986797..64fabdd 100644 (file)
@@ -8,4 +8,3 @@ 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();
-
index a3fbcb3..f3db064 100644 (file)
@@ -1 +1 @@
-Run script/[%name%]_server.pl to test the application.
+Run script/[% appprefix %]_server.pl to test the application.
diff --git a/t/create_files.t b/t/create_files.t
deleted file mode 100644 (file)
index 6a44be7..0000000
+++ /dev/null
@@ -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;
-
-