summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL38
1 files changed, 25 insertions, 13 deletions
diff --git a/Build.PL b/Build.PL
index 1206f37..a5eeab4 100644
--- a/Build.PL
+++ b/Build.PL
@@ -8,20 +8,32 @@ Module::Build->new(
build_requires => {
'File::Slurp' => 0,
- 'Test::More' => 0,
- 'Test::Pod' => 0,
+ 'Test::More' => 0,
+ },
+ configure_requires => {
+ 'Module::Build' => 0.40,
},
module_name => 'Travel::Status::DE::VRR',
- license => 'perl',
- requires => {
- 'perl' => '5.10.1',
- 'Carp' => 0,
- 'Class::Accessor' => 0,
- 'Getopt::Long' => 0,
- 'List::Util' => 0,
- 'LWP::UserAgent' => 0,
- 'XML::LibXML' => 0,
+ license => 'perl',
+ recommends => {
+ 'Cache::File' => 0,
+ 'GIS::Distance' => 0,
+ },
+ requires => {
+ 'perl' => '5.10.1',
+ 'Carp' => 0,
+ 'Class::Accessor' => 0,
+ 'DateTime' => 0,
+ 'DateTime::Format::Strptime' => 0,
+ 'Getopt::Long' => 0,
+ 'JSON' => 0,
+ 'List::Util' => 0,
+ 'LWP::UserAgent' => 0,
+ 'LWP::Protocol::https' => 0,
+ },
+ sign => 1,
+ meta_merge => {
+ resources =>
+ { repository => 'https://github.com/derf/Travel-Status-DE-VRR' }
},
- sign => 1,
-
)->create_build_script();