remove warning
Stas Bekman [Tue, 19 Mar 2002 13:14:53 +0000 (21:14 +0800)]
Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>

p4raw-id: //depot/perl@15324

lib/Pod/Html.pm

index dd2f0bf..1ae81c9 100644 (file)
@@ -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