GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Any::Moose::Convert(3) User Contributed Perl Documentation Any::Moose::Convert(3)

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

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

        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'

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

moose2mouse(@paths = @ARGV)

mouse2moose(@paths = @ARGV)

Perl 5.8.1 or later.

No bugs have been reported.

Please report any bugs or feature requests to the author.

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

Moose

Mouse

Any::Moose

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.

2011-05-25 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.