From e9ccc9da821f97d5f6389e7e59889aadd3474948 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 1 Aug 2010 16:11:20 +0200 Subject: Initial splitup to WWW::Efa. Lots of stuff to improve yet --- Build.PL | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index 4c0c554..2112f7d 100644 --- a/Build.PL +++ b/Build.PL @@ -11,8 +11,7 @@ my $build = Module::Build->new( 'Test::Pod' => 0, 'Test::Command' => 0, }, - dist_name => 'efa', - dist_version_from => 'bin/efa', + module_name => 'WWW::Efa', license => 'unrestricted', requires => { 'perl' => '5.10.0', @@ -20,6 +19,5 @@ my $build = Module::Build->new( 'XML::LibXML' => 0, 'WWW::Mechanize' => 0, }, - script_files => 'bin/', ); $build->create_build_script; -- cgit v1.2.3