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

{
$Test::Mocha::Invocation::VERSION = '0.12';
}
# ABSTRACT: Represents a method call
use Moose;
__PACKAGE__->meta->make_immutable;
1;