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


App-SimpleBackuper

 view release on metacpan or  search on metacpan

local/lib/perl5/Dist/CheckConflicts.pm  view on Meta::CPAN


    use Dist::CheckConflicts
        -dist => 'Class-MOP',
        -conflicts => {
            'Moose'                => '1.14',
            'namespace::autoclean' => '0.08',
        },
        -also => [
            'Package::Stash::Conflicts',
        ];

 view all matches for this distribution


App-SimplenoteSync

 view release on metacpan or  search on metacpan

lib/App/SimplenoteSync.pm  view on Meta::CPAN

use File::ExtAttr ':all';
use Proc::InvokeEditor;
use App::SimplenoteSync::Note;
use WebService::Simplenote;
use Method::Signatures;
use namespace::autoclean;

has ['email', 'password'] => (
    is       => 'ro',
    isa      => 'Str',
    required => 1,

 view all matches for this distribution


App-SimulateReads

 view release on metacpan or  search on metacpan

lib/App/SimulateReads/Base.pm  view on Meta::CPAN

use Try::Tiny ();
use Hook::AfterRuntime;
use Import::Into;
use Data::OptList;
use Module::Runtime 'use_module';
use namespace::autoclean;

our $VERSION = '0.16'; # VERSION

BEGIN {
	$SIG{'__DIE__'} = sub {

lib/App/SimulateReads/Base.pm  view on Meta::CPAN

	#This must come after anything else that might change warning
	# levels in the caller (e.g. Moose)
	warnings->import('FATAL'=>'all');
	warnings->unimport('experimental::smartmatch') if $] >= 5.018;

	namespace::autoclean->import(
		-cleanee => $caller,
		-except  => \@no_clean,
	);

	return;

 view all matches for this distribution


App-Software-License

 view release on metacpan or  search on metacpan

lib/App/Software/License.pm  view on Meta::CPAN

use File::Spec::Functions qw/catfile/;
use Module::Runtime qw/use_module/;
use Software::License;
use Config::Any;

use namespace::autoclean 0.16 -except => [qw/_options_data _options_config/];

#pod =head1 SYNOPSIS
#pod
#pod     software-license --holder 'J. Random Hacker' --license Perl_5 --type notice
#pod

 view all matches for this distribution


App-SpreadRevolutionaryDate

 view release on metacpan or  search on metacpan

lib/App/SpreadRevolutionaryDate.pm  view on Meta::CPAN

use Encode;
BEGIN {
  $ENV{OUTPUT_CHARSET} = 'UTF-8';
  bind_textdomain_filter 'App-SpreadRevolutionaryDate' => \&Encode::decode_utf8, Encode::FB_DEFAULT;
}
use namespace::autoclean;

has 'config' => (
  is  => 'ro',
  isa => 'App::SpreadRevolutionaryDate::Config',
  required => 1,

 view all matches for this distribution


App-Sqitch

 view release on metacpan or  search on metacpan

inc/Menlo/Sqitch.pm  view on Meta::CPAN

        Type-Tiny
        Type-Tiny-XS
        URI-Nested
        URI-db
        libintl-perl
        namespace-autoclean
        namespace-clean
        strictures

Overlapping dependencies
        Carp

 view all matches for this distribution


App-Standby

 view release on metacpan or  search on metacpan

examples/complex/lib/App/Standby/Cmd/Command/complex.pm  view on Meta::CPAN

use 5.010_000;
use mro 'c3';
use feature ':5.10';

use Moose;
use namespace::autoclean;

# use IO::Handle;
# use autodie;
# use MooseX::Params::Validate;
# use Carp;

 view all matches for this distribution


App-Standup-Diary

 view release on metacpan or  search on metacpan

cpanfile.snapshot  view on Meta::CPAN

      Params::Util 0
      Scalar::Util 0
      String::RewritePrefix 0.005
      Types::Standard 0
      lib 0
      namespace::autoclean 0
      perl 5.012
      strict 0
      warnings 0
  Perl-PrereqScanner-Scanner-DistBuild-0.001
    pathname: L/LE/LEONT/Perl-PrereqScanner-Scanner-DistBuild-0.001.tar.gz

cpanfile.snapshot  view on Meta::CPAN

      goto::file 0.005
    requirements:
      ExtUtils::MakeMaker 0
      Filter::Util::Call 0
      perl 5.008001
  namespace-autoclean-0.31
    pathname: E/ET/ETHER/namespace-autoclean-0.31.tar.gz
    provides:
      namespace::autoclean 0.31
    requirements:
      B 0
      B::Hooks::EndOfScope 0.12
      ExtUtils::MakeMaker 0
      List::Util 0

 view all matches for this distribution


App-TailRabbit-Growl

 view release on metacpan or  search on metacpan

lib/App/TailRabbit/Growl.pm  view on Meta::CPAN

package App::TailRabbit::Growl;
use Moose;
use Mac::Growl;
use MooseX::Types::Moose qw/ Bool /;
use namespace::autoclean;

our $VERSION = '0.001';

extends 'App::TailRabbit';

 view all matches for this distribution


App-TailRabbit

 view release on metacpan or  search on metacpan

lib/App/TailRabbit.pm  view on Meta::CPAN

use AnyEvent;
use YAML qw/LoadFile/;
use File::HomeDir;
use Path::Class qw/ file /;
use MooseX::Types::LoadableClass qw/ LoadableClass /;
use namespace::autoclean;

our $VERSION = '0.003';

with qw/
    MooseX::Getopt

 view all matches for this distribution


App-TimeTracker

 view release on metacpan or  search on metacpan

lib/App/TimeTracker/Data/Task.pm  view on Meta::CPAN


use 5.010;

use Moose;
use App::TimeTracker::Utils qw(now);
use namespace::autoclean;
use App::TimeTracker;
use DateTime::Format::ISO8601;
use DateTime::Format::Duration;
use User::pwent;
use MooseX::Storage;

 view all matches for this distribution


App-Unix-RPasswd

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

		- First CPAN release on an unsuspecting world.
0.31   	20110318
		- POD fixes.
		- Migration to Module::Install for easier building.
0.32	20110320
		- Removal of namespace::autoclean dependency for easier building.
		- Removal of DateTime dependency for easier building.
		- Migration to Mouse for easier building and size.
0.33	20110321
		- Fix cornercase base == 0.
		- Fix cornercase servername eq ''.

 view all matches for this distribution


App-ValidateBankAccount

 view release on metacpan or  search on metacpan

lib/App/ValidateBankAccount.pm  view on Meta::CPAN

use 5.006;
use Data::Dumper;
use BankAccount::Validator::UK;
use App::ValidateBankAccount::Option;
use Moo;
use namespace::autoclean;
use MooX::Options;
with 'App::ValidateBankAccount::Option';

our $DEFAULT_COUNTRY = 'uk';

 view all matches for this distribution


App-ValidateSortCode

 view release on metacpan or  search on metacpan

lib/App/ValidateSortCode.pm  view on Meta::CPAN

use utf8::all;
use Data::Dumper;
use BankAccount::Validator::UK;
use App::ValidateSortCode::Option;
use Moo;
use namespace::autoclean;
use MooX::Options;
with 'App::ValidateSortCode::Option';

our $DEFAULT_COUNTRY = 'uk';

 view all matches for this distribution


App-Validation-Automation

 view release on metacpan or  search on metacpan

lib/App/Validation/Automation.pm  view on Meta::CPAN


use Carp;
use Switch;
use Moose;
use Net::SSH::Perl;
use namespace::autoclean;
use English qw(-no_match_vars);

=head1 NAME

App::Validation::Automation 

 view all matches for this distribution


App-af

 view release on metacpan or  search on metacpan

lib/App/af.pm  view on Meta::CPAN

use 5.014;

package App::af 0.18 {

  use Moose::Role;
  use namespace::autoclean;
  use Getopt::Long qw( GetOptionsFromArray );
  use Pod::Usage   qw( pod2usage           );

  # ABSTRACT: Command line tool for alienfile

lib/App/af.pm  view on Meta::CPAN

}

package App::af::role::alienfile 0.18 {

  use Moose::Role;
  use namespace::autoclean;
  use MooseX::Types::Path::Tiny qw( AbsPath );
  use Path::Tiny qw( path );
  use File::Temp qw( tempdir );

  has file => (

lib/App/af.pm  view on Meta::CPAN

}

package App::af::role::phase 0.18 {

  use Moose::Role;
  use namespace::autoclean;

  has phase => (
    is       => 'ro',
    isa      => 'Str',
    default  => 'all',

lib/App/af.pm  view on Meta::CPAN

}

package App::af::role::libandblib 0.18 {

  use Moose::Role;
  use namespace::autoclean;
  use Path::Tiny qw( path );

  has I => (
    is       => 'ro',
    isa      => 'ArrayRef[Str]',

lib/App/af.pm  view on Meta::CPAN

}

package App::af::opt 0.18 {

  use Moose::Role;
  use namespace::autoclean;

  has short => (
    is      => 'rw',
    isa     => 'Str',
    default => '',

 view all matches for this distribution


App-calendr

 view release on metacpan or  search on metacpan

lib/App/calendr.pm  view on Meta::CPAN

    require     => 1,
    inner       => 0,
    max_depth   => 2;

use Moo;
use namespace::autoclean;

our $DEFAULT_CALENDAR = 'Gregorian';
our $FAILED_CALENDARS = {};

use Types::Standard -all;

 view all matches for this distribution


App-colourhexdump

 view release on metacpan or  search on metacpan

lib/App/colourhexdump.pm  view on Meta::CPAN

with qw( MooseX::Getopt::Dashes );

use Getopt::Long::Descriptive;
use Term::ANSIColor 3.00 qw( colorstrip );
use App::colourhexdump::Formatter;
use namespace::autoclean;

has colour_profile => (
  metaclass     => 'Getopt',
  isa           => 'Str',
  is            => 'rw',

 view all matches for this distribution


App-cpanminus-reporter

 view release on metacpan or  search on metacpan

t/data/build.moose.log  view on Meta::CPAN

Checking if you have version 0 ... Yes (0.9912)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.10)
Checking if you have Text::Template 0 ... Yes (1.46)
Checking if you have Try::Tiny 0 ... Yes (0.22)
Checking if you have CPAN::Meta::Validator 2.101550 ... Yes (2.150005)
Checking if you have namespace::autoclean 0 ... Yes (0.26)
Checking if you have Software::LicenseUtils 0 ... Yes (0.103010)
Checking if you have MooseX::Types::Path::Class 0 ... Yes (0.06)
Checking if you have Text::Glob 0.08 ... Yes (0.09)
Checking if you have CPAN::Meta::Merge 0 ... Yes (2.150005)
==> Found dependencies: App::Cmd::Setup

t/data/build.moose.log  view on Meta::CPAN

#     Text::Glob                                     0.08       0.09
#     Text::Template                                  any       1.46
#     Try::Tiny                                       any       0.22
#     YAML::Tiny                                      any       1.67
#     autodie                                         any       2.27
#     namespace::autoclean                            any       0.26
#     parent                                          any      0.234
#     strict                                          any       1.09
#     version                                         any     0.9912
#     warnings                                        any       1.32
# 

 view all matches for this distribution


App-grindperl

 view release on metacpan or  search on metacpan

lib/App/grindperl.pm  view on Meta::CPAN

use Path::Class;
use File::Spec;
use Carp qw/carp croak/;
use File::Copy qw/copy/;
use File::HomeDir 0.98;
use namespace::autoclean;

sub new {
  my $class = shift;

  my $self = bless {}, $class;

 view all matches for this distribution


App-mkfeyorm

 view release on metacpan or  search on metacpan

lib/App/mkfeyorm.pm  view on Meta::CPAN

use [% SCHEMA %];

use Moose;
use MooseX::SemiAffordanceAccessor;
use MooseX::StrictConstructor;
use namespace::autoclean;

sub load {
    my $class = shift;

    return unless $class;

 view all matches for this distribution


App-perlimports

 view release on metacpan or  search on metacpan

lib/App/perlimports/Document.pm  view on Meta::CPAN

    'MooseX::SemiAffordanceAccessor' => 1,
    'MooseX::StrictConstructor'      => 1,
    'MooseX::TraitFor::Meta::Class::BetterAnonClassNames' => 1,
    'MooseX::Types'                                       => 1,
    'MooX::StrictConstructor'                             => 1,
    'namespace::autoclean'                                => 1,
    'PerlIO::gzip'                                        => 1,
    'Regexp::Common'                                      => 1,
    'Sort::ByExample'                                     => 1,
    'Struct::Dumb'                                        => 1,
    'Sub::Exporter'                                       => 1,

 view all matches for this distribution


Archive-Any

 view release on metacpan or  search on metacpan

perlcriticrc  view on Meta::CPAN

exclude_functions = sleep
severity = 3

[Moose::RequireCleanNamespace]
modules = Moose Moose::Role MooseX::Role::Parameterized Moose::Util::TypeConstraints
cleaners = namespace::autoclean

[NamingConventions::Capitalization]
package_exemptions = [A-Z]\w+|main
file_lexical_variables = [A-Z]\w+|[^A-Z]+
global_variables = :starts_with_upper

 view all matches for this distribution


Archive-BagIt

 view release on metacpan or  search on metacpan

lib/Archive/BagIt/Plugin/Algorithm/MD5.pm  view on Meta::CPAN

package Archive::BagIt::Plugin::Algorithm::MD5;
use strict;
use warnings;
use Carp qw( croak );
use Moo;
use namespace::autoclean;
with 'Archive::BagIt::Role::Algorithm', 'Archive::BagIt::Role::OpenSSL';
our $VERSION = '0.100'; # VERSION
# ABSTRACT: The MD5 algorithm plugin (default for v0.97)

has '+plugin_name' => (

 view all matches for this distribution


Archive-RPM

 view release on metacpan or  search on metacpan

lib/Archive/RPM.pm  view on Meta::CPAN

#############################################################################

package Archive::RPM;

use Moose;
use MooseX::MarkAsMethods autoclean => 1;
use MooseX::AttributeHelpers;
use MooseX::Types::Path::Class ':all';

use overload '""' => sub { shift->rpm->basename };

 view all matches for this distribution


Argon

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

- Logging now handled with Log::Log4perl

0.11 2014-10-27
- Tests now force use of AnyEvent::Loop (pure perl loop) for consistency
- Force version 0.11 of Coro::ProcessPool, which fixes recursive Coro::Handle read bug
- Removed namespace::autoclean from Argon.pm (thanks CPAN testers)

0.10 2014-10-24
- Migrated to Moo and Types::Standard
- Bug fixes in service initialization and shutdown
- Added integration test

 view all matches for this distribution


Array-FIFO

 view release on metacpan or  search on metacpan

lib/Array/FIFO.pm  view on Meta::CPAN

package Array::FIFO;
$Array::FIFO::VERSION = '0.13';
use Moose;
use List::Util qw(sum0);

use namespace::autoclean;


=head1 NAME

Array::FIFO - A Simple limitable FIFO array, with sum and average methods

 view all matches for this distribution


Array-LIFO

 view release on metacpan or  search on metacpan

lib/Array/LIFO.pm  view on Meta::CPAN

# ABSTRACT: Last-in, First-out array

our $VERSION = '0.0202';

use Moose;
use namespace::autoclean;



has max_size => (
    is      => 'ro',

 view all matches for this distribution


( run in 0.985 second using v1.01-cache-2.11-cpan-a5abf4f5562 )