Revision history for Perl extension Getopt::Compact.

0.03  Sat Sep 03 2006
        - added support for --man option (displays POD)
        - now supports an arbitrary number of option name alternatives
          (previously each option required two option names, one short and
          one long).
        - added unit tests

0.02  Fri Sep 24 2004
        - initialising the hashref used to store option values internally.
          this fixes a bug where the options weren't being stored sometimes.

0.01  Thu Sep 23 2004
        - original version