Getopt::Compact.pm version 0.03

This is yet another Getopt related module. Getopt::Compact is geared towards compactly and yet quite powerfully describing an option syntax. Options can be parsed, returned as a hashref of values, and/or displayed as a usage string.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

COPYRIGHT AND LICENCE

Copyright (c) 2004 Andrew Stewart Williams. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.