Skip to content

Commit

Permalink
ext/VMS-DCLsym/DCLsym.pm: Fix missing pod reference
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
khwilliamson committed May 26, 2016
1 parent c389e68 commit e67bc19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ext/VMS-DCLsym/DCLsym.pm
Expand Up @@ -7,7 +7,7 @@ use strict;

# Package globals
@ISA = ( 'DynaLoader' );
$VERSION = '1.06';
$VERSION = '1.07';
my(%Locsyms) = ( ':ID' => 'LOCAL' );
my(%Gblsyms) = ( ':ID' => 'GLOBAL');
my $DoCache = 1;
Expand Down Expand Up @@ -186,8 +186,8 @@ defines a new symbol (or overwrites the old value of an existing symbol), and
deleting an element deletes the corresponding symbol. Setting an element to
C<undef>, or C<undef>ing it directly, sets the corresponding symbol to the null
string. You may also read the special keys ':GLOBAL' and ':LOCAL' to find out
whether a default symbol table has been specified for this hash (see C<table>
below), or set either or these keys to specify a default symbol table.
whether a default symbol table has been specified for this hash (see the next
paragraph), or set either or these keys to specify a default symbol table.
When you call the C<tie> function to bind an associative array to this package,
you may specify as an optional argument the symbol table in which you wish to
Expand Down
1 change: 0 additions & 1 deletion t/porting/known_pod_issues.dat
Expand Up @@ -322,7 +322,6 @@ ext/hash-util/lib/hash/util.pm Verbatim line length including indents exceeds 79
ext/pod-html/testdir/perlpodspec-copy.pod Verbatim line length including indents exceeds 79 by 2
ext/pod-html/testdir/perlvar-copy.pod ? Should you be using L<...> instead of 3
ext/pod-html/testdir/perlvar-copy.pod Verbatim line length including indents exceeds 79 by 6
ext/vms-dclsym/dclsym.pm ? Should you be using L<...> instead of 1
ext/vms-filespec/lib/vms/filespec.pm Verbatim line length including indents exceeds 79 by 1
install ? Should you be using F<...> or maybe L<...> instead of 1
pod/perl.pod Verbatim line length including indents exceeds 79 by 8
Expand Down

0 comments on commit e67bc19

Please sign in to comment.