Package perl-MooseX-Types-LoadableClass: Information

    Source package: perl-MooseX-Types-LoadableClass
    Version: 0.008-alt1
    Build time:  Sep 25, 2012, 01:42 AM
    Category: Development/Perl
    Report package bug
    License: Artistic
    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::MOP::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.

    List of rpms provided by this srpm:
    perl-MooseX-Types-LoadableClass (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    @qa_p7

      1. perl-Class-Load
      2. perl-Moose
      3. perl-MooseX-Types
      4. perl-Pod-Escapes
      5. perl-devel
      6. perl-namespace-clean

    Last changed


    Sept. 24, 2012 Igor Vlasenko 0.008-alt1
    - automated CPAN update
    Sept. 29, 2011 Igor Vlasenko 0.006-alt1
    - initial build for ALT Linux Sisyphus