The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910111213 package Test::Mocha::Invocation;{ $Test::Mocha::Invocation::VERSION = '0.12';}# ABSTRACT: Represents a method calluse Moose;use namespace::autoclean;with 'Test::Mocha::Role::MethodCall';__PACKAGE__->meta->make_immutable;1;
package
Test::Mocha::Invocation;
{
$Test::Mocha::Invocation::VERSION
=
'0.12'
;
}
# ABSTRACT: Represents a method call
use
Moose;
namespace::autoclean;
with
'Test::Mocha::Role::MethodCall'
__PACKAGE__->meta->make_immutable;
1;