Skip Menu |

This queue is for tickets about the Data-Tabular-Dumper CPAN distribution.

Report information
The Basics
Id: 21455
Status: resolved
Priority: 0/
Queue: Data-Tabular-Dumper

People
Owner: Nobody in particular
Requestors: melazyboy [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Text/CSV_XS.pm not listed as a dependency perl process.pl > out2.html Can't locate Text/CSV_XS.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/local/share/perl/5.8.7/Data/Tabular/Dumper/CSV.pm line 4. BEGIN failed--compilation aborted at /usr/local/share/perl/5.8.7/Data/Tabular/Dumper/CSV.pm line 4. Compilation failed in require at process.pl line 7. BEGIN failed--compilation aborted at process.pl line 7
On Tue Sep 12 18:19:52 2006, EvanCarroll wrote: Show quoted text
> Text/CSV_XS.pm not listed as a dependency
That is because you can use Data::Dumper::Tabluar without CSV. I don't want to list all the modules needed for the different output formats, so that I don't force their installation when the user doesn't want them. I guess I'll have to concoct a clever Makefile.PL that will ask the user if it wants to install them too. -Philip
Subject: PM_PREREQ smarts in 0.06
I've added PM_PREREQ smarts to version 0.06. It will check to see if the support modules are installed. If they aren't, the user is prompted to see if they should be prerequesites. -Philip