diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-12-20 14:02:52 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-12-20 14:02:52 +0100 |
commit | d57c06c50b5d50ae7ebc23ff52f9a178bd84b96a (patch) | |
tree | f258330a998c4dab475ba7dc1a6f771026262d77 /Build.PL | |
parent | 5bca4819dd35226886e85adf6e6c3cebdf1fb00a (diff) |
Fix Build.PL (was broken by cgi/index.pl -> index.pl rename)
Diffstat (limited to 'Build.PL')
-rwxr-xr-x | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,6 +29,6 @@ Module::Build->new( 'Travel::Status::DE::VRR' => 1.04, }, sign => 1, - dist_version_from => 'cgi/index.pl', + dist_version_from => 'index.pl', )->create_build_script(); |