This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3cf482
)
Bring all lines in CoreList.pod under 80 cols
author
kafka
<kafka@madrognon.net>
Tue, 13 May 2014 20:26:41 +0000
(22:26 +0200)
committer
James E Keenan
<jkeenan@cpan.org>
Wed, 4 Jun 2014 02:02:10 +0000
(22:02 -0400)
dist/Module-CoreList/lib/Module/CoreList.pod
patch
|
blob
|
blame
|
history
diff --git
a/dist/Module-CoreList/lib/Module/CoreList.pod
b/dist/Module-CoreList/lib/Module/CoreList.pod
index
e8f320b
..
cc6ad1a
100644
(file)
--- a/
dist/Module-CoreList/lib/Module/CoreList.pod
+++ b/
dist/Module-CoreList/lib/Module/CoreList.pod
@@
-18,7
+18,8
@@
Module::CoreList - what modules shipped with versions of perl
print join ', ', Module::CoreList->find_modules(qr/Data/);
# prints 'Data::Dumper'
- print join ', ', Module::CoreList->find_modules(qr/test::h.*::.*s/i, 5.008008);
+ print join ', ',
+ Module::CoreList->find_modules(qr/test::h.*::.*s/i, 5.008008);
# prints 'Test::Harness::Assert, Test::Harness::Straps'
print join ", ", @{ $Module::CoreList::families{5.005} };