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

New release

parent 77e13ad0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
git HEAD
Travel::Status::DE::VRR 0.02 - Sat Oct 01 2011

    [efa-m]
    * Add --platform / --line options to filter output
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;

our $VERSION = '0.01';
our $VERSION = '0.02';

use Getopt::Long qw(:config no_ignore_case);
use List::Util qw(max);
@@ -132,7 +132,7 @@ B<efa-m> [B<-d> I<date>] [B<-t> I<time>] I<city> [I<type>B<:>]I<name>

=head1 VERSION

version 0.01
version 0.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 = '0.01';
our $VERSION = '0.02';

use Carp qw(confess);
use Travel::Status::DE::VRR::Result;
@@ -213,7 +213,7 @@ Travel::Status::DE::VRR - inofficial VRR departure monitor

=head1 VERSION

version 0.01
version 0.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 = '0.01';
our $VERSION = '0.02';

Travel::Status::DE::VRR::Result->mk_ro_accessors(
	qw(destination time platform line info));
@@ -39,7 +39,7 @@ departure received by Travel::Status::DE::VRR

=head1 VERSION

version 0.01
version 0.02

=head1 DESCRIPTION