From e6fba48299c4cffb915cd08200af0bff2151f472 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 2 May 2020 10:52:02 +0200 Subject: perltidy --- Build.PL | 31 +++++++++++++++---------------- lib/Travel/Routing/DE/VRR.pm | 1 - 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 -- cgit v1.2.3