From 1b2bd0dc355d3e5f265a112380d076b9db7c3e81 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 11 Dec 2013 00:13:48 +0100 Subject: initial commit --- Build.PL | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Build.PL (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL new file mode 100644 index 0000000..19e5e59 --- /dev/null +++ b/Build.PL @@ -0,0 +1,29 @@ +#!/usr/bin/env perl + +use strict; +use warnings; +use Module::Build; + +Module::Build->new( + + build_requires => { + 'File::Slurp' => 0, + 'Test::More' => 0, + 'Test::Pod' => 0, + }, + configure_requires => { + 'Module::Build' => 0.40, + }, + module_name => 'Travel::Status::DE::ASEAG', + license => 'perl', + requires => { + 'perl' => '5.10.1', + 'Carp' => 0, + 'Class::Accessor' => 0, + 'Getopt::Long' => 0, + 'List::Util' => 0, + 'LWP::UserAgent' => 0, + }, + sign => 1, + +)->create_build_script(); -- cgit v1.2.3