Function-Return

 view release on metacpan or  search on metacpan

lib/Function/Return/Info.pm  view on Meta::CPAN

package Function::Return::Info;

use v5.14.0;
use warnings;

sub new {
    my $class = shift;
    my %args = @_;
    bless \%args => $class;
}

sub types { $_[0]->{types} }

1;
__END__

=encoding utf-8

=head1 NAME

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.058 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )