[Catalyst] New: Catalyst::View::GraphViz

Torsten Seemann torsten.seemann at infotech.monash.edu.au
Thu Nov 17 01:02:28 CET 2005


On Thu, 2005-11-17 at 00:41 +0100, Johan Lindström wrote:
> At 00:30 2005-11-17, Torsten Seemann wrote:
> >Should it be "/" rather than "\" in Makefile.PL paths ?
> Certainly. My only excuse is I think that was generated by Module::Starter...
> Version 0.03 is on the way to CPAN and also at:
> http://www.DarSerMan.com/Perl/CPAN/Catalyst-View-GraphViz-0.03.tar.gz
> ready for someone to discover the next issue :)


root at vbc ~/src/Catalyst-View-GraphViz-0.03 # make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.........Unrecognized escape \P passed through at t/00-load.t line 9.
Unrecognized escape \p passed through at t/00-load.t line 9.

I guess this test line

  diag( "Testing Catalyst::View::GraphViz $Catalyst::View::GraphViz::VERSION, Perl 5.008006, C:\Perl\bin\perl.exe" );

is double-quoted so the \P \b \p are all treated as escapes.

But I assume you also want the $Catalyst::View::GraphViz::VERSION to interpolate.

-- 
Torsten Seemann <torsten.seemann at infotech.monash.edu.au>
Victorian Bioinformatics Consortium





More information about the Catalyst mailing list