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
view release on metacpan or search on metacpan
lib/App/Sqitch.pm view on Meta::CPAN
use App::Sqitch::Types qw(Str UserName UserEmail Maybe Config HashRef);
use Encode ();
use Try::Tiny;
use List::Util qw(first);
use IPC::System::Simple 1.17 qw(runx capturex $EXITVAL);
use namespace::autoclean 0.16;
use constant ISWIN => $^O eq 'MSWin32';
our $VERSION = 'v1.5.1'; # VERSION
BEGIN {
view all matches for this distribution
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
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
view all matches for this distribution
view release on metacpan or search on metacpan
foo.db matches view on Meta::CPAN
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
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
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
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
view release on metacpan or search on metacpan
- 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
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
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
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
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
view all matches for this distribution
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
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
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
view all matches for this distribution
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
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
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
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
view release on metacpan or search on metacpan
- 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
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
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
view release on metacpan or search on metacpan
lib/Array/Queue/Priority.pm view on Meta::CPAN
$Array::Queue::Priority::VERSION = '0.1.2';
use Moose;
extends 'Array::Queue';
use namespace::autoclean;
=head1 NAME
Array::Queue::Priority - A custom sorted queue
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Array/Queue.pm view on Meta::CPAN
package Array::Queue;
$Array::Queue::VERSION = '0.1.2';
use Moose;
use namespace::autoclean;
=head1 NAME
Array::Queue - A simple fifo queue
view all matches for this distribution
view release on metacpan or search on metacpan
'Array::GroupBy' => 0,
'Moose' => 0,
'MooseX::StrictConstructor' => 0,
'Params::Validate::Array' => 0,
'Carp' => 0,
'namespace::autoclean' => 0,
'Test::More' => 0,
'Data::Dumper' => 0,
'version' => 0,
},
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Artifactory/Client.pm view on Meta::CPAN
use MooseX::StrictConstructor;
use URI::Escape qw(uri_escape);
use File::Basename qw(basename);
use HTTP::Request::StreamingUpload;
use namespace::autoclean;
=head1 NAME
Artifactory::Client - Perl client for Artifactory REST API
view all matches for this distribution
view release on metacpan or search on metacpan
except => [qw/ Ask::API Ask::Functions Ask::Question /],
inner => 0,
require => 0,
sub_name => '__plugins',
);
use namespace::autoclean;
sub import {
shift;
if ( @_ ) {
require Ask::Functions;
view all matches for this distribution