The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'		=> 'MARC-XML',
    'DISTNAME'		=> 'MARC-XML',
    'VERSION_FROM'	=> 'lib/MARC/File/XML.pm', 
    'PMLIBDIRS'		=> [ qw( lib/ ) ],
    'AUTHOR'		=> 'Ed Summers <ehs@pobox.com>',
    'PREREQ_PM'		=> { 
			    'XML::SAX'		=> 0.12,
			    'MARC::Record'	=> 1.36,
			    'MARC::Charset'	=> 0.91,
			    },
    'EXE_FILES'         => [ qw( bin/marc2xml bin/xml2marc ) ]
);