From f3d0995e9078c0b6a99793a90ce6671afc756ee1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 May 2011 13:46:45 +0200 Subject: CPANization --- Build.PL | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Build.PL (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL new file mode 100644 index 0000000..0409c7c --- /dev/null +++ b/Build.PL @@ -0,0 +1,21 @@ +#!/usr/bin/env perl + +use strict; +use warnings; +use Module::Build; + +Module::Build->new( + build_requires => { + 'Test::Command' => 0, + 'Test::Compile' => 0, + 'Test::More' => 0, + }, + dist_name => 'ssh-forcecommand', + dist_version_from => 'bin/ssh-forcecommand', + license => 'unrestricted', + requires => { + 'perl' => '5.10.0', + }, + script_files => 'bin/ssh-forcecommand', + +)->create_build_script(); -- cgit v1.2.3