Tests for change #21284.
[p5sagit/p5-mst-13.2.git] / lib / Carp / Heavy.pm
index cf10892..c3d3c26 100644 (file)
@@ -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"};