summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Pod/Html.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm
index 1cb526719a..6f3d056a46 100644
--- a/lib/Pod/Html.pm
+++ b/lib/Pod/Html.pm
@@ -1379,6 +1379,9 @@ sub process_puretext {
# there may be pod commands embedded within the text so those must be
# converted to html commands.
#
+
+sub process_text1($$;$);
+
sub process_text {
return if $ignore;
my( $tref ) = @_;
@@ -1881,6 +1884,8 @@ $E2c{gt} = '>';
$E2c{sol} = '/';
$E2c{verbar} = '|';
+sub depod1($;$);
+
sub depod($){
my $string;
if( ref( $_[0] ) ){