Skip Menu |

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

Report information
The Basics
Id: 55139
Status: resolved
Priority: 0/
Queue: Text-CSV-Field

People
Owner: Nobody in particular
Requestors: BARBIE [...] cpan.org
Cc:
AdminCc:

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



Subject: Bugfix to pass CPAN Testers
The attached patch fixes the bug spotted by CPAN Testers, which currently causes this distribution to fail across all platforms [1]. [1] http://www.cpantesters.org/distro/T/Text-CSV-Field.html
Subject: test-csv-field-01.patch
--- Text-CSV-Field/Text-CSV-Field-1.00/Changes Mon Feb 1 14:48:49 2010 +++ Text-CSV-Field/Text-CSV-Field-1.00_01/Changes Tue Mar 2 13:46:05 2010 @@ -1,6 +1,9 @@ Revision history for Perl extension Field. -1.00 Sun Jan 31 20:15:43 2010 - - original version; created by h2xs 1.23 with options - -AXc -n Field +1.00_01 02/03/2010 + - fixed failing test (by BARBIE). + +1.00 Sun Jan 31 20:15:43 2010 + - original version; created by h2xs 1.23 with options + -AXc -n Field --- Text-CSV-Field/Text-CSV-Field-1.00/t/Field.t Mon Feb 1 14:47:59 2010 +++ Text-CSV-Field/Text-CSV-Field-1.00_01/t/Field.t Tue Mar 2 09:30:24 2010 @@ -6,7 +6,7 @@ # change 'tests => 1' to 'tests => last_test_to_print'; use Test::More tests => 1; -BEGIN { use_ok('Field') }; +BEGIN { use_ok('Text::CSV::Field') }; #########################
Fixed in version 1.01