summaryrefslogtreecommitdiff
path: root/lib/Class/Struct.pm
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-03-17 09:15:11 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-03-17 09:15:11 +0000
commit75d2d88bbe5b638c1ce773568621f1878b16f80e (patch)
tree4295b7da8fa467fbb354fe329da4bbef61031029 /lib/Class/Struct.pm
parentdb42d1485c38c3442e7b62e63d45f5e5b9b66ee1 (diff)
parent8ce34d6cde97f1991e183842054670f0539d85d3 (diff)
downloadperl-75d2d88bbe5b638c1ce773568621f1878b16f80e.tar.gz
Integrate mainline.
p4raw-id: //depot/perlio@9181
Diffstat (limited to 'lib/Class/Struct.pm')
-rw-r--r--lib/Class/Struct.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Class/Struct.pm b/lib/Class/Struct.pm
index 185a8ff142..57b8c8611c 100644
--- a/lib/Class/Struct.pm
+++ b/lib/Class/Struct.pm
@@ -361,7 +361,7 @@ optionally preceded by a C<'*'>.
The accessor method provided by C<struct> for an element depends
on the declared type of the element.
-=over
+=over 4
=item Scalar (C<'$'> or C<'*$'>)
@@ -437,7 +437,7 @@ See Example 3 below for an example of initialization.
=head1 EXAMPLES
-=over
+=over 4
=item Example 1