dagolden / getopt-lucid

(Perl) Clear, readable syntax for command line processing

This URL has Read+Write access

David Golden (author)
Thu Apr 30 08:21:43 -0700 2009
commit  9cbdd10e87f1df405ce8d6e068bf1bab946f884f
tree    a037d3553fb028643d3439796a41d286a5fa731a
parent  add074041ae4f32a548116e5cb3bf115753a711f
getopt-lucid / META.yml
100644 36 lines (35 sloc) 0.8 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
name: Getopt-Lucid
version: 0.19
author:
  - 'David A. Golden <dagolden@cpan.org>'
abstract: 'Clear, readable syntax for command line processing'
license: apache
resources:
  license: http://apache.org/licenses/LICENSE-2.0
  repository: http://github.com/dagolden/getopt-lucid/
requires:
  Carp: 0
  Exception::Class: 1.23
  Exporter: 0
  Storable: 2.16
  perl: 5.006
build_requires:
  Data::Dumper: 0
  Exception::Class::TryCatch: 1.1
  Test::More: 0.62
provides:
  Getopt::Lucid:
    file: lib/Getopt/Lucid.pm
    version: 0.19
  Getopt::Lucid::Exception:
    file: lib/Getopt/Lucid/Exception.pm
    version: 0.19
generated_by: Module::Build version 0.3201
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
no_index:
  directory:
    - examples
    - inc