The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
	'NAME' => 'Biblio::COUNTER',
	'VERSION_FROM' => 'lib/Biblio/COUNTER.pm',
    'PREREQ_PM' => {
        'Text::CSV' => 0,
    },
    'EXE_FILES' => [ 'bin/counterproc' ],
);