From 7a3bf2431b20ce0bfa7ec1cbc782975e687ef4d7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 14 Jan 2003 06:27:41 +0000 Subject: Documenting new requirements Reopen log on SIGHUP --- tools/install-perl-modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/install-perl-modules b/tools/install-perl-modules index 3848e8e..2565bad 100755 --- a/tools/install-perl-modules +++ b/tools/install-perl-modules @@ -6,7 +6,7 @@ use strict; use CPAN; -for my $mod (qw{Data::Dumper Digest::MD5 HTML::Template GnuPG::Interface}) { +for my $mod (qw{Data::Dumper Digest::MD5 HTML::Template GnuPG::Interface Log::Dispatch}) { my $obj = CPAN::Shell->expand('Module',$mod); $obj->install(); }; -- cgit v1.2.3