avoid warnings in change#4839
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 23 Jan 2000 04:44:17 +0000 (04:44 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 23 Jan 2000 04:44:17 +0000 (04:44 +0000)
p4raw-link: @4839 on //depot/perl: 191f2cf3f90fff5e4eb7a8663a83ed6c7031cf5d

p4raw-id: //depot/perl@4846

lib/Carp/Heavy.pm

index e496fa4..553a0ed 100644 (file)
@@ -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"} ){