diff --git a/Build.PL b/Build.PL index 58a1a05705bb3bc62d75d85b95a92134a858c4cf..3bca93d374e2ebf0d51f48256ead206dc7ac7274 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 f4cc726cd9e6b76165a5d14722d449418e567ec7..428133d68597c2051c005d71d65635fcf4bf2a41 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