[Catalyst-commits] r10511 - in
Catalyst-Devel/1.00/branches/helper_refactor: lib/Catalyst
share/root
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Fri Jun 12 00:46:26 GMT 2009
Author: t0m
Date: 2009-06-12 00:46:25 +0000 (Fri, 12 Jun 2009)
New Revision: 10511
Removed:
Catalyst-Devel/1.00/branches/helper_refactor/share/root/apptest.tt
Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_built.png
Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_built_shadow.png
Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_powered.png
Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_powered_shadow.png
Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_built.png
Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_built_shadow.png
Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_powered.png
Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_powered_shadow.png
Catalyst-Devel/1.00/branches/helper_refactor/share/root/catalyst_logo.png
Catalyst-Devel/1.00/branches/helper_refactor/share/root/changes.tt
Catalyst-Devel/1.00/branches/helper_refactor/share/root/config.tt
Modified:
Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm
Log:
Remove more crap
Modified: Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm 2009-06-12 00:44:41 UTC (rev 10510)
+++ Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm 2009-06-12 00:46:25 UTC (rev 10511)
@@ -462,7 +462,7 @@
btn_120x50_powered btn_120x50_powered_shadow btn_88x31_built
btn_88x31_built_shadow btn_88x31_powered btn_88x31_powered_shadow/;
for my $name (@images) {
- my $image = $self->get_sharedir_file("root", "$name.png");
+ my $image = $self->get_sharedir_file("root", "$name.png.bin");
$self->mk_file( File::Spec->catfile( $images, "$name.png" ), $image );
}
}
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/apptest.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/root/apptest.tt 2009-06-12 00:44:41 UTC (rev 10510)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/root/apptest.tt 2009-06-12 00:46:25 UTC (rev 10511)
@@ -1,8 +0,0 @@
-[% startperl %]
-use strict;
-use warnings;
-use Test::More tests => 2;
-
-BEGIN { use_ok 'Catalyst::Test', '[% name %]' }
-
-ok( request('/')->is_success, 'Request should succeed' );
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_built.png
===================================================================
(Binary files differ)
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_built_shadow.png
===================================================================
(Binary files differ)
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_powered.png
===================================================================
(Binary files differ)
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_powered_shadow.png
===================================================================
(Binary files differ)
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_built.png
===================================================================
(Binary files differ)
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_built_shadow.png
===================================================================
(Binary files differ)
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_powered.png
===================================================================
(Binary files differ)
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_powered_shadow.png
===================================================================
(Binary files differ)
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/catalyst_logo.png
===================================================================
(Binary files differ)
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/changes.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/root/changes.tt 2009-06-12 00:44:41 UTC (rev 10510)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/root/changes.tt 2009-06-12 00:46:25 UTC (rev 10511)
@@ -1,4 +0,0 @@
-This file documents the revision history for Perl extension [% name %].
-
-0.01 [% time %]
- - initial revision, generated by Catalyst
Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/config.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/root/config.tt 2009-06-12 00:44:41 UTC (rev 10510)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/root/config.tt 2009-06-12 00:46:25 UTC (rev 10511)
@@ -1,3 +0,0 @@
-# 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 %]
More information about the Catalyst-commits
mailing list