summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Any-Moose: Cleanup oldKent Fredric2018-04-151-13/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Any-Moose: Eliminate dependencies on MouseKent Fredric2016-03-011-0/+13
This is preparation work for eventual removal of Any-Moose from tree, as it is declared "Deprecated" by upstream, and people who want a "Be fast by default but still work with Moose" solution are being encouraged to use Moo instead. Any-Moose will continue to auto-switch between Moose and Mouse if Mouse is installed, but will not add any dependencies on Mouse and will no longer test Mouse based tests, with the idea being to just force the Moose path by default. This is effectively what already happened for anyone who installed Moose first, which is highly likely, because *nothing* in tree other than Any-Moose and its children presently depend on Mouse. However, we can't remove Any-Moose yet, because some packages still depend on it, so this patch is intended to mitigate the damage of still pulling Mouse and MouseX::Types into tree. This also avoids a circular dependency mess under FEATURES="test" But anyone who wants the runtime benefits of Any-Moose that *may* appear if they're not using any Moose code, they can still get that benefit by installing Mouse manually. But otherwise, depending on Any-Moose should imply a dependecy on Moose Package-Manager: portage-2.2.27