Commit 964bcdee authored by Neil Bowers's avatar Neil Bowers
Browse files

Added github repo to dist metadata and the doc

parent 888a5782
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -32,5 +32,10 @@ Module::Build->new(
		'XML::LibXML' => 0,
	},
	sign => 1,
    meta_merge => {
        resources => {
            repository => 'https://github.com/derf/Travel-Status-DE-IRIS'
        }
    },

)->create_build_script();
+4 −0
Original line number Diff line number Diff line
Travel::Status::DE::IRIS 1.02 - ??? May ?? 2015

    * Added github repo to dist metadata and the doc

Travel::Status::DE::IRIS 1.01 - Fri May 15 2015

    * IRIS->new: Fix default lwp_options value (was documented, but not used)
+5 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use 5.014;

no if $] >= 5.018, warnings => 'experimental::smartmatch';

our $VERSION = '1.01';
our $VERSION = '1.02';

use Carp qw(confess cluck);
use DateTime;
@@ -502,6 +502,10 @@ Many backend features are not yet exposed.
db-iris(1), Travel::Status::DE::IRIS::Result(3pm),
Travel::Status::DE::IRIS::Stations(3pm)

=head1 REPOSITORY

L<https://github.com/derf/Travel-Status-DE-IRIS>

=head1 AUTHOR

Copyright (C) 2013-2015 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>