hash_filter now gets record number as second arguments to be in sync with Biblio...
[MARC-Fast] / Makefile.PL
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     NAME         => 'MARC::Fast',
6     VERSION_FROM => 'Fast.pm', # finds $VERSION
7     AUTHOR       => 'Dobrica Pavlinusic (dpavlin@rot13.org)',
8     ABSTRACT     => '',
9     PREREQ_PM    => {
10         'Test::Simple' => 0.44,
11         'Test::Exception' => 0,
12         'Carp' => 0,
13     },
14 );