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
view release on metacpan or search on metacpan
lib/CLI/Driver.pm view on Meta::CPAN
=cut
use Modern::Perl;
use Moose;
use namespace::autoclean;
use Kavorka 'method';
use Data::Printer alias => 'pdump';
use CLI::Driver::Action;
use Module::Load;
view all matches for this distribution
view release on metacpan or search on metacpan
Debian_CPANTS.txt view on Meta::CPAN
"libmsgcat-perl", "Msgcat", "1.03", "0", "0"
"libmusicbrainz-discid-perl", "MusicBrainz-DiscID", "0.03", "1", "0"
"libmysql-diff-perl", "MySQL-Diff", "0.33", "0", "0"
"libnagios-object-perl", "Nagios-Object", "0.21.15", "0", "1"
"libnagios-plugin-perl", "Nagios-Plugin", "0.35", "0", "0"
"libnamespace-autoclean-perl", "namespace-autoclean", "0.12", "0", "0"
"libnamespace-clean-perl", "namespace-clean", "0.20", "0", "1"
"libnet-akamai-perl", "Net-Akamai", "0.14", "0", "0"
"libnet-akismet-perl", "Net-Akismet", "0.05", "0", "0"
"libnet-amazon-ec2-perl", "Net-Amazon-EC2", "0.14", "0", "1"
"libnet-amazon-perl", "Net-Amazon", "0.59", "0", "0"
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CLIPSeqTools/App/all.pm view on Meta::CPAN
#######################################################################
####################### Load External modules #####################
#######################################################################
use Modern::Perl;
use autodie;
use namespace::autoclean;
#######################################################################
####################### Command line options ######################
#######################################################################
view all matches for this distribution
view release on metacpan or search on metacpan
example/moose-dif/Moose-2.1005-META.json view on Meta::CPAN
"MooseX::UndefTolerant" : "0.11",
"PRANG" : "0.14",
"Pod::Elemental" : "0.093280",
"Reaction" : "0.002003",
"Test::Able" : "0.10",
"namespace::autoclean" : "0.08"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Index/API.pm view on Meta::CPAN
use warnings;
use Path::Class qw(dir);
use Carp qw(croak);
use Class::Load qw(load_class);
use namespace::autoclean;
use Moose;
use Moose::Util::TypeConstraints qw(find_type_constraint);
has files => (
is => 'bare',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Local/Role/MetaCPAN/API.pm view on Meta::CPAN
# ABSTRACT: A role for plugins needing to access or query MetaCPAN's API
use common::sense;
use Moose::Role;
use namespace::autoclean;
use MooseX::AttributeShortcuts;
use Moose::Util::TypeConstraints;
use MetaCPAN::API;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Local/Plugin/Indices.pm view on Meta::CPAN
use File::Path;
use CPAN::DistnameInfo;
use Path::Class qw(file dir);
use URI::file;
use Perl::Version;
use namespace::autoclean;
use Moose;
extends 'CPAN::Local::Plugin';
with qw(CPAN::Local::Role::Initialise CPAN::Local::Role::Index);
has 'repo_uri' =>
view all matches for this distribution
view release on metacpan or search on metacpan
t/data-test/x_deprecated-META.json view on Meta::CPAN
"Dist::Zilla::Role::TextTemplate" : "0",
"Moose" : "0",
"Moose::Util::TypeConstraints" : "0",
"Path::Tiny" : "0",
"Sub::Exporter::ForMethods" : "0",
"namespace::autoclean" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Mini/Inject/REST.pm view on Meta::CPAN
package CPAN::Mini::Inject::REST;
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
lib/CPAN/Testers/Metabase/AWS.pm view on Meta::CPAN
use Moose;
use Metabase::Archive::S3 1.000;
use Metabase::Index::SimpleDB 1.000;
use Metabase::Librarian 1.000;
use Net::Amazon::Config;
use namespace::autoclean;
with 'Metabase::Gateway';
has 'bucket' => (
is => 'ro',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Testers/Metabase/Feed.pm view on Meta::CPAN
use File::Slurp qw/write_file/;
use JSON;
use Metabase::Librarian 0.013; # bug fixes on extraction
use XML::Feed;
use namespace::autoclean;
has 'ct_metabase' => (
is => 'ro',
does => 'Metabase::Gateway',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Testers/Metabase/MongoDB.pm view on Meta::CPAN
use Moose;
use Metabase::Archive::MongoDB 1.000;
use Metabase::Index::MongoDB 1.000;
use Metabase::Librarian 1.000;
use namespace::autoclean;
with 'Metabase::Gateway';
has 'db_prefix' => (
is => 'ro',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Testers/Metabase/Demo.pm view on Meta::CPAN
use Metabase::Archive::SQLite 1.000;
use Metabase::Index::FlatFile 1.000;
use Metabase::Librarian 1.000;
use Path::Class;
use File::Temp;
use namespace::autoclean;
with 'Metabase::Gateway';
has 'data_directory' => (
is => 'ro',
view all matches for this distribution
view release on metacpan or search on metacpan
t/var/nntp-testers/5928865 view on Meta::CPAN
/5.10.1/build/Carp-Clan-6.04/blib/arch /usr/home/cpan/pit/bare/conf/perl-5.=
10.1/.cpanplus/5.10.1/build/MooseX-Types-0.20/blib/lib /usr/home/cpan/pit/b=
are/conf/perl-5.10.1/.cpanplus/5.10.1/build/MooseX-Types-0.20/blib/arch /us=
r/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/namespace-auto=
clean-0.09/blib/lib /usr/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10=
.1/build/namespace-autoclean-0.09/blib/arch /usr/home/cpan/pit/bare/conf/pe=
rl-5.10.1/.cpanplus/5.10.1/build/MooseX-MethodAttributes-0.18/blib/lib /usr=
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/MooseX-MethodAt=
tributes-0.18/blib/arch /usr/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/=
5.10.1/build/Path-Class-0.17/blib/lib /usr/home/cpan/pit/bare/conf/perl-5.1=
0.1/.cpanplus/5.10.1/build/Path-Class-0.17/blib/arch /usr/home/cpan/pit/bar=
t/var/nntp-testers/5928865 view on Meta::CPAN
MooseX::MethodAttributes 0.18 0.18
MooseX::RelatedClassRoles 0.004 0.004
MooseX::Types 0.20 0
MooseX::Types::Common 0.001000 0
Test::More 0.94 0.94
namespace::autoclean 0.09 0
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.89_07
CPANPLUS::Dist::Build 0.40
t/var/nntp-testers/5928865 view on Meta::CPAN
arch:/usr/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Carp-C=
lan-6.04/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1=
/build/Carp-Clan-6.04/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.10.1/.c=
panplus/5.10.1/build/MooseX-Types-0.20/blib/lib:/usr/home/cpan/pit/bare/con=
f/perl-5.10.1/.cpanplus/5.10.1/build/MooseX-Types-0.20/blib/arch:/usr/home/=
cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/namespace-autoclean-0=
.09/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/buil=
d/namespace-autoclean-0.09/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.10=
.1/.cpanplus/5.10.1/build/MooseX-MethodAttributes-0.18/blib/lib:/usr/home/c=
pan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/MooseX-MethodAttribute=
s-0.18/blib/arch:/usr/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/=
build/Path-Class-0.17/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.10.1/.cp=
anplus/5.10.1/build/Path-Class-0.17/blib/arch:/usr/home/cpan/pit/bare/conf/=
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Testers/Reports/Query/JSON.pm view on Meta::CPAN
package CPAN::Testers::Reports::Query::JSON;
use Moose;
use namespace::autoclean;
use version;
use LWP::Simple;
use CPAN::Testers::WWW::Reports::Parser;
use CPAN::Testers::Reports::Query::JSON::Set;
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/cpanstats-test.json view on Meta::CPAN
{"test":{"count":{"entries":100,"reports":100,"posters":"182","distros":0},"pass":{"MacPPC":{"5.4.0":{"all":{"Net-Whois":1,"URI":1,"Storable":1,"Mac-Conversions":1,"Digest-MD5":1}}},"PA-RISC1.1":{"5.5.3":{"all":{"DBD-Oracle":1,"Curses":1}},"5.4.4":{"...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Visitor.pm view on Meta::CPAN
use Path::Class 0.17 ();
use Parallel::ForkManager 0.007005 ();
use Moose 0.93 ;
use MooseX::Params::Validate 0.13;
use namespace::autoclean 0.09 ;
has 'cpan' => ( is => 'ro', required => 1 );
has 'quiet' => ( is => 'ro', default => 0 );
has 'stash' => ( is => 'ro', isa => 'HashRef', default => sub { {} } );
has 'files' => ( is => 'ro', isa => 'ArrayRef', default => sub { [] } );
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/WWW/Top100/Retrieve.pm view on Meta::CPAN
# import the Moose stuff
use Moose;
use MooseX::StrictConstructor 0.08;
use Moose::Util::TypeConstraints;
use Params::Coerce;
use namespace::autoclean;
# get some utility stuff
use LWP::UserAgent;
use URI;
use HTML::TableExtract;
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
t/data/build.moose.log view on Meta::CPAN
# Text::Glob 0.08 0.09
# Text::Template any 1.46
# Try::Tiny any 0.22
# YAML::Tiny any 1.67
# autodie any 2.27
# namespace::autoclean any 0.26
# parent any 0.234
# strict any 1.09
# version any 0.9912
# warnings any 1.32
#
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPAN/Queue.pm view on Meta::CPAN
$jumped++;
}
}
# high jumped values are normal for popular modules when
# dealing with large bundles: XML::Simple,
# namespace::autoclean, UNIVERSAL::require
CPAN->debug("qmod[$qmod]jumped[$jumped]") if $CPAN::DEBUG;
my $obj = "$class\::Item"->new(
qmod => $qmod,
reqtype => $reqtype,
optional => !! $optional,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/CPANTS/Kwalitee/Report.pm view on Meta::CPAN
use CPANTS::Kwalitee::Report::Generator;
use CPANTS::Kwalitee::Report::Indicator;
use CPANTS::Kwalitee::Report::Distribution;
use Moo;
use namespace::autoclean;
our $PAUSE_INDEX = 'http://www.cpan.org/modules/02packages.details.txt.gz';
our $RECENT_MODS = 'https://metacpan.org/feed/recent';
our $MIN_COUNT = 5;
our $MAX_COUNT = 100;
view all matches for this distribution
view release on metacpan or search on metacpan
Debian_CPANTS.txt view on Meta::CPAN
"libmqdb-perl", "MQdb", "0.954", "0", "0"
"libmro-compat-perl", "MRO-Compat", "0.11", "0", "0"
"libmsgcat-perl", "Msgcat", "1.03", "0", "0"
"libnagios-object-perl", "Nagios-Object", "0.21.8", "0", "0"
"libnagios-plugin-perl", "Nagios-Plugin", "0.33", "0", "0"
"libnamespace-autoclean-perl", "namespace-autoclean", "0.09", "0", "0"
"libnamespace-clean-perl", "namespace-clean", "0.11", "1", "0"
"libnet-akismet-perl", "Net-Akismet", "0.05", "0", "0"
"libnet-amazon-ec2-perl", "Net-Amazon-EC2", "0.11", "0", "0"
"libnet-amazon-perl", "Net-Amazon", "0.59", "0", "0"
"libnet-amazon-s3-perl", "Net-Amazon-S3", "0.52", "1", "0"
view all matches for this distribution