summaryrefslogtreecommitdiff
path: root/lib/Carp
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-23 04:44:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-23 04:44:17 +0000
commitd61e7a0a162a2eb170aec7221bbb3cac17b313f1 (patch)
treeed1ff70e789c69b6813923bc6c699d23f8eca889 /lib/Carp
parent7f95ee773a8468b858e261cff372d5917dbf1421 (diff)
downloadperl-d61e7a0a162a2eb170aec7221bbb3cac17b313f1.tar.gz
avoid warnings in change#4839
p4raw-link: @4839 on //depot/perl: 191f2cf3f90fff5e4eb7a8663a83ed6c7031cf5d p4raw-id: //depot/perl@4846
Diffstat (limited to 'lib/Carp')
-rw-r--r--lib/Carp/Heavy.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Carp/Heavy.pm b/lib/Carp/Heavy.pm
index e496fa4d86..553a0edfcb 100644
--- a/lib/Carp/Heavy.pm
+++ b/lib/Carp/Heavy.pm
@@ -130,6 +130,8 @@ sub longmess_heavy {
# ancestors() returns the complete set of ancestors of a module
+sub ancestors($$);
+
sub ancestors($$){
my( $pack, $href ) = @_;
if( @{"${pack}::ISA"} ){