diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-05 23:56:43 -0400 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-05 23:57:59 -0400 |
commit | 64da3008c02a30fac03c1d2dc01e935495f210f8 (patch) | |
tree | d1b7e8ae7888b61d327e076ac51274f5276dc9f9 /make_patchnum.pl | |
parent | 345e23944176348809d2be92e05ba6856a5c0ebc (diff) | |
download | perl-64da3008c02a30fac03c1d2dc01e935495f210f8.tar.gz |
more pod cleanups based on the new podcheck.t
Diffstat (limited to 'make_patchnum.pl')
-rw-r--r-- | make_patchnum.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_patchnum.pl b/make_patchnum.pl index 55acb92850..28148de8e5 100644 --- a/make_patchnum.pl +++ b/make_patchnum.pl @@ -19,7 +19,7 @@ This program creates the files holding the information about locally applied patches to the source code. The created files are C<git_version.h> and C<lib/Config_git.pl>. -=item C<lib/Config_git.pl> +=head2 C<lib/Config_git.pl> Contains status information from git in a form meant to be processed by the tied hash logic of Config.pm. It is actually optional, |