Clarify carp level use
Dave Rolsky [Thu, 14 Oct 2010 19:10:18 +0000 (14:10 -0500)]
lib/Package/DeprecationManager.pm

index 423c104..a0fa4a0 100644 (file)
@@ -109,6 +109,8 @@ sub _build_warn {
 
         $warned{$package}{ $args{feature} }{$msg} = 1;
 
+        # We skip at least two levels. One for this anon sub, and one for the
+        # sub calling it.
         local $Carp::CarpLevel = $Carp::CarpLevel + $skipped;
 
         Carp::cluck($msg);