Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-MooseX-Types-LoadableClass-0.015-bp155.2.8 RPM for noarch

From OpenSuSE Leap 15.5 for noarch

Name: perl-MooseX-Types-LoadableClass Distribution: SUSE Linux Enterprise 15 SP5
Version: 0.015 Vendor: openSUSE
Release: bp155.2.8 Build date: Wed May 17 16:33:12 2023
Group: Development/Libraries/Perl Build host: cloud114
Size: 30575 Source RPM: perl-MooseX-Types-LoadableClass-0.015-bp155.2.8.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/MooseX-Types-LoadableClass/
Summary: ClassName type constraint with coercion to load the class
    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.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Sat Jun 17 2017 coolo@suse.com
  - updated to 0.015
    see /usr/share/doc/packages/perl-MooseX-Types-LoadableClass/Changes
    0.015     2017-06-16 23:37:46Z
    - do not create an extra, unused ClassName type (this fixes a problem
      observed with MooseX::Types and Sub::Defer; see RT#119534)
* Sun Aug 23 2015 coolo@suse.com
  - updated to 0.014
    see /usr/share/doc/packages/perl-MooseX-Types-LoadableClass/Changes
    0.014     2015-08-16 02:03:26Z
    - update some distribution tooling
* Fri Feb 06 2015 coolo@suse.com
  - updated to 0.013
    - switch from Class::Load to Module::Runtime for loading modules
* Tue Nov 26 2013 coolo@suse.com
  - updated to 0.012
    - re-release with fixed encoding in metadata, support files
    - only try to load the class if it's a valid module name (ilmari)
    - avoid trying to load the class if already loaded (minor optimization)
    - repository moved to the github moose organization
* Sat Jul 27 2013 coolo@suse.com
  - updated to 0.009
    - now performing type checking in the type check itself, not the coercion,
      to fix results when the type check fails (RT#86041, Karen Etheridge)
* Wed Jun 05 2013 coolo@suse.com
  - updated to 0.008
    - Do not require Test::Exception. RT#75246
* Fri Feb 17 2012 coolo@suse.com
  - updated to 0.007
    - Be more paranoid about the potential for $_ being clobbered.
* Sat Nov 19 2011 coolo@suse.com
  - initial package 0.006
    * created by cpanspec 1.78.06

Files

/usr/lib/perl5/vendor_perl/5.26.1/MooseX
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Types
/usr/lib/perl5/vendor_perl/5.26.1/MooseX/Types/LoadableClass.pm
/usr/share/doc/packages/perl-MooseX-Types-LoadableClass
/usr/share/doc/packages/perl-MooseX-Types-LoadableClass/CONTRIBUTING
/usr/share/doc/packages/perl-MooseX-Types-LoadableClass/Changes
/usr/share/doc/packages/perl-MooseX-Types-LoadableClass/LICENCE
/usr/share/doc/packages/perl-MooseX-Types-LoadableClass/README
/usr/share/man/man3/MooseX::Types::LoadableClass.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:57:54 2024