Commit 8bf91ac1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v0.05

parent ab668569
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
git HEAD
Travel::Status::DE::DeutscheBahn 0.05 - Tue Aug 09 2011

    [Travel::Status::DE::DeutscheBahn]
    * Fix ->results returning duplicate connections when accessed more than
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;

our $VERSION = '0.04';
our $VERSION = '0.05';

use Getopt::Long qw(:config no_ignore_case);
use List::Util qw(first max);
@@ -128,7 +128,7 @@ B<db-ris> [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>]

=head1 VERSION

version 0.04
version 0.05

=head1 DESCRIPTION

+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use POSIX qw(strftime);
use Travel::Status::DE::DeutscheBahn::Result;
use XML::LibXML;

our $VERSION = '0.04';
our $VERSION = '0.05';

sub new {
	my ( $obj, %conf ) = @_;
@@ -221,7 +221,7 @@ arrival/departure monitor

=head1 VERSION

version 0.04
version 0.05

=head1 DESCRIPTION

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

use parent 'Class::Accessor';

our $VERSION = '0.04';
our $VERSION = '0.05';

Travel::Status::DE::DeutscheBahn::Result->mk_ro_accessors(
	qw(time train route_end route_raw platform info_raw));
@@ -149,7 +149,7 @@ arrival/departure received by Travel::Status::DE::DeutscheBahn

=head1 VERSION

version 0.04
version 0.05

=head1 DESCRIPTION