view release on metacpan or search on metacpan
lib/AsposeCellsCloud/Role.pm view on Meta::CPAN
package AsposeCellsCloud::Role;
use utf8;
use Moose::Role;
use namespace::autoclean;
use Class::Inspector;
use Log::Any qw($log);
use AsposeCellsCloud::ApiFactory;
has base_url => ( is => 'ro',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/AsposeDiagramCloud/Role.pm view on Meta::CPAN
#
package AsposeDiagramCloud::Role;
use utf8;
use Moose::Role;
use namespace::autoclean;
use Class::Inspector;
use Log::Any qw($log);
use AsposeDiagramCloud::ApiFactory;
has base_url => ( is => 'ro',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/AsposeThreeDCloud/Role.pm view on Meta::CPAN
#
package AsposeThreeDCloud::Role;
use utf8;
use Moose::Role;
use namespace::autoclean;
use Class::Inspector;
use Log::Any qw($log);
use AsposeThreeDCloud::ApiFactory;
has base_url => ( is => 'ro',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Assert/Conditional.pm view on Meta::CPAN
use version 0.77;
our $VERSION = version->declare("0.010");
use parent "Exporter::ConditionalSubs"; # inherits from Exporter
use namespace::autoclean;
use Attribute::Handlers;
use Assert::Conditional::Utils ":all";
use Carp qw(carp croak cluck confess);
use POSIX ":sys_wait_h";
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Async/Simple/Pool.pm view on Meta::CPAN
# Proc::Simple - wery similar byt not flexible enough
use Modern::Perl;
use Moose;
use namespace::autoclean;
use Class::Load;
use Clone;
use JSON::XS;
our $VERSION = '0.18';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Attach/Stuff.pm view on Meta::CPAN
# ABSTRACT: Attach stuff to other stuff
use v5.14;
use warnings;
use Moose;
use namespace::autoclean;
use SVG;
# According to SVG spec, there are 3.543307 pixels per mm. See:
# http://www.w3.org/TR/SVG/coords.html#Units
use constant MM_IN_PX => 3.543307;
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
author 'Ioannis Tambouras <ioannis@cpan.org>';
requires
# 'Getopt::Compact' => '0.04',
# 'List::MoreUtils' => '0.32',
# 'namespace::autoclean'=> '0.12',
# 'List::Util' => '1.23',
'NetAddr::IP' => '3.14',
'Attribute::Handlers' => '0.91',
'Parse::RecDescent' => '1.965001',
;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Authen/U2F/Tester.pm view on Meta::CPAN
use Crypt::PK::ECC;
use Digest::SHA qw(sha256);
use JSON::MaybeXS qw(encode_json);
use List::Util qw(first);
use MIME::Base64 qw(encode_base64url decode_base64url);
use namespace::autoclean;
my $COUNTER = 0;
has key => (
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Authen/U2F.pm view on Meta::CPAN
# ABSTRACT: FIDO U2F library
use warnings;
use strict;
use namespace::autoclean;
use Types::Standard -types, qw(slurpy);
use Type::Params qw(compile);
use Try::Tiny;
use Carp qw(croak);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Autoload/AUTOCAN.pm view on Meta::CPAN
or add an exception for C<AUTOLOAD> as below.
use Autoload::AUTOCAN;
use namespace::clean -except => 'AUTOLOAD';
This issue does not seem to occur with L<namespace::autoclean>.
=head1 BUGS
Report any issues on the public bugtracker.
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.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
view all matches for this distribution
view release on metacpan or search on metacpan
lib/BIE/Data/HDF5/File.pm view on Meta::CPAN
package BIE::Data::HDF5::File;
our $VERSION = '0.01';
use Moose;
use namespace::autoclean;
use v5.10;
use BIE::Data::HDF5 ':all';
use BIE::Data::HDF5::Path;
has 'h5File' => (
view all matches for this distribution
view release on metacpan or search on metacpan
lib/BIE/Data/HDF5/Path.pm view on Meta::CPAN
package BIE::Data::HDF5::Path;
our $VERSION = '0.01';
use Moose;
use namespace::autoclean;
use v5.10;
use BIE::Data::HDF5 ':all';
use BIE::Data::HDF5::Data;
has 'id' => (
view all matches for this distribution
view release on metacpan or search on metacpan
lib/BPM/Engine.pm view on Meta::CPAN
$BPM::Engine::VERSION = '0.01';
$BPM::Engine::AUTHORITY = 'cpan:SITETECH';
}
use 5.010;
use namespace::autoclean;
use Moose;
use MooseX::StrictConstructor;
#use Scalar::Util ();
use BPM::Engine::Exceptions qw/throw_engine/;
use BPM::Engine::Store;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Backbone/Events.pm view on Meta::CPAN
$Backbone::Events::VERSION = '0.0.3';
use Carp qw(confess);
use List::MoreUtils qw(any none);
use Scalar::Util qw(blessed);
use Moo::Role;
use namespace::autoclean -also => qr/^__/;
# ABSTRACT: a port of the Backbone.js event API
has _bbe_events => (
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Backup/Duplicity/YADW.pm view on Meta::CPAN
package Backup::Duplicity::YADW;
$Backup::Duplicity::YADW::VERSION = '0.12';
$Backup::Duplicity::YADW::VERSION = '0.11';
use Modern::Perl;
use Moose;
use namespace::autoclean;
use warnings FATAL => 'all';
use Smart::Args;
use Carp;
use Config::ApacheFormat;
use File::Basename;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Badge/Depot/Plugin/Coverage.pm view on Meta::CPAN
use feature qw/say/;
package Badge::Depot::Plugin::Coverage;
use Moose;
use namespace::autoclean;
use MooseX::AttributeShortcuts;
use Types::Standard qw/Str Bool Num/;
use Types::URI qw/Uri/;
use JSON::MaybeXS 'decode_json';
use Path::Tiny;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Badge/Depot/Plugin/Cpantesters.pm view on Meta::CPAN
# ABSTRACT: CPAN testers plugin for Badge::Depot
our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY
our $VERSION = '0.0102';
use Moose;
use namespace::autoclean;
use MooseX::AttributeShortcuts;
use Types::Standard qw/Str HashRef/;
use Types::URI qw/Uri/;
use JSON::MaybeXS 'decode_json';
use Path::Tiny;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Badge/Depot/Plugin/Githubactions.pm view on Meta::CPAN
# ABSTRACT: Github Actions plugin for Badge::Depot
our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY
our $VERSION = '0.0100';
use Moose;
use namespace::autoclean;
use Types::Standard qw/Str HashRef Maybe/;
use Path::Tiny;
use JSON::MaybeXS 'decode_json';
with 'Badge::Depot';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Badge/Depot/Plugin/Gratipay.pm view on Meta::CPAN
use warnings;
package Badge::Depot::Plugin::Gratipay;
use Moose;
use namespace::autoclean;
use Types::Standard qw/Str/;
use Types::URI qw/Uri/;
with 'Badge::Depot';
our $VERSION = '0.0103';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Badge/Depot/Plugin/Kwalitee.pm view on Meta::CPAN
# ABSTRACT: Kwalitee badge for Badge::Depot
our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY
our $VERSION = '0.0103';
use Moose;
use namespace::autoclean;
use MooseX::AttributeShortcuts;
use Types::Standard qw/Str HashRef/;
use Types::URI qw/Uri/;
use JSON::MaybeXS 'decode_json';
use Path::Tiny;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Badge/Depot/Plugin/Perl.pm view on Meta::CPAN
use warnings;
package Badge::Depot::Plugin::Perl;
use Moose;
use namespace::autoclean;
use MooseX::AttributeShortcuts;
use Types::Standard qw/Str Bool/;
use Types::URI qw/Uri/;
use JSON::MaybeXS 'decode_json';
use Path::Tiny;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Badge/Depot/Plugin/Travis.pm view on Meta::CPAN
use warnings;
package Badge::Depot::Plugin::Travis;
use Moose;
use namespace::autoclean;
use Types::Standard qw/Str HashRef/;
use Path::Tiny;
use JSON::MaybeXS 'decode_json';
with 'Badge::Depot';
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Badge/Depot.pm view on Meta::CPAN
use Moose::Role;
use Types::URI qw/Uri/;
use Types::Standard qw/Str InstanceOf/;
use MooseX::AttributeShortcuts;
use namespace::autoclean;
has image_url => (
is => 'rw',
isa => Uri,
init_arg => undef,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Banal/Dist/Util.pm view on Meta::CPAN
use Path::Tiny qw(path);
use Data::Printer; # DEBUG aid.
use Exporter::Shiny qw( pause_config );
use namespace::autoclean;
# return username, password from ~/.pause
sub pause_config_alt # Hmmm. We've got a similar named routine in *::Pause.pm
{
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Banal/Mini/Utils.pm view on Meta::CPAN
use Data::Printer qw(p np); # During development only. TODO: comment this line out later.
use namespace::autoclean;
use Exporter::Shiny;
use vars qw(@EXPORT_OK);
BEGIN {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Banal/Moosy/Mungers.pm view on Meta::CPAN
# AUTHORITY
use Data::Printer; # DEBUG purposes.
use Banal::Util::Mini qw(peek tidy_arrayify);
use namespace::autoclean;
use Exporter::Shiny qw(
mhs_dict
mhs_dictionary
view all matches for this distribution