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

SYNOPSIS

  # prompts for paths
  perl Makefile.PL 
  
  # doesn't prompt for paths
  perl Makefile.PL --emacs /usr/bin/emacs \
      --lisp /usr/share/emacs/site-lisp/sepia \
      --info /usr/share/info

OPTIONS

--emacs

Specifies the path to emacs.

--lisp

Specifies the directory to install the elisp files to.

--info

Specifies the directory to install the texinfo files to.

--help

Display this help information.