view release on metacpan or search on metacpan
'Test::Output' => '1.02',
'Test::File::ShareDir' => '0.3.1',
'Catalyst::View::JSON'=> '0.30',
'Catalyst::View::TT' => '0.41',
'Moose' => '2.1005',
'namespace::autoclean'=> '0.13',
'IO::All' => '0.53',
},
configure_requires => {
'Module::Build' => '0.42',
},
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Cinema/Controller/Comment.pm view on Meta::CPAN
package App::Cinema::Controller::Comment;
use Moose;
use namespace::autoclean;
BEGIN {
extends qw/Catalyst::Controller::FormBuilder/;
our $VERSION = $App::Cinema::VERSION;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Config/Chronicle.pm view on Meta::CPAN
=head1 SUBROUTINES/METHODS (LEGACY)
=cut
use Moose;
use namespace::autoclean;
use YAML::XS qw(LoadFile);
use App::Config::Chronicle::Attribute::Section;
use App::Config::Chronicle::Attribute::Global;
use Data::Hash::DotNotation;
view all matches for this distribution
view release on metacpan or search on metacpan
t/files/indent.snapshot view on Meta::CPAN
Specio::Library::String 0
Try::Tiny 0
XSLoader 0
base 0
integer 0
namespace::autoclean 0.19
overload 0
parent 0
perl 5.008004
strict 0
warnings 0
t/files/indent.snapshot view on Meta::CPAN
File::ShareDir::Install 0.03
List::Util 1.45
Params::ValidationCompiler 0.13
Specio::Declare 0
Specio::Library::String 0
namespace::autoclean 0.19
strict 0
warnings 0
DateTime-TimeZone-2.19
pathname: D/DR/DROLSKY/DateTime-TimeZone-2.19.tar.gz
provides:
t/files/indent.snapshot view on Meta::CPAN
Params::ValidationCompiler 0.13
Specio::Library::Builtins 0
Specio::Library::String 0
Try::Tiny 0
constant 0
namespace::autoclean 0
parent 0
perl 5.008004
strict 0
warnings 0
Devel-StackTrace-2.03
t/files/indent.snapshot view on Meta::CPAN
requirements:
ExtUtils::MakeMaker 0
namespace-autoclean-0.28
pathname: E/ET/ETHER/namespace-autoclean-0.28.tar.gz
provides:
namespace::autoclean 0.28
requirements:
B::Hooks::EndOfScope 0.12
ExtUtils::MakeMaker 0
List::Util 0
Sub::Identify 0
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/DBCritic/Policy.pm view on Meta::CPAN
our $VERSION = '0.023'; # VERSION
use English '-no_match_vars';
use Moo::Role;
use App::DBCritic::Violation;
use namespace::autoclean -also => qr{\A _}xms;
requires qw(description explanation violates applies_to);
#pod =method description
#pod
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/ElasticSearch/Utilities/Connection.pm view on Meta::CPAN
use Types::Standard qw( Enum HashRef InstanceOf Int Str );
use URI;
use URI::QueryParam;
use Moo;
use namespace::autoclean;
has 'host' => (
is => 'ro',
isa => Str,
default => sub { 'localhost' },
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/EvalServerAdvanced/Sandbox/Plugin/Perlbot.pm view on Meta::CPAN
sub deparse_perl_code {
my( $class, $lang, $code ) = @_;
my $sub;
{
no strict; no warnings; no charnames;
$sub = eval "use $]; package botdeparse; sub{ $code\n }; use namespace::autoclean;";
}
if( $@ ) { die $@ }
my %methods = (map {$_ => botdeparse->can($_)} grep {botdeparse->can($_)} keys {%botdeparse::}->%*);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Filite/Client.pm view on Meta::CPAN
server => sub { croak "Missing option: server" },
useragent => sub { shift->_build_useragent },
errors => sub { 0 },
};
use namespace::autoclean;
sub new_from_config {
my ( $class ) = ( shift );
state $xdg = File::XDG->new( name => 'filite-client', api => 1 );
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GHPT/Wrapper/OurMoose.pm view on Meta::CPAN
use Import::Into;
use Moose ();
use Moose::Exporter;
use MooseX::SemiAffordanceAccessor ();
use MooseX::StrictConstructor ();
use namespace::autoclean ();
# We do this a second time to re-establish our custom warnings
use App::GHPT::Wrapper::Ourperl;
my ($import) = Moose::Exporter->setup_import_methods(
lib/App/GHPT/Wrapper/OurMoose.pm view on Meta::CPAN
MooseX::StrictConstructor->import( { into => $for_class } );
# note that we need to use a level here rather than a classname
# so that importing autodie works
App::GHPT::Wrapper::Ourperl->import::into($level);
namespace::autoclean->import::into($level);
return;
}
1;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/GitGot/Command.pm view on Meta::CPAN
use App::GitGot::Repositories;
use App::GitGot::Types -all;
use Moo;
use MooX::HandlesVia;
use namespace::autoclean;
sub opt_spec {
my( $class , $app ) = @_;
return (
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/HPGL2Cadsoft.pm view on Meta::CPAN
$App::HPGL2Cadsoft::VERSION = '0.01';
use Modern::Perl;
use Moose;
use IO::File;
use Grid::Coord;
use namespace::autoclean;
use Carp;
use Carp qw/croak carp/;
has scaling_factor => (
view all matches for this distribution
view release on metacpan or search on metacpan
"YAML::Tag" : null,
"YAML::Types" : null,
"alias::module" : "0.002",
"boolean" : "0.46",
"experimental" : "0.024",
"namespace::autoclean" : "0.29",
"namespace::clean" : "0.27",
"oo" : null,
"subroutines" : "0.001"
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Mimosa.pm view on Meta::CPAN
package App::Mimosa;
use Moose;
use namespace::autoclean;
use Catalyst::Runtime 5.80;
# Set flags and add plugins for the application
#
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
Text::Glob 0.08
Text::Template 0
Try::Tiny 0
YAML::Tiny 0
autodie 0
namespace::autoclean 0
parent 0
perl 5.008005
strict 0
version 0
warnings 0
cpanfile.snapshot view on Meta::CPAN
Moose::Role 0.56
Moose::Util::TypeConstraints 0
MooseX::Role::Parameterized 0
Scalar::Util 0
Try::Tiny 0
namespace::autoclean 0
perl 5.006
strict 0
warnings 0
MooseX-LazyRequire-0.11
pathname: E/ET/ETHER/MooseX-LazyRequire-0.11.tar.gz
cpanfile.snapshot view on Meta::CPAN
Module::Build::Tiny 0.037
Moose 0.94
Moose::Exporter 0
Moose::Role 0
aliased 0.30
namespace::autoclean 0
perl 5.006
MooseX-OneArgNew-0.005
pathname: R/RJ/RJBS/MooseX-OneArgNew-0.005.tar.gz
provides:
MooseX::OneArgNew 0.005
requirements:
ExtUtils::MakeMaker 0
Moose::Util::TypeConstraints 0
MooseX::Role::Parameterized 1.01
namespace::autoclean 0
MooseX-Role-Parameterized-1.08
pathname: E/ET/ETHER/MooseX-Role-Parameterized-1.08.tar.gz
provides:
MooseX::Role::Parameterized 1.08
MooseX::Role::Parameterized::Meta::Role::Parameterized 1.08
cpanfile.snapshot view on Meta::CPAN
Moose 2.0300
Moose::Exporter 0
Moose::Meta::Role 0
Moose::Role 0
Moose::Util 0
namespace::autoclean 0
namespace::clean 0
perl 5.008001
MooseX-SetOnce-0.200002
pathname: R/RJ/RJBS/MooseX-SetOnce-0.200002.tar.gz
provides:
cpanfile.snapshot view on Meta::CPAN
Scalar::Util 1.19
Sub::Exporter 0
Sub::Exporter::ForMethods 0.100052
Sub::Name 0
base 0
namespace::autoclean 0.16
overload 0
perl 5.008
strict 0
warnings 0
MooseX-Types-Path-Class-0.08
cpanfile.snapshot view on Meta::CPAN
PPI 1.215
Params::Util 0
Scalar::Util 0
String::RewritePrefix 0.005
lib 0
namespace::autoclean 0
perl 5.008
strict 0
warnings 0
Perl-Version-1.013
pathname: B/BD/BDFOY/Perl-Version-1.013.tar.gz
cpanfile.snapshot view on Meta::CPAN
WWW::RobotRules 6
perl 5.008001
namespace-autoclean-0.28
pathname: E/ET/ETHER/namespace-autoclean-0.28.tar.gz
provides:
namespace::autoclean 0.28
requirements:
B::Hooks::EndOfScope 0.12
ExtUtils::MakeMaker 0
List::Util 0
Sub::Identify 0
view all matches for this distribution
view release on metacpan or search on metacpan
public/javascripts/ace/snippets/perl.js view on Meta::CPAN
\n\
__END__\n\
#moose\n\
snippet moose\n\
use Moose;\n\
use namespace::autoclean;\n\
${1:#}BEGIN {extends '${2:ParentClass}'};\n\
\n\
${3}\n\
# parent\n\
snippet parent\n\
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Office/Contacts/Donations/Database.pm view on Meta::CPAN
extends 'App::Office::Contacts::Database';
has donations => (is => 'rw', isa => 'App::Office::Contacts::Donations::Database::Donations');
use namespace::autoclean;
our $VERSION = '1.10';
# -----------------------------------------------
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Office/Contacts/Import/vCards/Util/Config.pm view on Meta::CPAN
use Moose;
extends 'App::Office::Contacts::Util::Config';
use namespace::autoclean;
our $VERSION = '1.12';
# -----------------------------------------------
view all matches for this distribution
view release on metacpan or search on metacpan
Changelog.ini view on Meta::CPAN
Date=2010-02-21T12:54:14
Comments= <<EOT
- Remove text 'All rights reserved' (for Debian licensing).
- Remove docs heads 'Required Modules' and 'Changes'.
- Replace personal doc root with /var/www.
- Use namespace::autoclean with Moose.
EOT
[V 1.03]
Date=2010-02-05T17:27:00
Comments= <<EOT
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Oozie.pm view on Meta::CPAN
use strict;
use warnings;
our $VERSION = '0.020'; # VERSION
use namespace::autoclean -except => [qw/_options_data _options_config/];
use Moo;
use MooX::Options prefer_commandline => 0,
protect_argv => 0,
usage_string => <<'USAGE',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Puppet/Environment/Updater.pm view on Meta::CPAN
use MooseX::Types::Path::Class;
use Log::Dispatchouli;
use List::MoreUtils qw(any);
use Term::ANSIColor qw(:constants);
use Try::Tiny;
use namespace::autoclean;
has 'from' => (
is => 'ro',
isa => 'Str',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/RabbitTail.pm view on Meta::CPAN
use AnyEvent;
use Data::Dumper;
use Moose::Autobox;
use MooseX::Types::Moose qw/ArrayRef Str Int/;
use Try::Tiny qw/ try catch /;
use namespace::autoclean;
our $VERSION = '0.002';
$VERSION = eval $VERSION;
with 'MooseX::Getopt';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/RoboBot.pm view on Meta::CPAN
=cut
use v5.18;
use namespace::autoclean;
use Moose;
use MooseX::ClassAttribute;
use MooseX::SetOnce;
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/App/Rssfilter/Feed/Storage/Test/FetchersBehaveSensibleWhenUnderlyingFileNotPresent.pm view on Meta::CPAN
package App::Rssfilter::Feed::Storage::Test::FetchersBehaveSensibleWhenUnderlyingFileNotPresent;
use Test::Routine;
use Test::More;
use Mojo::DOM;
use namespace::autoclean;
use Method::Signatures;
requires 'feed_storage';
requires 'tempfile';
requires 'tempdir';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Sandy/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.25'; # VERSION
BEGIN {
$SIG{'__DIE__'} = sub {
lib/App/Sandy/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');
namespace::autoclean->import(
-cleanee => $caller,
-except => \@no_clean,
);
return;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Scrobble.pm view on Meta::CPAN
# ABSTRACT: Command line scrobbling app
package App::Scrobble;
use Moose;
use namespace::autoclean;
with 'MooseX::Getopt::Dashes',
'MooseX::SimpleConfig';
our $VERSION = '0.03'; # VERSION
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/SeismicUnixGui/misc/color_listbox.pm view on Meta::CPAN
=head2 Notes from bash
=cut
use Moose;
#use namespace::autoclean; # best-practices hygiene
our $VERSION = '0.0.1';
=head2 Import modules
=cut
view all matches for this distribution
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
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
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
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