Name : perl-MooseX-Types-LoadableClass
| |
Version : 0.015
| Vendor : openSUSE
|
Release : lp152.3.2
| Date : 2019-09-20 20:15:49
|
Group : Development/Libraries/Perl
| Source RPM : perl-MooseX-Types-LoadableClass-0.015-lp152.3.2.src.rpm
|
Size : 0.03 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : ClassName type constraint with coercion to load the class
|
Description :
use Moose::Util::TypeConstraints;
my $tc = subtype as ClassName; coerce $tc, from Str, via { Class::Load::load_class($_); $_ };
I\'ve written those three lines of code quite a lot of times, in quite a lot of places.
Now I don\'t have to.
|
RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.2/repo/oss/noarch |