The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  IPC::ShellCmd::ShBase - Base class for shell commands

SYNOPSIS

  package IPC::ShellCmd::Other;
  use base qw/IPC::ShellCmd::ShBase/;
  # Note that this is an abstract class..

DESCRIPTION

Abstract base class for other IPC::ShellCmd command types.

BUGS

I don't know of any, but that doesn't mean they're not there.

AUTHORS

See IPC::ShellCmd for authors.

LICENSE

See IPC::ShellCmd for the license.