in reply to Management of perl modules in enterprise?

The CPANPLUS remote daemon allows you to administer several machines at once. From the pod:
New in the 0.05x series is the CPANPLUS Daemon. This application allows you to remotely control several machines running the CPANPLUS Daemon, thus enabling you to update several machines at once, or updating machines from the comfort of your own desktop. This is done using CPANPLUS::Shell::Default's dispatch_on_input method. See the CPANPLUS::Shell::Default manpage for details on that method.
  • Comment on Re: Management of perl modules in enterprise?

Replies are listed 'Best First'.
Re^2: Management of perl modules in enterprise?
by dsheroh (Monsignor) on Jun 01, 2006 at 04:29 UTC
    But, then, the CPANPLUS::Shell::Default page (or at least the version of it currently on cpan.org) provides no "details" beyond:
    $ui->dispatch_on_input('x'); # update the source using the # dispatch method
    Those two lines are the only times the string "disp" appears on the page.