| Name: | perl-Return-Type |
|---|---|
| Version: | 0.007 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 35075 |
| License: | GPL+ or Artistic |
| RPM: | perl-Return-Type-0.007-1.el9.noarch.rpm |
| Source RPM: | perl-Return-Type-0.007-1.el9.src.rpm |
| Build Date: | Thu Feb 10 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Return-Type |
| Summary: | Specify a return type for a function |
| Description: | Return::Type allows you to specify a return type for your subs. Type constraints from any Type::Tiny, MooseX::Types or MouseX::Types type library are supported. |
- Update to 0.007
- Bugfix: Thing expected to be an array isn't always an array but is still a
reference
- Added: :ReturnType(Void) shortcut