Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

use strict;
sub File::Find::Object::Rule::ba {
my $self = shift()->_force_object;
$self->exec( sub { die "I pity the fool who uses this in production" });
}
1;