Sun Apr 21 2002
Happy news: Leah Einecker, who is a better Perl programmer than I
am, joined as a developer for LibWeb and LEAPs. In particular, he
uses PostgreSQL database, and hence next release of LibWeb will work
not just with MySQL database, but also with PostgreSQL. In addition
to that, I believe he already has several LEAPs to contribute. :)
Thu Jun 21 2001
Are you running perl 5.6.0 and having problem running LibWeb
and the sample scripts? Add the following to the beginning
of each sample script to see if it solves the problem,
# [From slashcode] This is the worst damned
# warning ever, so SHUT UP ALREADY!
$SIG{__WARN__} =
sub { warn @_ unless $_[0]
=~ /Use of uninitialized value/ };
Sat May 05 2001
Updated the requirements section
to reflect changes in various perl modules that LibWeb uses.
Be sure to install all of the perl modules that LibWeb uses
before you install LibWeb-0.02.
Thu Jul 20 2000
Released LibWeb-0.02. See Change log below for changes.
Thu Jun 29 2000
Added documentation on how to
edit the run control file (dot_lwrc) for LibWeb.
Mon Jun 19 2000
LEAPs site is up and
file-manager-0.01 is available for download.
Fri Jun 16 2000
Uploaded distribution and imported CVS for
file-manager-0.01.
Also imported CVS for LibWeb; if you can't wait for LibWeb-0.02 but
still want all the fixes and new (not extensively tested) features as
outlined in the Changelog below, you can download individual file from
LibWeb's CVS.
Mon Jun 12 2000
``cgi_error() not found''. I was using CGI.pm 2.66 when I wrote
LibWeb-0.01 and cgi_error() appears in CGI.pm since version 2.47. You
may not be able to run LibWeb-0.01 if you have CGI.pm older than
version 2.47. This problem will be fixed in LibWeb-0.02. In the mean
time, install the
latest stable CGI.pm
version 2.68. I checked, it has cgi_error(). I also checked the
bleeding edge version 3.01 alpha (24/04/2000) and I could not find
cgi_error(). -- colin
Sun Jun 11 2000
The code for file manager is 100% complete and I am now writing README
and documentation. It will be up along with the
LEAPs home page. -- colin
|