added WebPAC::Input::CSV
[webpac2] / Makefile.PL
index 4831746..3aae43c 100644 (file)
@@ -50,6 +50,10 @@ features(
                -default => 1,
                'Spreadsheet::ParseExcel',
        ],
+       'WebPAC::Input::CSV' => [
+               -default => 1,
+               'Text::CSV',
+       ],
        'WebPAC::Input::DBF' => [
                -default => 0,
                'XBase',