Do
view release on metacpan or search on metacpan
t/0.90/can/Data_Object_RoleHas__formulate_opt.t view on Meta::CPAN
use 5.014;
use strict;
use warnings;
use Test::More;
# POD
=name
_formulate_opt
=usage
my $_formulate_opt = $self->_formulate_opt();
=description
The _formulate_opt function returns settings for the required directive.
=signature
_formulate_opt(HashRef $arg1, Str $arg2, Any $arg3) : Any
=type
function
=cut
# TESTING
use_ok 'Data::Object::RoleHas';
my $data = 'Data::Object::RoleHas';
can_ok $data, '_formulate_opt';
ok 1 and done_testing;
( run in 0.659 second using v1.01-cache-2.11-cpan-5735350b133 )