The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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