summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/URA.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Travel/Status/DE/URA.pm')
-rw-r--r--lib/Travel/Status/DE/URA.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Travel/Status/DE/URA.pm b/lib/Travel/Status/DE/URA.pm
index c76843e..dec1a9b 100644
--- a/lib/Travel/Status/DE/URA.pm
+++ b/lib/Travel/Status/DE/URA.pm
@@ -6,7 +6,7 @@ use 5.010;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-our $VERSION = '0.05';
+our $VERSION = '1.00';
use Carp qw(confess cluck);
use DateTime;
@@ -81,7 +81,7 @@ sub new {
}
sub parse_raw_data {
- my ($self, $raw_str) = @_;
+ my ( $self, $raw_str ) = @_;
my $csv = Text::CSV->new( { binary => 1 } );
for my $dep ( split( /\r\n/, $raw_str ) ) {
@@ -264,7 +264,7 @@ API" data providers (e.g. ASEAG)
=head1 VERSION
-version 0.05
+version 1.00
=head1 DESCRIPTION