From 40ec43afcb4f3ef677c27056cb5024f6f5845adc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 30 Oct 2011 11:21:52 +0100 Subject: Autocreate Fakedisplay.pm with cached font.png --- Build.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index fd0fa93..14c1bb3 100755 --- a/Build.PL +++ b/Build.PL @@ -14,6 +14,9 @@ Module::Build->new( }, module_name => 'App::VRR::Fakedisplay', license => 'perl', + PL_files => { + 'lib/App/VRR/Fakedisplay.pm.PL' => 'lib/App/VRR/Fakedisplay.pm', + }, requires => { 'perl' => '5.10.0', 'Cache::File' => 0, @@ -23,7 +26,6 @@ Module::Build->new( 'Mojolicious::Lite' => 0, 'Travel::Status::DE::VRR' => 0.02, }, - share_dir => 'share', sign => 1, )->create_build_script(); -- cgit v1.2.3