summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-12-26 08:45:28 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-12-26 08:45:38 +0100
commit99f02d2de7a20c19eb39e200d9d355da955575cd (patch)
tree540b1e590ddd0a360311da746813ad0b8bd2f460
parentb55985c829225b7c94500ee7c1785ce650684409 (diff)
version bump0.02
-rw-r--r--Changelog3
-rwxr-xr-xbin/aseag-m4
-rw-r--r--lib/Travel/Status/DE/ASEAG.pm4
-rw-r--r--lib/Travel/Status/DE/URA.pm4
-rw-r--r--lib/Travel/Status/DE/URA/Result.pm4
5 files changed, 10 insertions, 9 deletions
diff --git a/Changelog b/Changelog
index 971919f..f5e163f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,6 @@
-git HEAD
+Travel::Status::DE::URA 0.02 - Thu Dec 26 2013
+ * aseag-m: Fix spaces in stop names (they didn't match anything)
* Remove fuzzy matching from constructor / ->results API. Use
the new get_stop_by_name function instead (returns all matching stops).
Update aseag-m accordingly
diff --git a/bin/aseag-m b/bin/aseag-m
index 40f8898..843446e 100755
--- a/bin/aseag-m
+++ b/bin/aseag-m
@@ -5,7 +5,7 @@ use 5.010;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-our $VERSION = '0.01';
+our $VERSION = '0.02';
binmode( STDOUT, ':encoding(utf-8)' );
@@ -208,7 +208,7 @@ B<aseag-m> [B<-abfprV>] [B<-l> I<lines>] [B<-s> I<timefmt> | B<-S> I<timefmt>]
=head1 VERSION
-version 0.01
+version 0.02
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/ASEAG.pm b/lib/Travel/Status/DE/ASEAG.pm
index 5f7d029..4fe5483 100644
--- a/lib/Travel/Status/DE/ASEAG.pm
+++ b/lib/Travel/Status/DE/ASEAG.pm
@@ -6,7 +6,7 @@ use 5.010;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-our $VERSION = '0.01';
+our $VERSION = '0.02';
use parent 'Travel::Status::DE::URA';
@@ -44,7 +44,7 @@ Travel::Status::DE::ASEAG - unofficial ASEAG departure monitor.
=head1 VERSION
-version 0.01
+version 0.02
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/URA.pm b/lib/Travel/Status/DE/URA.pm
index 89b2c79..f48d7eb 100644
--- a/lib/Travel/Status/DE/URA.pm
+++ b/lib/Travel/Status/DE/URA.pm
@@ -6,7 +6,7 @@ use 5.010;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-our $VERSION = '0.01';
+our $VERSION = '0.02';
use Carp qw(confess cluck);
use DateTime;
@@ -256,7 +256,7 @@ realtime data providers (e.g. ASEAG)
=head1 VERSION
-version 0.01
+version 0.02
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/URA/Result.pm b/lib/Travel/Status/DE/URA/Result.pm
index 3324816..bb1c0a9 100644
--- a/lib/Travel/Status/DE/URA/Result.pm
+++ b/lib/Travel/Status/DE/URA/Result.pm
@@ -6,7 +6,7 @@ use 5.010;
use parent 'Class::Accessor';
-our $VERSION = '0.01';
+our $VERSION = '0.02';
Travel::Status::DE::URA::Result->mk_ro_accessors(
qw(countdown countdown_sec date datetime destination line line_id
@@ -54,7 +54,7 @@ departure received by Travel::Status::DE::URA
=head1 VERSION
-version 0.01
+version 0.02
=head1 DESCRIPTION