Name : perl-MooseX-Types-LoadableClass
| |
Version : 0.015
| Vendor : openSUSE
|
Release : bp155.2.8
| Date : 2023-05-17 16:33:12
|
Group : Development/Libraries/Perl
| Source RPM : perl-MooseX-Types-LoadableClass-0.015-bp155.2.8.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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP5/standard/noarch |