From: Fabio D'Alfonso

"Updating PDL documentation database...";
Can't find string terminator "'" anywhere before EOF at -e line 1.
dmake.exe:  Error code 255, while making 'install'

I *think* this means that the PDL-Graphics-Simple documentation will be inaccessible from the pdl shell. This is probably not of great importance ... unless you want to be able to get access to that documentation from the pdl shell.

The Makefile.PL contains:

@$(PERL) -e 'sub PDL::Doc::add_module {print STDERR "legacy PDL detected. Cannot install docs.\n"}; eval q{use PDL::Doc; PDL::Doc::add_module(q[PDL::Graphics::Simple];}'

For that to work on Windows it needs to be:

@$(PERL) -e "sub PDL::Doc::add_module {print STDERR \"legacy PDL detected. Cannot install docs.\n\"}; eval q{use PDL::Doc; PDL::Doc::add_module(q[PDL::Graphics::Simple];}"

I should be able to come up with a portable fix for this.

Cheers,
Rob

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to