masaki / mousex-getopt

A Mouse role for processing command line options

This URL has Read+Write access

name age message
file .gitignore Wed Mar 11 00:38:59 -0700 2009 added .gitignore [masaki]
file .shipit Sun Dec 27 07:38:23 -0800 2009 Merge commit 'gfx/master' Conflicts: .gitigno... [masaki]
file Changes Loading commit data...
file MANIFEST.SKIP Wed Mar 11 06:57:18 -0700 2009 updated MANIFEST.SKIP [masaki]
file Makefile.PL Sat Dec 19 22:07:27 -0800 2009 check_nmake => 0 [gfx]
file README
directory lib/
directory t/
README
<<<<<<< HEAD:README
This is Perl module MouseX::Getopt.

INSTALLATION

MouseX::Getopt installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan MouseX::Getopt

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

MouseX::Getopt documentation is available as in POD. So you can do:

    % perldoc MouseX::Getopt

to read the documentation online with your favorite pager.

NAKAGAWA Masaki
=======
MouseX::Getopt version 0.26
===========================

See the individual module documentation for more information

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

    Mouse
    Getopt::Long

COPYRIGHT AND LICENCE

Copyright (C) 2007-2009 Infinity Interactive, Inc.

http://www.iinteractive.com

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

>>>>>>> gfx/master:README