Re: Incompatibility between Test::Command and System::Command?

2012-01-03 Thread Grzegorz Dzięgielewski
and with Test::Output and/or FastCGI. There is a hack in System::Command for Catalyst which causes this. See https://rt.cpan.org/Public/Bug/Display.html?id=73614 -- Grzegorz Dzięgielewski http://jabbas.eu

Moose source documenting tool

2011-04-07 Thread Grzegorz Dzięgielewski
Hi. Do anyone know some kind of auto documenting tool or plugin/wrapper for doxygen/naturaldocs/whatever which speaks Mooseish Perl? -- Grzegorz Dzięgielewski http://jabbas.pl

Coercion problem

2010-10-06 Thread Grzegorz Dzięgielewski
Hi everyone! Since I'm new here i just want to say hello to everyone :-) ...and the question is: Do you have any ideas why abspath attribute is not coercing in the code below (via code block in Path subtype is never used)? package Test; use Cwd qw/abs_path/; use Moose; use