ExtUtils-Builder
view release on metacpan or search on metacpan
lib/ExtUtils/Builder/Planner.pm view on Meta::CPAN
type => 'phony',
);
}
my $counter = 0;
sub _create_callback {
my ($self, $add_to) = @_;
return undef unless $add_to;
my $this = $self;
Scalar::Util::weaken($this);
return sub {
my ($entry) = @_;
$this->create_phony($add_to, $entry);
};
}
sub create_filter {
my ($self, %args) = @_;
my $set = ExtUtils::Builder::FileSet::Filter->new(
condition => $args{condition},
( run in 1.066 second using v1.01-cache-2.11-cpan-65fba6d93b7 )