From 38f8cc36eb6f1ff8b37ea8774de4185fc76dc164 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 23 Aug 2007 18:47:04 +0000 Subject: import da BlackBit git-svn-id: svn://luxion/repos/Template-Plugin-ASCIITable@278 fcb26f47-9200-0410-b104-b98ab5b095f3 --- 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..81cc5ce --- /dev/null +++ b/Build.PL @@ -0,0 +1,21 @@ +#!/usr/bin/perl +use Module::Build; +my $build=Module::Build + ->new( + module_name=>'Template::Plugin::ASCIITable', + dist_author=>'dakkar ', + license=>'perl', + dist_abstract=><<'END_ABSTRACT', +Allows you to use Text::ASCIITable in your templates. +END_ABSTRACT + requires=>{ + Text::ASCIITable=>0, + Template=>0, + }, + build_requires=>{ + Test::More=>0, + }, + create_makefile_pl =>'traditional', + sign=>1, + ); +$build->create_build_script; -- cgit v1.2.3