perl -pi.bak -e \ 's/^([a-z]+):(.+)$/
	UPDATE pb_user SET password = "$2" WHERE userid = "$1";
/'
htpasswd
mysql -p perlbug < htpasswd

scripts/bugfix B 2002% # open!

blank .htaccess

# ============================================================================
# use %Perlbug::Object::Table, so it doesn't need to be reinit()'d all the time

# assign(), _store(), etc. => relate() ... 
# relate() packages up small report on this modification 
# into a trackable item against discrete objects
 
# parse log file into relate()
# trim log file
# pb_log hash redo track->history

# userid i_num + name + fullname
# bugid bug::name pb_bug (all tables have id::name?)

# absorb [PATCH]es/changeids - ask Jarkho
[PATCH ... -> patch (and search for bugid)
	Re: [PATCH @13746] uninstalled build of modules broke

# message->reply, etc.
#  => -m messageid (all tables)
#  => -r replyid 

# get all dependant modules into handy dist. so we can run 
# everything without any problems, harmless no-db installation.
# Distribution dependencies:
Carp
CGI
Data::Dumper
DBI
DBD::Oracle-dist
IO
libnet!
libwww!
MailTools
Msql-Mysql-dist
Shell

