diff options
author | Karl Williamson <khw@cpan.org> | 2017-03-30 22:10:46 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-04-05 11:28:08 -0600 |
commit | 4b05bc8ea5a106c203e7154f3cbae72e133c9c80 (patch) | |
tree | 97252ee73ea15fb216e5dced1f914bf294883199 /pod/perlnewmod.pod | |
parent | 5fc389563644287b3e5f448616ce62dd0ce4e7a6 (diff) | |
download | perl-4b05bc8ea5a106c203e7154f3cbae72e133c9c80.tar.gz |
pods: Add L<> for links missing them; a couple nits
Diffstat (limited to 'pod/perlnewmod.pod')
-rw-r--r-- | pod/perlnewmod.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlnewmod.pod b/pod/perlnewmod.pod index f3e7c692e6..61cc7bfc41 100644 --- a/pod/perlnewmod.pod +++ b/pod/perlnewmod.pod @@ -234,7 +234,7 @@ file. =item Get a CPAN user ID Every developer publishing modules on CPAN needs a CPAN ID. Visit -C<http://pause.perl.org/>, select "Request PAUSE Account", and wait for +C<L<http://pause.perl.org/>>, select "Request PAUSE Account", and wait for your request to be approved by the PAUSE administrators. =item C<perl Makefile.PL; make test; make distcheck; make dist> @@ -276,5 +276,5 @@ Updated by Kirrily "Skud" Robert, C<skud@cpan.org> L<perlmod>, L<perlmodlib>, L<perlmodinstall>, L<h2xs>, L<strict>, L<Carp>, L<Exporter>, L<perlpod>, L<Test::Simple>, L<Test::More> L<ExtUtils::MakeMaker>, L<Module::Build>, L<Module::Starter> -L<http://www.cpan.org/>, Ken Williams's tutorial on building your own +L<http://www.cpan.org/>, Ken Williams' tutorial on building your own module at L<http://mathforum.org/~ken/perl_modules.html> |