diff options
author | Brian Gottreu <gottreu@gmail.com> | 2013-06-16 13:37:33 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:11:44 -0700 |
commit | 555bd962bf06d749086724e280b3588586df7805 (patch) | |
tree | 50a45eca58f93ccc0fe9ddb4e9167d302f6b6415 /pod/perlpodstyle.pod | |
parent | 6ca3c6c679258bbb20a4445b34608d144ac7090d (diff) | |
download | perl-555bd962bf06d749086724e280b3588586df7805.tar.gz |
Fixed verbatim lines in POD over 79 characters
Diffstat (limited to 'pod/perlpodstyle.pod')
-rw-r--r-- | pod/perlpodstyle.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlpodstyle.pod b/pod/perlpodstyle.pod index 6c4cfa04af..c65c16bada 100644 --- a/pod/perlpodstyle.pod +++ b/pod/perlpodstyle.pod @@ -218,8 +218,8 @@ For copyright For licensing the easiest way is to use the same licensing as Perl itself: - This library is free software; you may redistribute it and/or modify - it under the same terms as Perl itself. + This library is free software; you may redistribute it and/or + modify it under the same terms as Perl itself. This makes it easy for people to use your module with Perl. Note that this licensing example is neither an endorsement or a requirement, you are |