diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-28 13:36:43 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-28 13:36:43 +0000 |
commit | d5e42f17c71f99f82d37df614fae14860e641488 (patch) | |
tree | 935ae1583068b8a48ffa381cefc20181fcfd2043 | |
parent | 031ea58b5f01bc2ac9d97f55c77a227a794972bf (diff) | |
download | perl-d5e42f17c71f99f82d37df614fae14860e641488.tar.gz |
Several POD fixes by Jonathan Stowe
p4raw-id: //depot/perl@31294
-rw-r--r-- | ext/B/B/Concise.pm | 1 | ||||
-rw-r--r-- | ext/B/B/Lint.pm | 2 | ||||
-rw-r--r-- | pod/perldebguts.pod | 8 | ||||
-rw-r--r-- | symbian/PerlBase.pod | 2 |
4 files changed, 9 insertions, 4 deletions
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm index 46f2fb02d5..45e73b459e 100644 --- a/ext/B/B/Concise.pm +++ b/ext/B/B/Concise.pm @@ -1579,6 +1579,7 @@ subroutine rendering is more representative, insofar as a single main program will have many subs. +=back =head1 Using B::Concise outside of the O framework diff --git a/ext/B/B/Lint.pm b/ext/B/B/Lint.pm index ee81860365..fd89a7a6d7 100644 --- a/ext/B/B/Lint.pm +++ b/ext/B/B/Lint.pm @@ -175,6 +175,8 @@ the current filename and line number. =item more tests, validate against older perls +=back + =head1 BUGS This is only a very preliminary version. diff --git a/pod/perldebguts.pod b/pod/perldebguts.pod index eb3815e1a0..7a9fc485bb 100644 --- a/pod/perldebguts.pod +++ b/pod/perldebguts.pod @@ -300,7 +300,7 @@ is not a complete listing, but only excerpts. exited Config::FETCH entering Config::FETCH -=item 4 +=item 3 in $=main::BEGIN() from /dev/null:0 in $=Config::BEGIN() from lib/Config.pm:2 @@ -318,7 +318,7 @@ is not a complete listing, but only excerpts. in $=Config::FETCH(ref(Config), 'osname') from lib/Config.pm:574 in $=Config::FETCH(ref(Config), 'osvers') from lib/Config.pm:574 -=item 6 +=item 4 in $=main::BEGIN() from /dev/null:0 in $=Config::BEGIN() from lib/Config.pm:2 @@ -342,7 +342,7 @@ is not a complete listing, but only excerpts. out $=Config::FETCH(ref(Config), 'PERL_VERSION') from lib/Config.pm:574 in $=Config::FETCH(ref(Config), 'PERL_SUBVERSION') from lib/Config.pm:574 -=item 14 +=item 5 in $=main::BEGIN() from /dev/null:0 in $=Config::BEGIN() from lib/Config.pm:2 @@ -363,7 +363,7 @@ is not a complete listing, but only excerpts. in $=Config::FETCH('Config=HASH(0x1aa444)', 'baserev') from lib/Config.pm:574 out $=Config::FETCH('Config=HASH(0x1aa444)', 'baserev') from lib/Config.pm:574 -=item 30 +=item 6 in $=CODE(0x15eca4)() from /dev/null:0 in $=CODE(0x182528)() from lib/Config.pm:2 diff --git a/symbian/PerlBase.pod b/symbian/PerlBase.pod index af70e5dae8..70fc9afb4f 100644 --- a/symbian/PerlBase.pod +++ b/symbian/PerlBase.pod @@ -137,6 +137,8 @@ Like ParseAndRun() but works for Symbian filenames (UTF-16LE). The UTF-8 version of aFileName is always argv[argc-1], and argv[0] is always "perl". +=back + =head2 Macros =over 4 |