NAME

Any::Moose::Convert - Convert Moose libraries to Mouse ones, or vice versa

VERSION

This document describes Any::Moose::Convert version 0.004.

SYNOPSIS

        use Any::Moose::Convert;

        moose2mouse qw(lib); # makes moose/lib/...
        mouse2mouse qw(lib); # makes mouse/lib/...

        # or as a command

        $ perl -MAny::Moose::Convert -e 'moose2mouse lib'
        $ perl -MAny::Moose::Convert -e 'mouse2moose lib'

DESCRIPTION

Any::Moose::Convert is a tool to convert Moose libraries to Mouse ones, or vice versa.

INTERFACE

EXPORTED FUNCTIONS

moose2mouse(@paths = @ARGV)

mouse2moose(@paths = @ARGV)

DEPENDENCIES

Perl 5.8.1 or later.

BUGS

No bugs have been reported.

Please report any bugs or feature requests to the author.

AUTHOR

Goro Fuji (gfx) <gfuji(at)cpan.org>

SEE ALSO

Moose

Mouse

Any::Moose

LICENSE AND COPYRIGHT

Copyright (c) 2009, Goro Fuji (gfx). Some rights reserved.

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