|
NAMEAny::Moose::Convert - Convert Moose libraries to Mouse ones, or vice versa VERSIONThis 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'
DESCRIPTIONAny::Moose::Convert is a tool to convert Moose libraries to Mouse ones, or vice versa. INTERFACEEXPORTED FUNCTIONSmoose2mouse(@paths = @ARGV) mouse2moose(@paths = @ARGV) DEPENDENCIESPerl 5.8.1 or later. BUGSNo bugs have been reported. Please report any bugs or feature requests to the author. AUTHORGoro Fuji (gfx) <gfuji(at)cpan.org> SEE ALSOMoose Mouse Any::Moose LICENSE AND COPYRIGHTCopyright (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.
|