Acme-Spider
view release on metacpan or search on metacpan
As the spider evolves, it will become better at recognising Damian's modules.
It's a pity evolution doesn't happen without some help.
=cut
use strict;
use warnings;
use Carp;
my $re = do {
my @data = <DATA>;
chomp @data;
my $data = join '|', @data;
qr/^(?:$data)/;
};
sub victim {
my ($file) = @_;
return scalar $file =~ $re;
}
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
=cut
1;
__DATA__
Acme/Bleach
Acme/Don/t
Attribute/Handlers
Attribute/Handlers/Prospective
Attribute/Types
Class/Contract
Class/Delegation
Class/Multimethods
Class/Std
Class/Std/Utils
( run in 1.508 second using v1.01-cache-2.11-cpan-140bd7fdf52 )