Unverified Commit 93c90b61 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Formation: Correctly report version as 0.03

parent 06122cd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ use Travel::Status::DE::DBRIS::Formation::Group;
use Travel::Status::DE::DBRIS::Formation::Sector;
use Travel::Status::DE::DBRIS::Formation::Carriage;

our $VERSION = '0.01';
our $VERSION = '0.03';

Travel::Status::DE::DBRIS::Formation->mk_ro_accessors(
	qw(direction platform train_type));
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ use utf8;
use parent 'Class::Accessor';
use Carp qw(cluck);

our $VERSION = '0.18';
our $VERSION = '0.03';
Travel::Status::DE::DBRIS::Formation::Carriage->mk_ro_accessors(
	qw(class_type is_closed is_dosto is_locomotive is_powercar
	  number model section uic_id type
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ use utf8;
use parent 'Class::Accessor';
use List::Util qw(uniq);

our $VERSION = '0.18';
our $VERSION = '0.03';

Travel::Status::DE::DBRIS::Formation::Group->mk_ro_accessors(
	qw(designation name train_no train_type description desc_short destination has_sectors model series start_percent end_percent)
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ use utf8;

use parent 'Class::Accessor';

our $VERSION = '0.18';
our $VERSION = '0.03';

Travel::Status::DE::DBRIS::Formation::Sector->mk_ro_accessors(
	qw(name start_percent end_percent length_percent start_meters end_meters length_meters cube_meters cube_percent)