From a740320b414c4950b9a30a2c28269bff32b1030a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 30 Oct 2011 11:48:03 +0100 Subject: Fix Build.PL --- Build.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index 14c1bb3..7fb3a83 100755 --- a/Build.PL +++ b/Build.PL @@ -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(); -- cgit v1.2.3