Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 68295
Status: resolved
Priority: 0/
Queue: Test-Deep

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.108
Fixed in: (no value)



Subject: Do not export functions only used internally
perl -MTest::Deep -MData::Dumper -wle'print Dumper(blessed("foo"))' gives: $VAR1 = bless( { 'val' => 'foo' }, 'Test::Deep::Blessed' ); what the? blessed() is not documented, so why am I getting one exported into my namespace without being asked? (This obviously conflicts horribly with Scalar::Util's version.)
I see this heavily relates to RT#61620 and RT#60567. :)
this ship sailed ages ago, we have the ':v1' export group now, etc etc etc -- rjbs