deduce

# given qr/\w+/;

$object = deduce qr/\w+/;
$object->isa('Data::Object::Regexp');

The deduce function returns a data type object instance based upon the deduced type of data provided.

deduce(Any $arg1) : Any

function

5 POD Errors

The following errors were encountered while parsing the POD:

Around line 10:

Unknown directive: =name

Around line 14:

Unknown directive: =usage

Around line 21:

Unknown directive: =description

Around line 26:

Unknown directive: =signature

Around line 30:

Unknown directive: =type