[Catalyst-commits] r10867 -
Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst
dhoss at dev.catalyst.perl.org
dhoss at dev.catalyst.perl.org
Sun Jul 12 02:20:33 GMT 2009
Author: dhoss
Date: 2009-07-12 02:20:33 +0000 (Sun, 12 Jul 2009)
New Revision: 10867
Modified:
Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm
Log:
fixed compclass
Modified: Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm 2009-07-12 01:02:26 UTC (rev 10866)
+++ Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm 2009-07-12 02:20:33 UTC (rev 10867)
@@ -446,7 +446,7 @@
sub _mk_compclass {
my $self = shift;
my $file = $self->{file};
- return $self->render_sharedir_file( 'myapp_compclass.pl.tt', "$file" );
+ return $self->render_sharedir_file( 'lib', 'Helper', 'compclass.pl.tt', "$file" );
}
sub _mk_comptest {
More information about the Catalyst-commits
mailing list