Result:
found more than 243 distributions - search limited to the first 2001 files matching your query ( run in 0.652 )


CairoX-Sweet

 view release on metacpan or  search on metacpan

lib/CairoX/Sweet/Elk.pm  view on Meta::CPAN

# ABSTRACT: Internal Moose
our $VERSION = '0.0200';

use Moose();
use MooseX::AttributeShortcuts();
use namespace::autoclean();
use Moose::Exporter;

Moose::Exporter->setup_import_methods(also => ['Moose']);

sub init_meta {

lib/CairoX/Sweet/Elk.pm  view on Meta::CPAN


    my %params = @_;
    my $for_class = $params{'for_class'};
    Moose->init_meta(@_);
    MooseX::AttributeShortcuts->init_meta(for_class => $for_class);
    namespace::autoclean->import(-cleanee => $for_class);
}

1;

__END__

 view all matches for this distribution


Calendar-Bahai

 view release on metacpan or  search on metacpan

lib/Calendar/Bahai.pm  view on Meta::CPAN

use 5.006;
use Data::Dumper;

use Date::Bahai::Simple;
use Moo;
use namespace::autoclean;
with 'Calendar::Plugin::Renderer';

use overload q{""} => 'as_string', fallback => 1;

has year  => (is => 'rw', predicate => 1);

 view all matches for this distribution


Calendar-Gregorian

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.17  Mon Nov 26 14:55:00 2018
      - Updated dependency on Date::Gregorian::Simple v0.12.

0.16  Wed Mar 07 16:30:00 2018
      - Updated dependency on namespace::autoclean.

0.15  Mon Jan 23 10:40:00 2017
      - Updated dependency on Date::Gregorian::Simple v0.10.

0.14  Sat Jan 07 22:20:00 2017

 view all matches for this distribution


( run in 0.652 second using v1.01-cache-2.11-cpan-804bf51f3ce )