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

INSTALLATION
------------

Ideally, use the CPANPLUS or CPAN shell (`cpanp` or `cpan`) to download and
install the latest distribution from your nearest CPAN.

To install this module manually type the following:

   perl Build.PL
   ./Build
   ./Build test
   ./Build install

Or, if you prefer to use make:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES
------------

See Build.PL for a full list of dependencies.