Result:
found more than 251 distributions - search limited to the first 2001 files matching your query ( run in 0.420 )


CPAN-Testers-Reports-Query-JSON

 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


CPAN-Testers-WWW-Statistics

 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


CPAN-Visitor

 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


CPAN-WWW-Top100-Retrieve

 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


CPAN-cpanminus-reporter-RetainReports

 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


CPANTS-Kwalitee-Report

 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


CSS-Croco

 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


Cache-Cascade

 view release on metacpan or  search on metacpan

lib/Cache/Cascade.pm  view on Meta::CPAN

	my ( $code, %args ) = @_;
	$code =~ s/\[%\s*(\w+)\s*%\]/$args{$1} || die "$1 is not in eval" /ge;
	eval $code;
}

use namespace::autoclean;

our $VERSION = '0.07';

has caches => (
	isa => ArrayRef,

 view all matches for this distribution


Cache-Profile

 view release on metacpan or  search on metacpan

lib/Cache/Profile.pm  view on Meta::CPAN

use Moose;
use Carp;
use Time::HiRes 1.84 qw(tv_interval gettimeofday time clock);
use Try::Tiny;
use Class::MOP;
use namespace::autoclean;

has cache => (
    isa => "Object",
    is  => "ro",
    required => 1,

 view all matches for this distribution


Cache-Ref

 view release on metacpan or  search on metacpan

lib/Cache/Ref/CAR.pm  view on Meta::CPAN

use Moose;

use List::Util qw(max min);
use Cache::Ref::CAR::Base ();

use namespace::autoclean;

extends qw(Cache::Ref);

with qw(Cache::Ref::CAR::Base);

 view all matches for this distribution


CairoX-Sweet

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 [Stats & Dependency Changes]
 - 15 files changed, 668 insertions(+), 547 deletions(-)
 - (run req) + List::SomeUtils 0.53
 - (run req) + List::Util 1.45
 - (run req) + MooseX::AttributeShortcuts 0.028
 - (run req) + namespace::autoclean 0.22
 - (run req) ~ Moose 2.0000 --> 2.1803
 - (run req) ~ MooseX::StrictConstructor (any) --> 0.19
 - (run req) ~ Path::Tiny (any) --> 0.072
 - (run req) ~ Type::Tiny 1.000000 --> 1.000005
 - (run req) ~ Types::Path::Tiny (any) --> 0.005

 view all matches for this distribution


( run in 0.420 second using v1.01-cache-2.11-cpan-99c4e6809bf )