diff options
author | Sawyer X <xsawyerx@cpan.org> | 2016-05-19 22:01:57 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2016-05-19 22:01:57 +0200 |
commit | 9e08bfd8d1a9493056c4199e39523fcaa89c9bf6 (patch) | |
tree | 7f28272e5aadc846799e54d64cf6bc3d9f97208e | |
parent | cb5e83e99c97f1e4ac2fbc858b6355888e216047 (diff) | |
download | perl-9e08bfd8d1a9493056c4199e39523fcaa89c9bf6.tar.gz |
Correct POD for release managers document:
A literal / (solidus) is E<sol>.
-rw-r--r-- | Porting/release_managers_guide.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 0d724e7df5..a81e174d54 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -243,7 +243,7 @@ necessary, fix things up. For example, you might think that both blead and maint are synchronised with a particular CPAN module, but one might have some extra changes. -=head3 How to sync a CPAN module with a cpan/ distro +=head3 How to sync a CPAN module with a cpanE<sol> distro =over 4 |