forked from ledgersmb/LedgerSMB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actually committing the switch away from Moduel::Build
git-svn-id: svn://svn.code.sf.net/p/ledger-smb/code/trunk@1645 4979c152-3d1c-0410-bac9-87ea11338e46
- Loading branch information
tetragon
committed
Sep 22, 2007
1 parent
e07d677
commit 95eed64
Showing
2 changed files
with
8 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters