changeset 19 | 705353a1d274 |
parent 18 | eb152cd8d2bc |
--- a/Build.PL Mon Jan 12 15:08:08 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -#! /usr/bin/perl -use strict; -use warnings; -use Module::Build; - -Module::Build->new( - dist_name => 'read-httpd-conf', - dist_version_from => 'lib/App/read_httpd_conf.pm', - dist_abstract => 'simple config parser for apache', - bin_files => [qw(bin/read-httpd-conf)], - requires => { - perl => '0', - }, -)->create_build_script;