Build.PL
changeset 19 af056e82c644
parent 16 9501cc7d9177
child 20 a68b32758059
--- a/Build.PL	Fri Mar 27 11:03:05 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use warnings;
-
-use Module::Build;
-
-my $build = Module::Build->new
-(
-    dist_name => 'nagios-plugin-cert',
-    dist_author => 'Matthias Förste',
-    dist_version_from => 'lib/nagios/plugins/ius/check_cert',
-    requires => {
-        'Nagios::Plugin' => 0,
-        'Crypt::OpenSSL::PKCS12' => 0,
-        'Crypt::OpenSSL::X509' => 0
-    },
-);
-$build->create_build_script;