Add missing dependencies to README, remove Bugzilla::CGI::DESTROY

3col
Vitaliy Filippov 2015-06-18 16:35:06 +03:00
parent 4007127c51
commit 8540780996
2 changed files with 2 additions and 12 deletions

View File

@ -51,16 +51,6 @@ $| = 1;
$::SIG{TERM} = 'IGNORE';
$::SIG{PIPE} = 'IGNORE';
# CGI.pm uses AUTOLOAD, but explicitly defines a DESTROY sub.
# We need to do so, too, otherwise perl dies when the object is destroyed
# and we don't have a DESTROY method (because CGI.pm's AUTOLOAD will |die|
# on getting an unknown sub to try to call)
sub DESTROY
{
my $self = shift;
$self->SUPER::DESTROY(@_);
}
sub new
{
my ($invocant, @args) = @_;

4
README
View File

@ -51,7 +51,7 @@ Minimal requirements are:
sudo cpan Date::Parse DBI CGI DateTime Email::Address \
Template JSON Email::MIME Test::Taint \
XML::Twig Text::TabularDisplay Email::Sender \
XML::Twig Text::TabularDisplay Text::Wrap Email::Sender \
Lingua::Translit Archive::Zip \
DBD::mysql Image::Magick
@ -60,7 +60,7 @@ For the full installation, you also need the following modules:
sudo cpan GD Template::Plugin::GD GD::Graph GD::Graph3d \
MIME::Parser Mail::RFC822::Address Email::Reply \
Devel::StackTrace Email::MIME::Attachment::Stripper \
SOAP::Lite JSON::RPC JSON::XS Text::CSV HTML::Strip \
SOAP::Lite XMLRPC::Lite JSON::RPC JSON::XS Text::CSV HTML::Strip \
Text::CSV_XS Spreadsheet::ParseExcel Spreadsheet::XLSX \
Lingua::Stem::Snowball Math::Random::Secure TheSchwartz \
Daemon::Generic HTTP::Server::Simple Net::Server Sys::Sendfile