package FOO; =pod =head1 SUBROUTINES/METHODS =head2 foo_call() =cut package BAR; #### In another file of course... ################################################ use base 'FOO'; =pod =head1 SUBROUTINES/METHODS =head2 bar_call() =cut ############################################## # Generated pod has... =head1 SUBROUTINES/METHODS =head2 foo_call() =head2 bar_call()