This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bring all lines in CoreList.pod under 80 cols
authorkafka <kafka@madrognon.net>
Tue, 13 May 2014 20:26:41 +0000 (22:26 +0200)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 4 Jun 2014 02:02:10 +0000 (22:02 -0400)
dist/Module-CoreList/lib/Module/CoreList.pod

index e8f320b..cc6ad1a 100644 (file)
@@ -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} };