add some tests for configfile default => coderef
[gitmo/MooseX-Getopt.git] / README
CommitLineData
9abbebcd 1MooseX::Getopt version 0.21
5dac17c3 2===========================
3
4See the individual module documentation for more information
5
6INSTALLATION
7
8To install this module type the following:
9
10 perl Makefile.PL
11 make
12 make test
13 make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19 Moose
20 Getopt::Long
21
22COPYRIGHT AND LICENCE
23
adbe3e57 24Copyright (C) 2007-2008 Infinity Interactive, Inc.
5dac17c3 25
26http://www.iinteractive.com
27
28This library is free software; you can redistribute it and/or modify
29it under the same terms as Perl itself.
30