[Catalyst] Different behaviour for url host:3000/export/ on diff machines

2012-12-12 Thread tuco
Hi, I have a strange behaviour from my Catalyst app runing on 2 different machines for a particular action path (using dev server myapp_server.pl). Depending on the machine (using chrome web browser) the application does not behaves the same way. When I reach localhost:3000/export/ on the

Re: [Catalyst] Different behaviour for url host:3000/export/ on diff machines

2012-12-12 Thread tuco
Just to add more, on my Mac, if I rename the module Export.pm to mExport.pm, it works like a charm! Behaves as expected. Moreover, if I change the index signature from sub index :Path :Args(0) { } to sub index :Path { } it works well also. Can't find any answer for that.. Thanks for your