From abac1d76c6bb6b18089c329b6b1e4c78ca093f27 Mon Sep 17 00:00:00 2001 From: tetragon Date: Sat, 22 Sep 2007 15:59:00 +0000 Subject: 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 --- INSTALL | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 3fcb1013..2da48d16 100644 --- a/INSTALL +++ b/INSTALL @@ -16,15 +16,15 @@ MANUAL INSTALL: 2) Check Dependencies -The Build.PL script can be used to test for unmet dependencies and run other +The Makefile.PL script can be used to test for unmet dependencies and run other tests. It doesn't install anything yet, but it will tell you what you are -missing. To check for dependencies, run "perl Build.PL" from the command line. -Missing dependencies can generally be installed via a Linux distributor's -package manager or by CPAN. (Build.PL itself uses Module::Build, which is -available in packages like perl-Module-Build or libmodule-build-perl.) +missing. To check for dependencies, run "perl Makefile.PL" from the command +line. Missing dependencies can generally be installed via a Linux distributor's +package manager or by CPAN. (Makefile.PL itself uses Module::Install, which is +available in packages like perl-Module-Install or libmodule-install-perl.) Once this is done and dependencies are satisfied, you can check to see whether -the installation nominally works by running "./Build test" from the command +the installation nominally works by running "make test" from the command line. The test suites currently check to make sure all the perl modules load and that a number of numeric tests are passed. -- cgit v1.2.3