diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-13 13:38:35 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-13 13:38:35 +0200 |
commit | 784c3d193f669ede6bde3b9c734455a5eaf39546 (patch) | |
tree | 14c5d1ac7517a68c7275d09574dfe3ca381cbb59 /Build.PL | |
parent | 3f19806f87d0f040124db0e9c2d240939b19673d (diff) |
Use new Travel::Status::DE::DeutscheBahn stuff
Diffstat (limited to 'Build.PL')
-rwxr-xr-x | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ Module::Build->new( 'File::ShareDir' => 0, 'HTML::Template' => 0, 'List::Util' => 0, - 'Travel::Status::DE::DeutscheBahn' => 0, + 'Travel::Status::DE::DeutscheBahn' => '0.04', }, share_dir => 'share', sign => 1, |