From ae6fb6a1aa12a52d94bf1f220d75111dff6a54ee Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 29 Oct 2011 02:29:33 +0200 Subject: initial commit --- Build.PL | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 Build.PL (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL new file mode 100755 index 0000000..a1d6833 --- /dev/null +++ b/Build.PL @@ -0,0 +1,23 @@ +#!/usr/bin/env perl + +use strict; +use warnings; +use Module::Build; + +Module::Build->new( + + build_requires => { + 'Module::Build' => '0.36', + 'Test::More' => 0, + 'Test::Compile' => 0, + 'Test::Pod' => 0, + }, + module_name => 'App::VRR::Fakedisplay', + license => 'perl', + requires => { + 'perl' => '5.10.0', + }, + share_dir => 'share', + sign => 1, + +)->create_build_script(); -- cgit v1.2.3