mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
18019f3f37
replacement. It also avoids depending on any XS modules to allow simple deployments. The name Moo is based on the idea that it provides almost -but not quite- two thirds of Moose. Unlike Mouse this module does not aim at full Moose compatibility. See "INCOMPATIBILITIES" for more details. WWW: http://search.cpan.org/dist/Moo/
21 lines
638 B
Plaintext
21 lines
638 B
Plaintext
%%SITE_PERL%%/oo.pm
|
|
%%SITE_PERL%%/Moo.pm
|
|
%%SITE_PERL%%/Moo/_Utils.pm
|
|
%%SITE_PERL%%/Moo/Role.pm
|
|
%%SITE_PERL%%/Moo/_mro.pm
|
|
%%SITE_PERL%%/Moo/Object.pm
|
|
%%SITE_PERL%%/Role/Tiny.pm
|
|
%%SITE_PERL%%/Sub/Defer.pm
|
|
%%SITE_PERL%%/Sub/Quote.pm
|
|
%%SITE_PERL%%/Method/Inliner.pm
|
|
%%SITE_PERL%%/Method/Generate/Accessor.pm
|
|
%%SITE_PERL%%/Method/Generate/Constructor.pm
|
|
%%SITE_PERL%%/Method/Generate/BuildAll.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Moo/.packlist
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Moo
|
|
@dirrm %%SITE_PERL%%/Moo
|
|
@dirrmtry %%SITE_PERL%%/Role
|
|
@dirrmtry %%SITE_PERL%%/Sub
|
|
@dirrmtry %%SITE_PERL%%/Method/Generate
|
|
@dirrmtry %%SITE_PERL%%/Method
|