summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Class/Struct.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Class/Struct.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Class/Struct.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Class/Struct.pm b/Master/tlpkg/tlperl/lib/Class/Struct.pm
index 0aaab519b73..c593dc7c390 100644
--- a/Master/tlpkg/tlperl/lib/Class/Struct.pm
+++ b/Master/tlpkg/tlperl/lib/Class/Struct.pm
@@ -14,7 +14,7 @@ require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(struct);
-$VERSION = '0.65';
+$VERSION = '0.66';
my $print = 0;
sub printem {
@@ -375,7 +375,7 @@ on the declared type of the element.
=item Scalar (C<'$'> or C<'*$'>)
The element is a scalar, and by default is initialized to C<undef>
-(but see L<Initializing with new>).
+(but see L</Initializing with new>).
The accessor's argument, if any, is assigned to the element.