[Catalyst] create.pl view TT TT

Marcus Ramberg marcus at thefeed.no
Sun Apr 17 17:52:07 CEST 2005


There was introduced a bug in the TT View Helper when it was updated for
Catalyst 5.0, this is fixed in the latest version of Catalyst::View::TT
on CPAN (http://search.cpan.org/~mramberg/Catalyst-View-TT-0.11/).

Marcus

Chisel Wright wrote:

>Have I gone mad (again), or is something not right?
>I've just zapped all the Catalyst modules I can find on my machine,
>reinstalled them.
>
>The app I'm tinkering with still seems to work, but create.pl doesn't
>appear to work as I'd expect:
>
>$ catalyst.pl FooBar
>created "FooBar"
>...
>created "FooBar/script/create.pl"
>$ cd FooBar/
>$ ./script/create.pl view TT TT
>created "compclass"
>created "/home/chisel/development/tmp/FooBar/script/../t/v/tt.t"
>chisel at ferrari FooBar $ less compclass 
>/home/chisel/development/tmp/FooBar/script/../lib/FooBar/V/TT.pm
>
>But it's no longer creating the actual lib/FooBar/V/TT.pm file. Is
>anyone else seeing this?
>
>$ perl -MCatalyst -e 'print $Catalyst::VERSION, "\n"'
>5.00
>$ perl -MCatalyst::View::TT -e 'print $Catalyst::View::TT::VERSION, "\n"'
>0.10
>
>Chisel
>  
>





More information about the Catalyst mailing list