view release on metacpan or search on metacpan
lib/Blio/Image.pm view on Meta::CPAN
our $VERSION = '2.008'; # VERSION
use 5.010;
use Moose;
use namespace::autoclean;
use Digest::SHA1;
use Path::Class;
use File::Copy;
use Imager;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/BmltClient/Role.pm view on Meta::CPAN
#
package BmltClient::Role;
use utf8;
use Moose::Role;
use namespace::autoclean;
use Class::Inspector;
use Log::Any qw($log);
use BmltClient::ApiFactory;
has base_url => ( is => 'ro',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bot/Backbone/Bot/Role/GroupChat.pm view on Meta::CPAN
use v5.10;
use Moose::Role;
use List::Util qw( first );
use namespace::autoclean;
# ABSTRACT: Provides some group related help tools
sub list_group_names {
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
ExtUtils::MakeMaker 6.30
Module::Build::Tiny 0.030
Moose::Role 0
MooseX::Types::Moose 0
MooseX::Types::Path::Tiny 0.005
namespace::autoclean 0
perl 5.006
warnings 0
MooseX-Getopt-0.62
pathname: E/ET/ETHER/MooseX-Getopt-0.62.tar.gz
provides:
view all matches for this distribution
view release on metacpan or search on metacpan
examples/breakable.pl view on Meta::CPAN
package Breakable;
use Moose;
use List::Util qw(max);
use namespace::autoclean;
# Initial coordinates, angle and size
has [qw( x y angle w h )] => (
is => 'ro',
isa => 'Num',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Boxer.pm view on Meta::CPAN
use v5.20;
use utf8;
use Role::Commons -all;
use feature 'signatures';
use namespace::autoclean 0.16;
use Module::Find;
use Module::Load::Conditional qw(can_load);
use Log::Any qw($log);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bread/Board/Container/Role/WithSessions.pm view on Meta::CPAN
# ABSTRACT: Session helper methods for Bread::Board Containers
use version;
our $VERSION = 'v0.900.1'; # VERSION
use Moose::Role;
use namespace::autoclean;
use List::Util 1.33 ('any');
our @LIFECYCLES_TO_FLUSH = qw(
Session
Session::WithParameters
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Broadworks/OCIP.pm view on Meta::CPAN
use strict;
use warnings;
use utf8;
use feature 'unicode_strings';
use namespace::autoclean;
our $VERSION = '0.09'; # VERSION
our $AUTHORITY = 'cpan:NIGELM'; # AUTHORITY
use Broadworks::OCIP::Response;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bubblegum.pm view on Meta::CPAN
# ABSTRACT: Opinionated Modern Perl Development Framework
package Bubblegum;
use 5.10.0;
use namespace::autoclean;
use Moo 'with';
with 'Bubblegum::Role::Configuration';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bundle/Siebel/MonitoringTools.pm view on Meta::CPAN
None by default.
=head1 CONTENTS
namespace::autoclean [0.13]
Moose [2.0401]
FSA::Rules [0.34]
MooseX::Storage [0.33]
Moose::Util::TypeConstraints [2.0402]
MooseX::Params::Validate [0.15]
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bundle/Theory.pm view on Meta::CPAN
MooseX::Declare
Mouse
namespace::autoclean
Net::Daemon
Net::LDAP
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bundle/WATERKIP/CLI/Azure.pm view on Meta::CPAN
package Bundle::WATERKIP::CLI::Azure;
our $VERSION = '0.003';
use Moo;
use namespace::autoclean;
# ABSTRACT: Bundle::WATERKIP::Azure get Azure JWT tokens
extends 'YA::CLI';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/AU/Ledger/Database.pm view on Meta::CPAN
has logger => (is => 'rw', isa => 'Log::Dispatch');
has payment => (is => 'rw', isa => 'Business::AU::Ledger::Database::Payment');
has receipt => (is => 'rw', isa => 'Business::AU::Ledger::Database::Receipt');
has simple => (is => 'rw', isa => 'DBIx::Simple');
use namespace::autoclean;
our $VERSION = '0.88';
# -----------------------------------------------
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/BR/NFe/RPS/TXT.pm view on Meta::CPAN
package Business::BR::NFe::RPS::TXT;
use Moose;
use Moose::Util::TypeConstraints;
use namespace::autoclean;
use Carp;
subtype 'DataRps', as 'Str',
where { /^[1-2][0-9][0-9][0-9][0-1][0-9][0-3][0-9]$/ },
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/Cart/Generic/Base.pm view on Meta::CPAN
is => 'rw',
isa => 'Business::Cart::Generic::Util::Logger',
required => 0,
);
use namespace::autoclean;
our $VERSION = '0.85';
# -----------------------------------------------
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/CompanyDesignator/Record.pm view on Meta::CPAN
use Moose;
use utf8;
use warnings qw(FATAL utf8);
use Carp;
use namespace::autoclean;
has 'long' => ( is => 'ro', isa => 'Str', required => 1 );
has 'record' => ( is => 'ro', isa => 'HashRef', required => 1 );
has [qw(abbr1 lang)] => ( is => 'ro', lazy_build => 1 );
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/CyberSource/Client.pm view on Meta::CPAN
package Business::CyberSource::Client;
use 5.010;
use strict;
use warnings;
use namespace::autoclean;
our $VERSION = '0.010008'; # VERSION
use Moose;
with 'MooseY::RemoteHelper::Role::Client';
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+|minFraud
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/Business/OnlinePayment/CyberSource.pm view on Meta::CPAN
package Business::OnlinePayment::CyberSource;
use 5.010;
use strict;
use warnings;
use namespace::autoclean;
use Moose;
use Exception::Base;
use MooseX::NonMoose;
use MooseX::StrictConstructor;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/PaperlessTrans/Client.pm view on Meta::CPAN
package Business::PaperlessTrans::Client;
use strict;
use warnings;
use namespace::autoclean;
our $VERSION = '0.002000'; # VERSION
use Moose;
use Class::Load 0.20 'load_class';
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+|minFraud
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/Business/Payment/SSL.pm view on Meta::CPAN
package Business::Payment::SSL;
use Moose::Role;
use namespace::autoclean;
use Net::SSLeay qw(make_headers make_form get_https post_https);
has 'server' => (
is => 'rw',
isa => 'Str',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Business/TrueLayer.pm view on Meta::CPAN
use Moose;
extends 'Business::TrueLayer::Request';
no warnings qw/ experimental::signatures experimental::postderef /;
use namespace::autoclean;
use Business::TrueLayer::Authenticator;
use Business::TrueLayer::MerchantAccount;
use Business::TrueLayer::Mandate;
use Business::TrueLayer::Payment;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CCCP/ConfigXML.pm view on Meta::CPAN
package CCCP::ConfigXML;
use strict;
use warnings;
use namespace::autoclean;
use XML::Bare;
use Hash::Merge::Simple qw(merge);
our $VERSION = '0.02';
view all matches for this distribution
view release on metacpan or search on metacpan
examples/example_form/lib/example_form.pm view on Meta::CPAN
package example_form;
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
1.04 Sun Feb 21 12:54:23 2010
- Remove text 'All rights reserved' (for Debian licensing).
- Remove POD heads 'Required Modules' and 'Changes'.
- Replace personal doc root with /var/www.
- Use namespace::autoclean with Moose.
1.03 Wed Feb 10 13:52:33 2010
- Add META.yml. Update MANIFEST.SKIP. Add MANIFEST and MYMETA.yml.
1.02 Sun Apr 19 15:01:00 2009
view all matches for this distribution
view release on metacpan or search on metacpan
simplify their names.
- Use DBIx::Admin::CreateTable rather than copying some of its code.
- Remove text 'All rights reserved' (for Debian licensing).
- Remove POD heads 'Required Modules' and 'Changes'.
- Replace personal doc root with /var/www.
- Use namespace::autoclean with Moose.
- Change default database driver to SQLite.
- Change path to Perl to /usr/bin/perl. Thanx for Larry for bug report #45751.
- Change path to config files and templates to /var/www/.
- Remove scripts/bu-demo from the distro.
- Eliminate references to $ENV.
view all matches for this distribution
view release on metacpan or search on metacpan
1.03 Sun Feb 21 12:54:25 2010
- Remove text 'All rights reserved' (for Debian licensing).
- Remove POD heads 'Required Modules' and 'Changes'.
- Replace personal doc root with /var/www.
- Use namespace::autoclean with Moose.
1.02 Wed Feb 10 13:52:34 2010
- Add META.yml. Update MANIFEST.SKIP. Add MANIFEST and MYMETA.yml.
1.01 Fri Nov 13 13:20:00 2009
view all matches for this distribution
view release on metacpan or search on metacpan
Controller/Upload.pm view on Meta::CPAN
use warnings;
use Catalyst 'Session';
use base 'Catalyst::Controller';
use CGI::UploadEngine;
use Moose;
use namespace::autoclean;
# Sets the actions in this controller to be registered with no prefix
__PACKAGE__->config->{namespace} = '';
=head1 NAME
view all matches for this distribution