App-Mowyw
view release on metacpan or search on metacpan
lib/App/Mowyw.pm view on Meta::CPAN
if ($fn =~ m/$re/){
$process = $include;
last;
}
}
# print +($process ? '' : 'not '), "processing file $fn\n";
if ($process){
if ($config{make_behaviour} and -e $new_fn and (stat($fn))[9] < (stat($new_fn))[9]){
return;
}
print STDERR "Processing File '$fn'..." unless $config{quiet};
my $metadata = get_meta_data($fn);
push @{$metadata->{FILES}}, $fn;
my $str = parse_file($fn, $metadata);
# print Data::Dumper->Dump([$metadata]);
my $header = "";
my $footer = "";
( run in 1.056 second using v1.01-cache-2.11-cpan-49f99fa48dc )