summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-05-17 19:21:54 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-05-17 19:21:54 +0200
commit60fba3105a1bf2f537742cfe591f5af1e5c5faa2 (patch)
treed6bf02e346497ed317f93e71013f038e908acd49 /Build.PL
parent3604c18bdca5ccb87800e3caa503ad771cbfc3ab (diff)
Initial switch to App::Hashl
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build.PL b/Build.PL
index 1336543..b709be0 100644
--- a/Build.PL
+++ b/Build.PL
@@ -11,8 +11,7 @@ my $build = Module::Build->new(
'Test::Compile' => 0,
'Test::Pod' => 0,
},
- dist_name => 'hashl',
- dist_version_from => 'bin/hashl',
+ module_name => 'App::Hashl',
license => 'unrestricted',
requires => {
'perl' => '5.10.0',
@@ -26,5 +25,6 @@ my $build = Module::Build->new(
'Time::Progress' => 0,
},
script_files => 'bin/',
+ sign => 1,
);
$build->create_build_script();