Skip to content

Commit 98fc919

Browse files
author
H.Merijn Brand - Tux
committed
Test the right module :/
1 parent 61f9696 commit 98fc919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv-easy-pp.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use strict;
44
use warnings;
55

6-
use Text::CSV::Easy_XS qw(csv_parse);
6+
use Text::CSV::Easy_PP qw(csv_parse);
77

88
my $sum = 0;
99
while (my $line = <>) {

0 commit comments

Comments
 (0)