Result:
Your query is still running in background...Search in progress... at this time found 63 distributions and 102 files matching your query.
Next refresh should show more results. ( run in 1.099 )


IO-Stringy

 view release on metacpan or  search on metacpan

t/IO_Scalar.t  view on Meta::CPAN

    }

    # Read paragraph by paragraph
    {
        my $ios = IO::Scalar->new(\$all);
        local $/ = "";
        is($ios->getline, join('', @lines[0..2]), "recordsep: empty - first par");
        is($ios->getline, join('', @lines[6..7]), "recordsep: empty - second par");
        is($ios->getline, join('', @lines[8..10]), "recordsep empty - third par");
    }

 view all matches for this distribution


IO-stringy

 view release on metacpan or  search on metacpan

t/Common.pm  view on Meta::CPAN

    }

    ### Read paragraph by paragraph:
    if ($seps =~ /empty/) {
	$GH = &$opener(\@lines);
        local $/ = "";
        $T->ok_eq($GH->getline, join('', @lines[0..2]),
                  "RECORDSEP empty: first par");
        $T->ok_eq($GH->getline, join('', @lines[6..7]),
                  "RECORDSEP empty: second par");
        $T->ok_eq($GH->getline, join('', @lines[8..10]),

 view all matches for this distribution


InfoBrief

 view release on metacpan or  search on metacpan

infobrief.PL  view on Meta::CPAN

if ($OPT{packed}) {
  $/="\r\n";
  chomp($_ = <>);
  @fld = split /;/, $_;
} else {
  $/="";
}

while (<>) {
  if ($OPT{packed}) {
    chomp;

 view all matches for this distribution


( run in 1.099 second using v1.01-cache-2.11-cpan-364913b4093 )