[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [530] trunk



Revision: 530
          http://svn.sourceforge.net/ledger-smb/?rev=530&view=rev
Author:   einhverfr
Date:     2006-11-12 11:34:32 -0800 (Sun, 12 Nov 2006)

Log Message:
-----------
Added Parse::RecDescent to recommended dependencies, updated UPGRADE file

Modified Paths:
--------------
    trunk/Build.PL
    trunk/UPGRADE

Modified: trunk/Build.PL
===================================================================
--- trunk/Build.PL	2006-11-12 19:12:16 UTC (rev 529)
+++ trunk/Build.PL	2006-11-12 19:34:32 UTC (rev 530)
@@ -33,6 +33,7 @@
 		'Getopt::Long'			=> 0,
 		'Test::More'			=> 0,
 		'Net::TCLink'			=> 0,
+		'Parse::RecDescent'		=> 0,
 		},
 );
 

Modified: trunk/UPGRADE
===================================================================
--- trunk/UPGRADE	2006-11-12 19:12:16 UTC (rev 529)
+++ trunk/UPGRADE	2006-11-12 19:34:32 UTC (rev 530)
@@ -68,7 +68,7 @@
       "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.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.