FreeBSD Manual Pages
Any::Moose::Convert(3)User Contributed Perl DocumentatioAny::Moose::Convert(3) 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. perl v5.32.0 2011-05-25 Any::Moose::Convert(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | INTERFACE | DEPENDENCIES | BUGS | AUTHOR | SEE ALSO | LICENSE AND COPYRIGHT
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Any::Moose::Convert&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>