Use B<> for options in Class::Struct pod
Hugo van der Sanden [Thu, 10 Apr 1997 18:16:27 +0000 (19:16 +0100)]
Solaris 2.5.1, all clean except in `make install`:
  ../perl -I ../lib ../pod/pod2man --section=3 --official
Class/Struct.pm > /usr/local/lib/perl5/man/man3/Class::Struct.tmp
../pod/pod2man: bad option in paragraph 57 of Class/Struct.pm: ``-w''
should be [CB]<-w>

Patch enclosed. Here are the test results:
All tests successful.
u=0.56  s=0.5  cu=30.51  cs=16.6  scripts=148  tests=4059

p5p-msgid: 334D2E7B.67F0@iii.co.uk

lib/Class/Struct.pm

index 9c56779..eca2c6c 100644 (file)
@@ -305,7 +305,7 @@ The I<ELEMENT_LIST> has the form
 Each name-type pair declares one element of the struct. Each
 element name will be defined as an accessor method unless a
 method by that name is explicitly defined; in the latter case, a
-warning is issued if the warning flag (-w) is set.
+warning is issued if the warning flag (B<-w>) is set.
 
 
 =head2 Element Types and Accessor Methods