diff options
Diffstat (limited to 'lib/Carp/Heavy.pm')
-rw-r--r-- | lib/Carp/Heavy.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Carp/Heavy.pm b/lib/Carp/Heavy.pm index cf108923f4..c3d3c26fa1 100644 --- a/lib/Carp/Heavy.pm +++ b/lib/Carp/Heavy.pm @@ -237,6 +237,7 @@ sub trusts { sub trusts_directly { my $class = shift; no strict 'refs'; + no warnings 'once'; return @{"$class\::CARP_NOT"} ? @{"$class\::CARP_NOT"} : @{"$class\::ISA"}; |