The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

use ExtUtils::MakeMaker;
WriteMakefile( 
    'AUTHOR'        => 'SANFACE Software (sanface@sanface.com)',
    'ABSTRACT'      => 'Convert CSV files into text files',
    'NAME'          => 'Text::CSV2TXT',
    'VERSION_FROM'  => 'CSV2TXT.pm',
    );