From cdfdd512beae97f013036e2949db2e42adfd3350 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Dec 2018 12:13:06 +0000 Subject: Added repo meta. --- Build.PL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index f373177..400d2c8 100644 --- a/Build.PL +++ b/Build.PL @@ -26,5 +26,9 @@ Module::Build->new( 'XML::LibXML' => 0, }, sign => 1, - + meta_merge => { + resources => { + repository => 'https://github.com/derf/Travel-Status-DE-VRR' + } + }, )->create_build_script(); -- cgit v1.2.3 From 70e04fd2e8620f1bbf5c24313d1aa0457c17debd Mon Sep 17 00:00:00 2001 From: Hammy Date: Mon, 7 Jan 2019 19:41:10 +0100 Subject: Fixed typo in documentation --- bin/efa-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/efa-m b/bin/efa-m index 4bc59ed..0ed811a 100755 --- a/bin/efa-m +++ b/bin/efa-m @@ -420,7 +420,7 @@ repeated) =item B<--list> -List supported EFA services wit their URLs (see B<-u>) and abbreviations (see +List supported EFA services with their URLs (see B<-u>) and abbreviations (see B<-s>). =item B<-m>, B<--mot> I -- cgit v1.2.3