summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-05-02 10:52:02 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-05-02 10:52:02 +0200
commite6fba48299c4cffb915cd08200af0bff2151f472 (patch)
treeb5de93159bec4c40c692b231fb0d5a40696a58e6
parente6b37283e86bfc5c13d64b9dbc6e92e6b22ee1b2 (diff)
perltidy
-rw-r--r--Build.PL31
-rw-r--r--lib/Travel/Routing/DE/VRR.pm1
2 files changed, 15 insertions, 17 deletions
diff --git a/Build.PL b/Build.PL
index 58a1a05..3bca93d 100644
--- a/Build.PL
+++ b/Build.PL
@@ -7,30 +7,29 @@ use Module::Build;
Module::Build->new(
build_requires => {
- 'File::Slurp' => 0,
+ 'File::Slurp' => 0,
'Test::Compile' => 0,
- 'Test::Fatal' => 0,
- 'Test::More' => 0,
- 'Test::Pod' => 0,
+ 'Test::Fatal' => 0,
+ 'Test::More' => 0,
+ 'Test::Pod' => 0,
},
configure_requires => {
'Module::Build' => 0.40,
},
module_name => 'Travel::Routing::DE::VRR',
- license => 'perl',
- requires => {
- 'perl' => '5.10.1',
- 'Class::Accessor' => 0,
+ license => 'perl',
+ requires => {
+ 'perl' => '5.10.1',
+ 'Class::Accessor' => 0,
'Exception::Class' => 0,
- 'Getopt::Long' => 0,
- 'List::Util' => 0,
- 'LWP::UserAgent' => 0,
- 'XML::LibXML' => 0,
+ 'Getopt::Long' => 0,
+ 'List::Util' => 0,
+ 'LWP::UserAgent' => 0,
+ 'XML::LibXML' => 0,
},
- sign => 1,
+ sign => 1,
meta_merge => {
- resources => {
- repository => 'https://github.com/derf/Travel-Routing-DE-VRR'
- }
+ resources =>
+ { repository => 'https://github.com/derf/Travel-Routing-DE-VRR' }
},
)->create_build_script();
diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm
index f4cc726..428133d 100644
--- a/lib/Travel/Routing/DE/VRR.pm
+++ b/lib/Travel/Routing/DE/VRR.pm
@@ -20,7 +20,6 @@ sub new {
1;
-
__END__
=head1 NAME