Acme::Eatemup, version 0.01

A list chopper.

   print @foo, eatemup; # prints all but the last element of @foo


INSTALLATION

The easiest way to install this module is to use the CPAN  module  or
the cpan script:

   [sudo] perl -MCPAN -e "install Acme::Eatemup"

   [sudo] cpan Acme::Eatemup

Or you can use the following:

   perl Makefile.PL
   make
   make test
   [sudo] make install


DEPENDENCIES

This module requires perl 5.


DOCUMENTATION

After installation, you can find documentation for these modules with
the perldoc command.

   perldoc Acme::Eatemup

Or try using man (it’s faster, in my experience):

   man Acme::Eatemup


COPYRIGHT AND LICENCE

Copyright © 2017 Father Chrysostomos

This program is free software; you may redistribute it, modify it, or
both, under the same terms as perl.