From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

$ExtUtils::Builder::FileSet::Free::VERSION = '0.016';
use strict;
sub add_input {
my ($self, $entry) = @_;
$self->_pass_on($entry);
return $entry;
}
1;