summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build.PL1
-rw-r--r--UPGRADE2
2 files changed, 2 insertions, 1 deletions
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.