Hi,

I'm having a weird problem with Catalyst::View::Mason2: it cannot find 
components named 'index'.

Having a controller like:

  package MyApp::Controller::Root;
  sub index :Path :Args(0) {}
  sub video : Local {}

it finds root/comps/video.m but not root/comps/index.m.  Modifying the 
controller to:

  package MyApp::Controller::Root;
  sub index2 :Path :Args(0) {}
  sub index :Local {}
  sub video : Local {}

it finds video.m, index2.m but not index.m.

Anyone else having this issue?  Any recommendations where to start debugging 
about this?

The same thing happens on every path that looks for components named 'index', 
so it also affects MyApp::Controller::Foo->index but not 
MyApp::Controller::Foo->bar.

Thanks,
  Matthias

-- 
rainboxx Software Engineering
Matthias Dietrich

rainboxx Matthias Dietrich   |  Phone: +49 7141 / 2 39 14 71
Königsallee 43               |  Fax  : +49 3222 / 1 47 63 00 
71638 Ludwigsburg            |  Mobil: +49  151 / 50 60 78 64
                             |  WWW  :  http://www.rainboxx.de

CPAN: http://search.cpan.org/~mdietrich/
XING: https://www.xing.com/profile/Matthias_Dietrich18
GULP: http://www.gulp.de/profil/rainboxx.html





------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to