versions
authorH.Merijn Brand - Tux <[email protected]>
Thu, 1 Jan 2015 12:48:48 +0000 (1 13:48 +0100)
committerH.Merijn Brand - Tux <[email protected]>
Thu, 1 Jan 2015 12:48:48 +0000 (1 13:48 +0100)
sandbox/genMETA.pl
sandbox/used-by.pl

index 9bbbda6..944ad7b 100755 (executable)
@@ -63,7 +63,7 @@ recommends:
     Data::Dumper:        2.154
     Perl::Tidy:          0
 test_recommends:
-    Test::More:          1.001006
+    Test::More:          1.001014
 resources:
     license:             http://dev.perl.org/licenses/
     repository:          http://repo.or.cz/w/Data-Peek.git
index 45a1bf8..de04c86 100755 (executable)
@@ -72,6 +72,13 @@ my %skip = $opt_a ? () : map { $_ => 1 } @{{
 #      "xls2csv",
        ],
     }->{$tm} // []};
+my %add = (
+    "Text-CSV_XS"  => [                                # Using Text::CSV, thus
+       "Text-CSV-Auto",                        # optionally _XS
+       "Text-CSV-R",
+       "Text-CSV-Slurp",
+       ],
+    );
 
 my $ua  = LWP::UserAgent->new (agent => "Opera/12.15");
 
@@ -136,6 +143,7 @@ sub get_from_meta
 foreach my $h ( get_from_cpants (),
                get_from_cpantesters (),
                get_from_meta (),
+               @{$add{$tm} || []},
                ) {
     exists $skip{$h} || $h =~ m{^( $tm (?: $ | / )
                                 | Task-