Commit 5a0cfc98 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v1.00

parent 5e18c32c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
git HEAD
Travel::Status::DE::VRR 1.00 - Sat Dec 03 2011

    * switch to efa.vrr.de XML interface
    * properly decode UTF-8 strings
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;

our $VERSION = '0.02';
our $VERSION = '1.00';

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

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

=head1 VERSION

version 0.02
version 1.00

=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 = '0.02';
our $VERSION = '1.00';

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

=head1 VERSION

version 0.02
version 1.00

=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.02';
our $VERSION = '1.00';

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

=head1 VERSION

version 0.02
version 1.00

=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.02';
our $VERSION = '1.00';

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 0.02
version 1.00

=head1 DESCRIPTION