• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Getopt/H04-Sep-2006-660240

t/H04-Sep-2006-216145

ChangesH A D04-Sep-2006918 2318

MANIFESTH A D04-Sep-2006297 1514

META.ymlH A D04-Sep-2006608 1917

Makefile.PLH A D03-Sep-2006507 1917

READMEH A D03-Sep-2006616 2316

README

1Getopt::Compact.pm version 0.03
2===============================
3
4This is yet another Getopt related module.  Getopt::Compact is geared
5towards compactly and yet quite powerfully describing an option
6syntax.  Options can be parsed, returned as a hashref of values,
7and/or displayed as a usage string.
8
9INSTALLATION
10
11To install this module type the following:
12
13   perl Makefile.PL
14   make
15   make test
16   make install
17
18COPYRIGHT AND LICENCE
19
20Copyright (c) 2004 Andrew Stewart Williams. All rights reserved.
21This program is free software; you can redistribute it and/or
22modify it under the same terms as Perl itself.
23