Reset Paragraph size [Lorem Ipsum]

master
Jeevan M R 2015-04-29 22:19:07 +05:30
parent 0aac83040c
commit 11d2224b37
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ handle remainder => sub {
$loop = 10 if $loop > 10;
my @lorem;
map { push (@lorem, $text->paragraphs(3)) } (1..$loop);
map { push (@lorem, $text->paragraphs(1).$text->paragraphs(1)) } (1..$loop);
my $plaintext = join " ", @lorem;
my $default = 1 if !$_;