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



( run in 2.358 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )