1use ExtUtils::MakeMaker;
2# See lib/ExtUtils/MakeMaker.pm for details of how to influence
3# the contents of the Makefile that is written.
4WriteMakefile(
5    ABSTRACT	 => 'validate International Securities Identification Numbers',
6    AUTHOR	 => 'David Chan (david@sheetmusic.org.uk)',
7    NAME	 => 'Business::ISIN',
8    VERSION_FROM => 'ISIN.pm', # finds $VERSION
9);
10