summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-perl/Dist-Zilla: add workaround for broken `authordeps --missing`Kent Fredric2020-08-081-0/+36
| | | | | | | | | | | | | | Stumbled into this working with app-admin/rex's 9999 version. `dzil authordeps --missing` was reporting missing deps, and bailing, even though they were provably installed. This fixes build issues with app-admin/rex-9999 with =dev-perl/Dist-Zilla-6.15.0 Bug: https://github.com/rjbs/Dist-Zilla/issues/660 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
* dev-perl/Dist-Zilla: Add fix for [=inc::Foo] on 5.26 bug #613586Kent Fredric2017-10-061-0/+58
This unbreaks dists that use the syntax: [=inc::Foo] Which is *far* more widespread than any use of stuff from `@INC` locations **other** than `.` Bug: https://bugs.gentoo.org/613586 Package-Manager: Portage-2.3.8, Repoman-2.3.3