summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-08-01 16:11:20 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-08-01 16:11:20 +0200
commite9ccc9da821f97d5f6389e7e59889aadd3474948 (patch)
tree6abc101d626dd3211a433324d66adc5fd6181069 /Build.PL
parentc91b464dce9357ceb9653d16fe6e06cd4fb2d666 (diff)
Initial splitup to WWW::Efa. Lots of stuff to improve yet
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL4
1 files changed, 1 insertions, 3 deletions
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;