FreeBSD Manual Pages
REMOOS(1) User Contributed Perl Documentation REMOOS(1) 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 dA<paragraph>t Net <ingy@cpan.org> Toby Inkster <tobyink@cpan.org> Copyright and License Copyright 2012-2014. Ingy dA<paragraph>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 perl v5.32.0 2014-08-19 REMOOS(1)
Name | Synopsis | Description | Authors | Copyright and License
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=remoos&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>