App-perlimports
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/perlimports/Document.pm view on Meta::CPAN
'Moose' => 1,
'Moose::Exporter' => 1,
'Moose::Role' => 1,
'MooseX::NonMoose' => 1,
'MooseX::Role::Parameterized' => 1,
'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,
'Sub::Exporter::Progressive' => 1,
'Sub::HandlesVia' => 1,
'Syntax::Keyword::Try' => 1,
'Term::Size::Any' => 1,
'Test2::Util::HashBase' => 1,
lib/App/perlimports/ExportInspector.pm view on Meta::CPAN
}
sub _exports_for_include {
my $self = shift;
my $pkg = shift;
my $use_statement = shift;
my $logger = $self->logger;
# If you're importing Moose into a namespace and following that with an
# import of namespace::autoclean, you may find that symbols like "after"
# and "around" are no longer found.
#
# We log available symbols inside the BEGIN block in order to defeat
# namespace::autoclean, which removes symbols from the stash after
# compilation but before runtime. Thanks to Florian Ragwitz for the tip and
# the preceding explanation.
my $to_eval = <<"EOF";
package $pkg;
use Symbol::Get;
$use_statement
our \@__EXPORTABLES;
perlcriticrc view on Meta::CPAN
[Freenode::WhileDiamondDefaultAssignment]
set_themes = core
[InputOutput::RequireCheckedSyscalls]
functions = :builtins
exclude_functions = binmode print say sleep
severity = 3
[Moose::RequireCleanNamespace]
modules = Moose Moose::Role MooseX::Role::Parameterized Moose::Util::TypeConstraints
cleaners = namespace::autoclean
[NamingConventions::Capitalization]
package_exemptions = perlimports
file_lexical_variables = [A-Z]\w+|[^A-Z]+
global_variables = :starts_with_upper
scoped_lexical_variables = [A-Z]\w+|[^A-Z]+
severity = 3
# Given our code base, leaving this at 5 would be a huge pain
[Subroutines::ProhibitManyArgs]
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.573 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )