/usr/local/CPAN/Pipe-Tube-Csv/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Pipe::Tube::Csv',
          'VERSION_FROM' => 'lib/Pipe/Tube/Csv.pm',
          'PREREQ_PM' => {
                           'Test::More' => '0.47',
                           'Pipe' => '0',
                           'Text::CSV_XS' => '0.23'
                         }
        )
;