diff -r 74c919af3c38 -r 61e92ae4e6c2 Build.PL --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Build.PL Sat Jan 11 23:34:58 2014 +0100 @@ -0,0 +1,13 @@ +#! perl + +use Module::Build; + +Module::Build->new( + dist_name => 'nagios-plugin-amanda-client', + dist_version_from => 'bin/check_amanda-client', + scripts => [glob 'bin/*'], + license => 'perl', + requires => { + perl => 5.010, + }, +)->create_build_script;