* Handling with Getopt parser implemented as strategy pattern.
authorPiotr Roszatycki <piotr.roszatycki@gmail.com>
Sun, 26 Oct 2008 19:16:44 +0000 (19:16 +0000)
committerPiotr Roszatycki <piotr.roszatycki@gmail.com>
Sun, 26 Oct 2008 19:16:44 +0000 (19:16 +0000)
commit550da40200cbc32e0f608ccd8ab6ec5ce4ccce75
tree9211a180b1f2c4b0d272ed0d6b1c0777d99695d5
parent4d9cc914c6085c8666a8ea08b67cdda0413f0efa
* Handling with Getopt parser implemented as strategy pattern.
ChangeLog
Makefile.PL
lib/MooseX/Getopt.pm
lib/MooseX/Getopt/Parser.pm [new file with mode: 0644]
lib/MooseX/Getopt/Parser/Descriptive.pm [new file with mode: 0644]
lib/MooseX/Getopt/Parser/Long.pm [new file with mode: 0644]