From 85407809969f0573a32261d7314745c9fea6baa6 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 18 Jun 2015 16:35:06 +0300 Subject: [PATCH] Add missing dependencies to README, remove Bugzilla::CGI::DESTROY --- Bugzilla/CGI.pm | 10 ---------- README | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Bugzilla/CGI.pm b/Bugzilla/CGI.pm index 3c8f890a6..65e8bc4d9 100644 --- a/Bugzilla/CGI.pm +++ b/Bugzilla/CGI.pm @@ -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) = @_; diff --git a/README b/README index 6733744f2..841ad035b 100644 --- a/README +++ b/README @@ -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