App-GHPT

 view release on metacpan or  search on metacpan

lib/App/GHPT/Wrapper/OurMooseX/Role/Parameterized.pm  view on Meta::CPAN

package App::GHPT::Wrapper::OurMooseX::Role::Parameterized;

use App::GHPT::Wrapper::Ourperl;

our $VERSION = '2.000001';

use Import::Into;
use Moose::Exporter;
use MooseX::Role::Parameterized    ();
use MooseX::SemiAffordanceAccessor ();
use
    App::GHPT::Wrapper::OurMooseX::Role::Parameterized::Meta::Trait::Parameterizable::Strict (
    );
use namespace::autoclean;

my ($import) = Moose::Exporter->setup_import_methods(
    install        => [ 'unimport', 'init_meta' ],
    also           => ['MooseX::Role::Parameterized'],
    role_metaroles => {
        role => [
            'App::GHPT::Wrapper::OurMooseX::Role::Parameterized::Meta::Trait::Parameterizable::Strict'
        ],
    },
);

sub import {
    my $for_role = caller();

    $import->( undef, { into => $for_role } );
    MooseX::SemiAffordanceAccessor->import( { into => $for_role } );

    my $caller_level = 1;
    App::GHPT::Wrapper::Ourperl->import::into($caller_level);
    namespace::autoclean->import::into($caller_level);
}

1;



( run in 0.977 second using v1.01-cache-2.11-cpan-5a3173703d6 )