add deleting holds by request lib
[migration-tools.git] / Equinox-Migration / Makefile.PL
1 use strict;
2 use warnings;
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6     NAME                => 'Equinox::Migration',
7     AUTHOR              => 'Shawn Boyette <sboyette@esilibrary.com>',
8     PL_FILES            => {},
9     PREREQ_PM => {
10         'Test::More' => 0,
11     },
12     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
13     clean               => { FILES => 'Equinox-Migration-*' },
14 );