From: Hugo van der Sanden Date: Thu, 10 Apr 1997 18:16:27 +0000 (+0100) Subject: Use B<> for options in Class::Struct pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=103ff8e3fc700e65c46dc39d16ec66d203f75af9;p=p5sagit%2Fp5-mst-13.2.git Use B<> for options in Class::Struct pod 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 --- diff --git a/lib/Class/Struct.pm b/lib/Class/Struct.pm index 9c56779..eca2c6c 100644 --- a/lib/Class/Struct.pm +++ b/lib/Class/Struct.pm @@ -305,7 +305,7 @@ The I 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