use ExtUtils::MakeMaker;
use strict;

WriteMakefile(
    'NAME'	=> 'Bundle::Bin4TSV' , 
    'VERSION_FROM' => 'Bin4TSV.pm',
);