From 60fba3105a1bf2f537742cfe591f5af1e5c5faa2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 17 May 2011 19:21:54 +0200 Subject: Initial switch to App::Hashl --- Build.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build.PL') 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(); -- cgit v1.2.3