Skip Menu |

This queue is for tickets about the Module-Build-Tiny CPAN distribution.

Report information
The Basics
Id: 88903
Status: resolved
Priority: 0/
Queue: Module-Build-Tiny

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.029



Subject: Dep-injection fail: does not support HARNESS_SUBCLASS in any form
This probably should not be hardcoded. Not supplying a patch since not sure whether intentional or not: https://metacpan.org/source/LEONT/Module-Build-Tiny-0.027/lib/Module/Build/Tiny.pm#L100
On Mon Sep 23 06:17:26 2013, RIBASUSHI wrote: Show quoted text
> This probably should not be hardcoded. Not supplying a patch since not > sure whether intentional or not: > https://metacpan.org/source/LEONT/Module-Build-Tiny- > 0.027/lib/Module/Build/Tiny.pm#L100
It's a bug I was aware of and had even started to fix, but hadn't come around to finishing that. The problem isn't really in Module::Build::Tiny, but in TAP::Harness, it doesn't expose the environmental logic that Test::Harness uses. I just issued https://github.com/Perl-Toolchain-Gang/Test-Harness/pull/18 which should solve this and other related issues. Leon
Works as intended <3