From b0bb396b1467db905611212e9d5bd334aefbe1bd Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 12 Nov 2006 19:34:32 +0000 Subject: Added Parse::RecDescent to recommended dependencies, updated UPGRADE file git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@530 4979c152-3d1c-0410-bac9-87ea11338e46 --- Build.PL | 1 + UPGRADE | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index 18f95d79..2e237ec5 100644 --- a/Build.PL +++ b/Build.PL @@ -33,6 +33,7 @@ my $build = Module::Build->new ( 'Getopt::Long' => 0, 'Test::More' => 0, 'Net::TCLink' => 0, + 'Parse::RecDescent' => 0, }, ); diff --git a/UPGRADE b/UPGRADE index d481fcf7..cac73fbb 100644 --- a/UPGRADE +++ b/UPGRADE @@ -68,7 +68,7 @@ sql/Pg-central.sql file into it. "update users_conf set password = md5('my_password');" Naturally you would use your password instead of my_password. -6) Import the users. Run the utils/upgrade/import_users.pl script to do this. +6) Import the users. Run the import-members script to do this. 7) Copy the files from the LedgerSMB tarball over your existing installation. 8) Delete the users directory. -- cgit v1.2.3