summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-22 15:59:00 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-22 15:59:00 +0000
commitabac1d76c6bb6b18089c329b6b1e4c78ca093f27 (patch)
treee8c2d0d7a9cc3311d3b3e556e7c3e8a2d5e5b718 /Build.PL
parent5ed2e96253b5cac400ac80e782d3e146c6edb421 (diff)
Actually committing the switch away from Moduel::Build
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1645 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL47
1 files changed, 2 insertions, 45 deletions
diff --git a/Build.PL b/Build.PL
index c5f6fcde..f77966e6 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,45 +1,2 @@
-use strict;
-use warnings;
-
-use Module::Build;
-
-my $build = Module::Build->new (
- dist_name => 'LedgerSMB',
- dist_version => '1.2.99',
- license => 'GPL',
- requires => {
- 'perl' => '>= 5.8.1',
- 'Data::Dumper' => 0,
- 'Locale::Maketext' => 0,
- 'Locale::Maketext::Lexicon' => '>= 0.56',
- 'MIME::Base64' => 0,
- 'Digest::MD5' => 0,
- 'HTML::Entities' => 0,
- 'DBI' => '>= 0.48',
- 'DBD::Pg' => 0,
- 'Math::BigFloat' => 0,
- 'IO::File' => 0,
- 'Encode' => 0,
- 'Locale::Country' => 0,
- 'Locale::Language' => 0,
- 'Time::Local' => 0,
- 'Cwd' => 0,
- 'Config::Std' => 0,
- 'MIME::Lite' => 0,
- 'Error' => 0,
- 'Template' => '>= 2.14',
- 'Template::Latex' => 0,
- 'Test::More' => 0,
- 'Test::Trap' => 0,
- 'Test::Exception' => 0,
- },
- recommends => {
- 'HTML::LinkExtor' => 0,
- 'FileHandle' => 0,
- 'Getopt::Long' => 0,
- 'Net::TCLink' => 0,
- 'Parse::RecDescent' => 0,
- },
-);
-
-$build->create_build_script;
+# Keeping this file for nicer coverage test interface
+require 'Makefile.PL';