Pod::Strip - Remove POD from Perl code
Pod::Strip is a subclass of Pod::Simple that strips all POD from Perl Code.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
COPYRIGHT AND LICENCE
Copyright (C) 2004,2005,2006 Thomas Klausner, ZSI
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.