Skip Menu |

This queue is for tickets about the Catalyst-Helper-View-TTSimple CPAN distribution.

Report information
The Basics
Id: 28798
Status: new
Priority: 0/
Queue: Catalyst-Helper-View-TTSimple

People
Owner: Nobody in particular
Requestors: fonseka [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.2
Fixed in: (no value)



Subject: make test fails afetr install and docs outdated
Hi! Thanks for your module! However, I noticed two little things. First I tryied this (with lastest catalyst and your module 0.2): $ catalyst.pl foo $ cd foo $ ./script/foo_create.pl view TT TTSimple $ perl Makefile.PL $ make test and the test about View::TT fails with t/view_TT..........NOK 1/1 # Failed test 'use foo::View::TT;' # at t/view_TT.t line 5. # Tried to use 'foo::View::TT'. # Error: Can't locate object method "path_to" via package "foo" at /home/krani1/tmp/foo/blib/lib/foo/View/TT.pm line 6. I think this should not happen. Second, I think the documentation is outdated. The directory tree created by the previous command on my system was: $ tree -d root/ root/ |-- lib | |-- config | `-- site |-- src `-- static |-- images |-- javascripts `-- stylesheets which got me real confused. any chance that you can update the docs? thank you! Ruben