#########
LIBZIP #
##########
LibZip - Create very low weight self executables. This is the generator of TinyPerl.
##############
DESCRIPTION #
###############
This module will create low weight self executables, that have this features:
All this featues will generate a I<Initialize Package> of only 28 Kb, and a executable of less than 80Kb (Win32), plus PerlLib. This means that a hellow world script as a self executable will have only 350KB (Win32).
See POD for more...
###############
INSTALLATION #
################
To install this module type the following:
perl Makefile.PL
make
make test
make install
#########
AUTHOR #
##########
Graciliano M. P. <gm@virtuasites.com.br>
I will appreciate any type of feedback (include your opinions and/or suggestions). ;-P
############
COPYRIGHT #
#############
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.