Skip Menu |

This queue is for tickets about the Text-CSV-Unicode CPAN distribution.

Report information
The Basics
Id: 28685
Status: resolved
Priority: 0/
Queue: Text-CSV-Unicode

People
Owner: RMBarker [...] cpan.org
Requestors: RMBarker [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in:
  • 0.01
  • 0.02
  • 0.03
Fixed in: 0.04



Fails tests when forced make and dependencies not present.
On Mon Aug 06 10:03:30 2007, RMBARKER wrote: Show quoted text
> Fails tests when forced make and dependencies not present.
Fix: skip tests if dependencies not present skip_all( 'missing dependencies' ) unless eval{ require 5.8.0; require Text::CSV; $Text::CVS::Version }
On Mon Aug 06 10:21:03 2007, RMBARKER wrote: Show quoted text
> On Mon Aug 06 10:03:30 2007, RMBARKER wrote:
> > Fails tests when forced make and dependencies not present.
> Fix: skip tests if dependencies not present > skip_all( 'missing dependencies' ) unless > eval{ require 5.8.0; require Text::CSV; $Text::CVS::Version } >
Fixed using C<plan 'skip_all'> One tester report 'NA', no failures.