diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-10-30 11:48:03 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-10-30 11:48:03 +0100 |
commit | a740320b414c4950b9a30a2c28269bff32b1030a (patch) | |
tree | 67b6efb311bb294447a47b9fb5fefd6da7b96b2e | |
parent | 69ab05e1e575d5ec9d0a94e8ecc312fea36d4fdd (diff) |
Fix Build.PL
-rwxr-xr-x | Build.PL | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,8 @@ Module::Build->new( 'Test::Compile' => 0, 'Test::Pod' => 0, }, - module_name => 'App::VRR::Fakedisplay', + dist_abstract => 'vrr fakedisplay', + dist_name => 'vrr-fakedisplay', license => 'perl', PL_files => { 'lib/App/VRR/Fakedisplay.pm.PL' => 'lib/App/VRR/Fakedisplay.pm', @@ -27,5 +28,6 @@ Module::Build->new( 'Travel::Status::DE::VRR' => 0.02, }, sign => 1, + dist_version_from => 'cgi/index.pl', )->create_build_script(); |