Commit 12683719 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

release v1.02

parent 10803a77
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
Travel::Status::DE::VRR 1.02 - Wed Apr 10 2013

    * Patch by Roland Hieber: respect proxy environment variables

Travel::Status::DE::VRR 1.01 - Mon Nov 26 2012

    * Properly parse "tram canceled" information (EVAG, maybe also VRR)
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;

our $VERSION = '1.01';
our $VERSION = '1.02';

binmode( STDOUT, ':encoding(utf-8)' );

@@ -176,7 +176,7 @@ B<efa-m> [B<-d> I<date>] [B<-t> I<time>] I<city> [I<type>B<:>]I<name>

=head1 VERSION

version 1.01
version 1.02

=head1 DESCRIPTION

+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010;

our $VERSION = '1.01';
our $VERSION = '1.02';

use Carp qw(confess cluck);
use Encode qw(encode decode);
@@ -379,7 +379,7 @@ Travel::Status::DE::VRR - unofficial VRR departure monitor

=head1 VERSION

version 1.01
version 1.02

=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 = '1.01';
our $VERSION = '1.02';

Travel::Status::DE::VRR::Line->mk_ro_accessors(
	qw(direction name operator route type valid));
@@ -39,7 +39,7 @@ requested station

=head1 VERSION

version 1.01
version 1.02

=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 = '1.01';
our $VERSION = '1.02';

Travel::Status::DE::VRR::Result->mk_ro_accessors(
	qw(countdown date delay destination info line lineref platform
@@ -41,7 +41,7 @@ departure received by Travel::Status::DE::VRR

=head1 VERSION

version 1.01
version 1.02

=head1 DESCRIPTION