summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-09-22 13:19:14 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-09-22 13:19:14 +0200
commitc438b3c4e210a4480652f297f1bf9510cdf44244 (patch)
tree2b2445ecba473799c3ebed1f7b8b1210084f29bc /Build.PL
parentb8bdca3c045787ad546234fff0cf5801dbe1cd92 (diff)
Switch from XML to JSON API flavour
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL34
1 files changed, 17 insertions, 17 deletions
diff --git a/Build.PL b/Build.PL
index b56a744..ec1d27d 100644
--- a/Build.PL
+++ b/Build.PL
@@ -8,29 +8,29 @@ Module::Build->new(
build_requires => {
'File::Slurp' => 0,
- 'Test::More' => 0,
- 'Test::Pod' => 0,
+ 'Test::More' => 0,
+ 'Test::Pod' => 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,
- 'DateTime' => 0,
- 'Getopt::Long' => 0,
- 'List::Util' => 0,
- 'LWP::UserAgent' => 0,
- 'LWP::Protocol::https' => 0,
- 'XML::LibXML' => 0,
+ license => 'perl',
+ 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,
+ sign => 1,
meta_merge => {
- resources => {
- repository => 'https://github.com/derf/Travel-Status-DE-VRR'
- }
+ resources =>
+ { repository => 'https://github.com/derf/Travel-Status-DE-VRR' }
},
)->create_build_script();