Unverified Commit 89e7031f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v0.12

parent 8671bc4d
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
Travel::Status::DE::DBWagenreihung 0.12 - Fri Mar 29 2024

    * Wagon: Add is_closed accessor

Travel::Status::DE::DBWagenreihung 0.11 - Thu Mar 07 2024
Travel::Status::DE::DBWagenreihung 0.11 - Thu Mar 07 2024


    * Add another regional train model
    * Add another regional train model
+2 −2
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@ use warnings;
use 5.020;
use 5.020;
use utf8;
use utf8;


our $VERSION = '0.11';
our $VERSION = '0.12';


use Getopt::Long;
use Getopt::Long;
use List::Util qw(min);
use List::Util qw(min);
@@ -172,7 +172,7 @@ B<db-wagenreihung> I<station> I<train-number>


=head1 VERSION
=head1 VERSION


version 0.11
version 0.12


This is beta software: API and output format may change without notice.
This is beta software: API and output format may change without notice.


+2 −2
Original line number Original line Diff line number Diff line
@@ -5,7 +5,7 @@ use warnings;
use 5.020;
use 5.020;
use utf8;
use utf8;


our $VERSION = '0.11';
our $VERSION = '0.12';


use Carp qw(cluck confess);
use Carp qw(cluck confess);
use JSON;
use JSON;
@@ -770,7 +770,7 @@ Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn Wagon Order API.


=head1 VERSION
=head1 VERSION


version 0.11
version 0.12


This is beta software. The API may change without notice.
This is beta software. The API may change without notice.


+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@ use utf8;


use parent 'Class::Accessor';
use parent 'Class::Accessor';


our $VERSION = '0.11';
our $VERSION = '0.12';


Travel::Status::DE::DBWagenreihung::Section->mk_ro_accessors(
Travel::Status::DE::DBWagenreihung::Section->mk_ro_accessors(
	qw(name start_percent end_percent length_percent start_meters end_meters length_meters)
	qw(name start_percent end_percent length_percent start_meters end_meters length_meters)
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@ use utf8;
use parent 'Class::Accessor';
use parent 'Class::Accessor';
use Carp qw(cluck);
use Carp qw(cluck);


our $VERSION = '0.11';
our $VERSION = '0.12';
Travel::Status::DE::DBWagenreihung::Wagon->mk_ro_accessors(
Travel::Status::DE::DBWagenreihung::Wagon->mk_ro_accessors(
	qw(attributes class_type group_index has_ac has_accessibility
	qw(attributes class_type group_index has_ac has_accessibility
	  has_bahn_comfort has_bike_storage has_bistro has_compartments
	  has_bahn_comfort has_bike_storage has_bistro has_compartments