Reini Urban wrote:
Do
cd ~/.cpan/build/Text-CSV_XS-0.45/
perl -d Makefile.PL
and step until the error appears and send me the output.
I didn't get the error doing this. Any other suggestions?
...r/.cpan/build/Text-CSV_XS-0.45$ perl -d Makefile.PL
Loading DB routines from perl5db.pl version 1.28
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
main::(Makefile.PL:5): require 5.005; # <- also see postamble at the bottom for META.yml
DB<1> n
main::(Makefile.PL:10): eval { require Text::CSV_XS };
DB<1>
main::(Makefile.PL:10): eval { require Text::CSV_XS };
DB<1>
main::(Makefile.PL:11): if (!$@ && $Text::CSV_XS::VERSION < 0.15) {
DB<1>
main::(Makefile.PL:23): my %wm = (
main::(Makefile.PL:24): NAME => "Text::CSV_XS",
main::(Makefile.PL:25): ABSTRACT => "Comma-Separated Values manipulation routines",
main::(Makefile.PL:26): AUTHOR => "H.Merijn Brand <h.merijn\@xs4all.nl>",
main::(Makefile.PL:27): VERSION_FROM => "CSV_XS.pm",
main::(Makefile.PL:28): PREREQ_PM => { "DynaLoader" => 0,
main::(Makefile.PL:29): "Config" => 0,
main::(Makefile.PL:30): "IO::Handle" => 0,
main::(Makefile.PL:31): "Test::More" => 0,
main::(Makefile.PL:32): "Test::Harness" => 0,
DB<1>
main::(Makefile.PL:44): $ExtUtils::MakeMaker::VERSION > 6.30 and $wm{LICENSE} = "perl";
DB<1>
main::(Makefile.PL:46): my $rv = WriteMakefile (%wm);
DB<1>
Writing Makefile for Text::CSV_XS
main::(Makefile.PL:48): 1;
DB<1>
Debugged program terminated. Use q to quit or R to restart,
use o inhibit_exit to avoid stopping after program termination,
h q, h R or h o to get additional info.