|
Nameremoos - Rewrite Moos.pm into Your Own ModuleSynopsisremoos My::Base::Class > lib/My/Base/Class.pm DescriptionMoos 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. AuthorsIngy döt Net <ingy@cpan.org>Toby Inkster <tobyink@cpan.org> Copyright and LicenseCopyright 2012-2014. 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
Visit the GSP FreeBSD Man Page Interface. |