Skip Menu |

This queue is for tickets about the Test-Kit CPAN distribution.

Report information
The Basics
Id: 89527
Status: resolved
Priority: 0/
Queue: Test-Kit

People
Owner: ovid [...] cpan.org
Requestors: kaoru [...] slackwise.net
Cc:
AdminCc:

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



Subject: Import EXPORT_OK subroutines from Test modules?
Hey Ovid, There may already be a way to do this, but I don't see it. Say I have a module like Test::Output (https://metacpan.org/module/Test::Output) that I want to include in my Kit, but I want to include the optional stdout_from() sub, how do I do that? https://metacpan.org/module/Test::Output#EXPORTS https://metacpan.org/module/Test::Output#stdout_from If it's not currently possible I would suggest the format: use Test::Kit( 'Test::Output' => [ ':stdout', 'stdout_from' ], 'Test::Deep' => { 'exclude' => [ 'any' ] }, ); Or so?
I believe this is fully resolved in Test::Kit 2.0