The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Acme::Tools version 0.13
========================

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Or if you've installed 'CPAN' and have the 'cpan' tool available, run:

   cpan Acme::Tools

WHAT

Acme::Tools is a collection of more or less useful subs lumped together in one module.

All subs are exported, so beware of name space pollution. (What did you expect of an acme module?)

To import just some subs, do:

 use Acme::Tools qw(pivot ansicolor);

See documentation for more.


DEPENDENCIES

This module in itself does not require these modules to be used, but
some of the subs in  Acme::Tools  require  them:

 require Compress::Zlib;
 require Digest::MD5


COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2010 Kjetil Skotheim

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.