Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 9cb1982bc76c30241903a2bb28480922 > files > 14

perl-Filter-Simple-0.880.0-3.mga4.noarch.rpm

package DemoRevCat;
$VERSION = '0.01';

use Filter::Simple;

FILTER_ONLY
	code   => sub {
			my $ph = $Filter::Simple::placeholder;
			s/($ph)\s*[.]\s*($ph)/$2.$1/g
		},