Commit 70033e00 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

version bump

parent 1bb9d02f
Loading
Loading
Loading
Loading
+8 −3
Original line number Original line Diff line number Diff line
Travel::Status::DE::IRIS 0.08 - Thu Mar 12 2015

    * Clarify Result->train_id documentation
    * Add IRIS delay/qos keys 13, 60, 75, 76

Travel::Status::DE::IRIS 0.07 - Fri Jan 09 2015
Travel::Status::DE::IRIS 0.07 - Fri Jan 09 2015


    * Fix a crash related to unscheduled additional stops in a train's route
    * Fix a crash related to unscheduled additional stops in a train's route
+2 −2
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@ use utf8;


no if $] >= 5.018, warnings => 'experimental::smartmatch';
no if $] >= 5.018, warnings => 'experimental::smartmatch';


our $VERSION = '0.07';
our $VERSION = '0.08';


use Carp;
use Carp;
use DateTime;
use DateTime;
@@ -387,7 +387,7 @@ I<station>


=head1 VERSION
=head1 VERSION


version 0.07
version 0.08


=head1 DESCRIPTION
=head1 DESCRIPTION


+2 −2
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@ use 5.014;


no if $] >= 5.018, warnings => 'experimental::smartmatch';
no if $] >= 5.018, warnings => 'experimental::smartmatch';


our $VERSION = '0.07';
our $VERSION = '0.08';


use Carp qw(confess cluck);
use Carp qw(confess cluck);
use DateTime;
use DateTime;
@@ -327,7 +327,7 @@ Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors.


=head1 VERSION
=head1 VERSION


version 0.07
version 0.08


=head1 DESCRIPTION
=head1 DESCRIPTION


+2 −2
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@ use DateTime::Format::Strptime;
use List::Compare;
use List::Compare;
use List::MoreUtils qw(none uniq firstval);
use List::MoreUtils qw(none uniq firstval);


our $VERSION = '0.07';
our $VERSION = '0.08';


my %translation = (
my %translation = (
	2  => 'Polizeiliche Ermittlung',
	2  => 'Polizeiliche Ermittlung',
@@ -672,7 +672,7 @@ arrival/departure received by Travel::Status::DE::IRIS


=head1 VERSION
=head1 VERSION


version 0.07
version 0.08


=head1 DESCRIPTION
=head1 DESCRIPTION


+2 −2
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@ use utf8;


use List::MoreUtils qw(firstval);
use List::MoreUtils qw(firstval);


our $VERSION = '0.07';
our $VERSION = '0.08';


my @stations = (
my @stations = (


@@ -15292,7 +15292,7 @@ Travel::Status::DE::IRIS::Stations - Station name to station code mapping


=head1 VERSION
=head1 VERSION


version 0.07
version 0.08


=head1 DESCRIPTION
=head1 DESCRIPTION