diff options
author | Hugo van der Sanden <hv@iii.co.uk> | 1997-04-10 19:16:27 +0100 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-09 00:00:00 +0000 |
commit | 103ff8e3fc700e65c46dc39d16ec66d203f75af9 (patch) | |
tree | f6a743cc1054ef8e56662065b7e2153f5e3d00e0 /lib/Class | |
parent | 864e1151dff76e2e8a34ce75279d790529b51d28 (diff) | |
download | perl-103ff8e3fc700e65c46dc39d16ec66d203f75af9.tar.gz |
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
Diffstat (limited to 'lib/Class')
-rw-r--r-- | lib/Class/Struct.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Class/Struct.pm b/lib/Class/Struct.pm index 9c56779316..eca2c6c5e3 100644 --- a/lib/Class/Struct.pm +++ b/lib/Class/Struct.pm @@ -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 |