* MooseX::Getopt
authorPiotr Roszatycki <piotr.roszatycki@gmail.com>
Mon, 10 Nov 2008 23:15:57 +0000 (23:15 +0000)
committerPiotr Roszatycki <piotr.roszatycki@gmail.com>
Mon, 10 Nov 2008 23:15:57 +0000 (23:15 +0000)
commitc6c1f6285c8ad44ddb2375289ea449705bb467ad
tree9c24acbda6311491527ea76c0bab9bd680924285
parent550da40200cbc32e0f608ccd8ab6ec5ce4ccce75
* MooseX::Getopt
* MooseX::Getopt::Session
  - MooseX::Getopt can start new Getopt session or get it as parameter
    (dexter)

* MooseX::Getopt::Parser
* MooseX::Getopt::Parser::Long
* MooseX::Getopt::Parser::Descriptive
  - Getopt parser is pluggined.
    (dexter)

* TODO:
  - MooseX::Getopt::Parser::Descriptive is not implemeted yet.
  - MooseX::ConfigFromFile should be restored?
  - POD.
  - New test units.
ChangeLog
lib/MooseX/Getopt.pm
lib/MooseX/Getopt/Meta/Attribute/Trait.pm
lib/MooseX/Getopt/Parser.pm
lib/MooseX/Getopt/Parser/Descriptive.pm
lib/MooseX/Getopt/Parser/Long.pm
lib/MooseX/Getopt/Session.pm [new file with mode: 0644]