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