Skip to content

Commit e67bc19

Browse files
committedMay 26, 2016
ext/VMS-DCLsym/DCLsym.pm: Fix missing pod reference
This looks like it was meant to point to a later heading or item in the document, but which was removed at some point, with the reference left dangling. I confirmed with Craig Berry that what it is referring to is the text in the next paragraph.
1 parent c389e68 commit e67bc19

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
 

‎ext/VMS-DCLsym/DCLsym.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use strict;
77

88
# Package globals
99
@ISA = ( 'DynaLoader' );
10-
$VERSION = '1.06';
10+
$VERSION = '1.07';
1111
my(%Locsyms) = ( ':ID' => 'LOCAL' );
1212
my(%Gblsyms) = ( ':ID' => 'GLOBAL');
1313
my $DoCache = 1;
@@ -186,8 +186,8 @@ defines a new symbol (or overwrites the old value of an existing symbol), and
186186
deleting an element deletes the corresponding symbol. Setting an element to
187187
C<undef>, or C<undef>ing it directly, sets the corresponding symbol to the null
188188
string. You may also read the special keys ':GLOBAL' and ':LOCAL' to find out
189-
whether a default symbol table has been specified for this hash (see C<table>
190-
below), or set either or these keys to specify a default symbol table.
189+
whether a default symbol table has been specified for this hash (see the next
190+
paragraph), or set either or these keys to specify a default symbol table.
191191
192192
When you call the C<tie> function to bind an associative array to this package,
193193
you may specify as an optional argument the symbol table in which you wish to

‎t/porting/known_pod_issues.dat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ ext/hash-util/lib/hash/util.pm Verbatim line length including indents exceeds 79
322322
ext/pod-html/testdir/perlpodspec-copy.pod Verbatim line length including indents exceeds 79 by 2
323323
ext/pod-html/testdir/perlvar-copy.pod ? Should you be using L<...> instead of 3
324324
ext/pod-html/testdir/perlvar-copy.pod Verbatim line length including indents exceeds 79 by 6
325-
ext/vms-dclsym/dclsym.pm ? Should you be using L<...> instead of 1
326325
ext/vms-filespec/lib/vms/filespec.pm Verbatim line length including indents exceeds 79 by 1
327326
install ? Should you be using F<...> or maybe L<...> instead of 1
328327
pod/perl.pod Verbatim line length including indents exceeds 79 by 8

0 commit comments

Comments
 (0)
Please sign in to comment.