summaryrefslogtreecommitdiff
path: root/lib/Pod
diff options
context:
space:
mode:
authorStas Bekman <stas@stason.org>2002-03-19 21:14:53 +0800
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-19 14:51:56 +0000
commitbe0036e4fe8f594c35442537fa361e9306bb2431 (patch)
tree6169d9217f1daa780190e6e977f1e72f7c840170 /lib/Pod
parentaa7facf25fead5c168e13db22cc7b083d0ae3fb0 (diff)
downloadperl-be0036e4fe8f594c35442537fa361e9306bb2431.tar.gz
remove warning
Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org> p4raw-id: //depot/perl@15324
Diffstat (limited to 'lib/Pod')
-rw-r--r--lib/Pod/Html.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm
index dd2f0bf439..1ae81c9e60 100644
--- a/lib/Pod/Html.pm
+++ b/lib/Pod/Html.pm
@@ -492,8 +492,6 @@ END_OF_HEAD
if (/^=(head[1-6])\s+(.*\S)/s) { # =head[1-6] heading
process_head( $1, $2, $doindex && $index );
} elsif (/^=item\s*(.*\S)?/sm) { # =item text
- warn "$0: $podfile: =item without bullet, number or text"
- . " in paragraph $paragraph.\n" if !defined($1) or $1 eq '';
$need_dd = process_item( $1 );
$after_item = 1;
} elsif (/^=over\s*(.*)/) { # =over N