New module dependency: IPC::Cmd
Hi, For those tracking HEAD, please note that I've pushed a patch requiring a new dependency on IPC::Cmd. As this module is used by the web installer, the database update script will not work until you've installed the dependency. IPC::Cmd is one of several modules on CPAN that support easily executing a program and capturing its return status, standard error, and standard output. It is a core module in Perl 5.10, meaning that users of that version of Perl already have it, but will need to be added by users of 5.8, typically by running $ sudo cpan IPC::Cmd I've filed a request to have this module packaged on Debian for Perl 5.8 users. Regards, Galen -- Galen Charlton gmcharlt@gmail.com
Hi, On Tue, Aug 4, 2009 at 6:37 AM, Galen Charlton<gmcharlt@gmail.com> wrote:
I've filed a request to have this module packaged on Debian for Perl 5.8 users.
It is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539905 Regards, Galen -- Galen Charlton gmcharlt@gmail.com
participants (1)
-
Galen Charlton