The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

remoos - Rewrite Moos.pm into Your Own Module

Synopsis

    remoos My::Base::Class > lib/My/Base/Class.pm

Description

Moos is a Moose-esque Perl OO framework that lives in one single file. That makes it easy to turn it into your Perl module distribution's own OO base class. This remoos utility makes it easier.

The remoos utility simply reads in a copy of Moos.pm, changes all the references of Moos to your module's name, and writes the result to stdout.

It will also remove comments and documentation, and add a comment at the top indicating that it was derived from Moos.

Authors

Ingy döt Net <ingy@cpan.org>

Toby Inkster <tobyink@cpan.org>

Copyright and License

Copyright (c) 2012. Ingy döt Net.

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

See http://www.perl.com/perl/misc/Artistic.html

1 POD Error

The following errors were encountered while parsing the POD:

Around line 51:

Non-ASCII character seen before =encoding in 'döt'. Assuming UTF-8