Do

 view release on metacpan or  search on metacpan

t/0.90/can/Data_Object_RoleHas__formulate_opts.t  view on Meta::CPAN

use 5.014;

use strict;
use warnings;

use Test::More;

# POD

=name

_formulate_opts

=usage

  my $_formulate_opts = $self->_formulate_opts();

=description

The _formulate_opts 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_opts';

ok 1 and done_testing;



( run in 1.308 second using v1.01-cache-2.11-cpan-5735350b133 )