view release on metacpan or search on metacpan
HTTP::Tiny: '0'
JSON: '0'
MIME::Base64: '0'
Moo: '0'
Ouch: '0'
Test::Exception: '0'
Test::More: '0'
URI::URL: '0'
resources:
bugtracker: http://github.com/rizen/AWS-SNS-Verify/issues
repository: git://github.com/rizen/.gitWS-SNS-Verify
version: '0.0105'
view all matches for this distribution
view release on metacpan or search on metacpan
"Digest::SHA" : 0,
"Encode" : 0,
"HTTP::Headers" : 0,
"LWP::UserAgent" : 0,
"MIME::Base64" : 0,
"Test::More" : 0,
"URI::Escape" : 0
}
}
},
"release_status" : "stable",
view all matches for this distribution
view release on metacpan or search on metacpan
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"Digest::SHA" : "0",
"perl" : "5.008001"
}
},
"test" : {
"requires" : {
"Test::More" : "0.98"
}
}
},
"provides" : {
"AWS::Signature::V2" : {
view all matches for this distribution
view release on metacpan or search on metacpan
t/01.basic.t view on Meta::CPAN
use FindBin '$Bin';
use constant TEST_COUNT => 11;
use lib "$Bin/lib","$Bin/../lib","$Bin/../blib/lib","$Bin/../blib/arch";
use Test::More tests => TEST_COUNT;
use_ok('AWS::Signature4');
use_ok('HTTP::Request::Common');
my $signer = AWS::Signature4->new(-access_key => 'AKIDEXAMPLE',
view all matches for this distribution
view release on metacpan or search on metacpan
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"Crypt::URandom" : "0",
},
"test" : {
"requires" : {
"HTTP::Server::PSGI" : "0",
"IO::Scalar" : "0",
"Test::More" : "0.98",
"Test::TCP" : "0"
}
}
},
"provides" : {
"AWS::XRay" : {
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install/Makefile.pm view on Meta::CPAN
my @tests = split ' ', $self->tests;
my %seen;
$args->{test} = {
TESTS => (join ' ', grep {!$seen{$_}++} @tests),
};
} elsif ( $Module::Install::ExtraTests::use_extratests ) {
# Module::Install::ExtraTests doesn't set $self->tests and does its own tests via harness.
# So, just ignore our xt tests here.
} elsif ( -d 'xt' and ($Module::Install::AUTHOR or $ENV{RELEASE_TESTING}) ) {
$args->{test} = {
TESTS => join( ' ', map { "$_/*.t" } grep { -d $_ } qw{ t xt } ),
};
view all matches for this distribution
view release on metacpan or search on metacpan
#!/usr/bin/perl -w
use v5.14;
use strict;
use warnings;
use Test::More tests => 9;
BEGIN { use_ok('Aard') };
my $dict = Aard->new('t/jargon-4.4.7-1.aar');
is lc $dict->uuid_string, '4e5c4639-9d1d-42ee-b27d-b552d6b7386d', 'uuid_string';
is $dict->volume, 1, 'volume';
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/TestCustomer.pm view on Meta::CPAN
package TestCustomer;
use Moo;
use namespace::autoclean;
has 'name' => (
view all matches for this distribution
view release on metacpan or search on metacpan
0.06 Sun May 25 2008
- Added has_<accessr>, reset_<accessor> methods for association attributes
0.05 Sun May 25 2008
- Fix Makefile.PL (Test::Pod, Test::Pod::Coverage)
0.04 Sat May 24 2008
- Fix pod documentation.
- Storage key option fix
view all matches for this distribution
view release on metacpan or search on metacpan
"perl" : "5.006"
}
},
"test" : {
"requires" : {
"Test::More" : "0"
}
}
},
"release_status" : "stable",
"version" : "0.01",
view all matches for this distribution
view release on metacpan or search on metacpan
acebrowser/conf/moviedb.pm view on Meta::CPAN
# ========= $BANNER =========
# Banner HTML
# This will appear at the top of each page.
$BANNER = <<END;
<center><span class=banner><font size=+3>Movie Database (Test)</font></span></center><p>
END
# ========= PRIVACY STATEMENT
$PRINT_PRIVACY_STATEMENT = 1;
view all matches for this distribution
view release on metacpan or search on metacpan
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
ExtUtils::MakeMaker: 0
requires:
Test::Simple: 0.44
no_index:
directory:
- t
- inc
generated_by: ExtUtils::MakeMaker version 6.57_05
view all matches for this distribution
view release on metacpan or search on metacpan
t/001_load.t view on Meta::CPAN
#!/usr/bin/perl
use strict;
use warnings;
use Test::More tests => 1;
use_ok('Acme::24');
view all matches for this distribution
view release on metacpan or search on metacpan
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"Class::Accessor" : "0",
"perl" : "5.008001"
}
},
"test" : {
"requires" : {
"Test::More" : "0.98"
}
}
},
"provides" : {
"Acme::2zicon" : {
view all matches for this distribution
view release on metacpan or search on metacpan
t/01.load.t view on Meta::CPAN
#!perl
use utf8;
use strict;
use Test::More tests => 1;
use_ok "Acme::ÇmÉA";
view all matches for this distribution
view release on metacpan or search on metacpan
module_name => 'Acme::6502',
license => 'perl',
dist_author => 'Andy Armstrong <andy@hexten.net>',
dist_version_from => 'lib/Acme/6502.pm',
requires => {
'Test::More' => 0,
'version' => 0,
'Term::ReadKey' => 0,
},
add_to_cleanup => ['Acme-6502-*'],
);
view all matches for this distribution
view release on metacpan or search on metacpan
release_status => 'stable',
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
},
requires => {
#'ABC' => 1.6,
#'Foo::Bar::Module' => 5.0401,
},
view all matches for this distribution
view release on metacpan or search on metacpan
release_status => 'stable',
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
},
requires => {
'Exporter' => 0,
},
add_to_cleanup => [ 'Acme-ALEXEY-Utils-*' ],
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/APHILIPP/Utils.pm view on Meta::CPAN
use Exporter qw(import);
our @EXPORT = qw(sum);
=head1 NAME
Acme::APHILIPP::Utils - Test module that sums
=head1 VERSION
Version 0.05
view all matches for this distribution
view release on metacpan or search on metacpan
release_status => 'stable',
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
},
requires => {
#'ABC' => 1.6,
#'Foo::Bar::Module' => 5.0401,
},
view all matches for this distribution
view release on metacpan or search on metacpan
release_status => 'stable',
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
},
requires => {
#'ABC' => 1.6,
#'Foo::Bar::Module' => 5.0401,
},
view all matches for this distribution
view release on metacpan or search on metacpan
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
ExtUtils::MakeMaker: 0
requires:
Test::More: 0
no_index:
directory:
- t
- inc
generated_by: ExtUtils::MakeMaker version 6.56
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install/TestBase.pm view on Meta::CPAN
#line 1
package Module::Install::TestBase;
use strict;
use warnings;
use Module::Install::Base;
inc/Module/Install/TestBase.pm view on Meta::CPAN
@ISA = 'Module::Install::Base';
}
sub use_test_base {
my $self = shift;
$self->include('Test::Base');
$self->include('Test::Base::Filter');
$self->include('Spiffy');
$self->include('Test::More');
$self->include('Test::Builder');
$self->include('Test::Builder::Module');
}
1;
#line 67
view all matches for this distribution
view release on metacpan or search on metacpan
[ DOCUMENTATION ]
* Added Documentation
[ TESTS ]
* Added Test Suite
0.0.1 2011-04-10
** First Draft **
view all matches for this distribution
view release on metacpan or search on metacpan
}
},
"develop" : {
"requires" : {
"Pod::Coverage::TrustPod" : "0",
"Test::EOL" : "0",
"Test::More" : "0.88",
"Test::NoTabs" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08",
"Test::Spelling" : "0.12",
"Test::Synopsis" : "0"
}
},
"runtime" : {
"requires" : {
"Math::BigInt" : "1.999829",
"test" : {
"requires" : {
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::More" : "0",
"perl" : "5.006",
"strict" : "0",
"warnings" : "0"
}
}
},
"name" : "PodWeaver",
"version" : "4.008"
},
{
"class" : "Dist::Zilla::Plugin::PodCoverageTests",
"name" : "PodCoverageTests",
"version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "PodSyntaxTests",
"version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::Test::NoTabs",
"config" : {
"Dist::Zilla::Plugin::Test::NoTabs" : {
"filename" : "xt/author/no-tabs.t",
"finder" : [
":InstallModules",
":ExecFiles",
":TestFiles"
]
}
},
"name" : "Test::NoTabs",
"version" : "0.15"
},
{
"class" : "Dist::Zilla::Plugin::Test::EOL",
"config" : {
"Dist::Zilla::Plugin::Test::EOL" : {
"filename" : "xt/author/eol.t",
"finder" : [
":ExecFiles",
":InstallModules",
":TestFiles"
],
"trailing_whitespace" : 1
}
},
"name" : "Test::EOL",
"version" : "0.19"
},
{
"class" : "Dist::Zilla::Plugin::Test::Compile",
"config" : {
"Dist::Zilla::Plugin::Test::Compile" : {
"bail_out_on_fail" : 0,
"fail_on_warning" : "author",
"fake_home" : 0,
"filename" : "t/00-compile.t",
"module_finder" : [
],
"skips" : [],
"switch" : []
}
},
"name" : "Test::Compile",
"version" : "2.058"
},
{
"class" : "Dist::Zilla::Plugin::Test::Synopsis",
"name" : "Test::Synopsis",
"version" : "2.000007"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"class" : "Dist::Zilla::Plugin::GithubMeta",
"name" : "GithubMeta",
"version" : "0.58"
},
{
"class" : "Dist::Zilla::Plugin::Test::PodSpelling",
"config" : {
"Dist::Zilla::Plugin::Test::PodSpelling" : {
"directories" : [
"bin",
"lib"
],
"spell_cmd" : "aspell list",
"themself"
],
"wordlist" : "Pod::Wordlist"
}
},
"name" : "Test::PodSpelling",
"version" : "2.007005"
},
{
"class" : "Dist::Zilla::Plugin::GatherDir",
"config" : {
"class" : "Dist::Zilla::Plugin::Readme",
"name" : "Readme",
"version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::ExtraTests",
"name" : "ExtraTests",
"version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "ExecDir",
"version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::MakeMaker",
"config" : {
"Dist::Zilla::Role::TestRunner" : {
"default_jobs" : 1
}
},
"name" : "MakeMaker",
"version" : "6.025"
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "Manifest",
"version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "TestRelease",
"version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "ConfirmRelease",
"name" : ":IncModules",
"version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
"version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExtraTestFiles",
"version" : "6.025"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
view all matches for this distribution
view release on metacpan or search on metacpan
},
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
'Capture::Tiny' => 0,
},
meta_merge => {
resources => {
repository => 'https://github.com/rakjin/aheui-perl.git',
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install/AuthorTests.pm view on Meta::CPAN
#line 1
package Module::Install::AuthorTests;
use 5.005;
use strict;
use Module::Install::Base;
use Carp ();
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"File::Compare" : "1.1005",
"File::Copy" : "2.13",
"File::Spec::Functions" : "0",
"FindBin" : "0",
"Test::More" : "0.98"
}
},
"configure" : {
"requires" : {
"CPAN::Meta" : "0",
"Module::Build" : "0.4003"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion" : "0.10108",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"Encode" : "2.39",
view all matches for this distribution
view release on metacpan or search on metacpan
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
ExtUtils::MakeMaker: 0
requires:
Test::More: 0
no_index:
directory:
- t
- inc
generated_by: ExtUtils::MakeMaker version 6.56
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/Install/AuthorTests.pm view on Meta::CPAN
#line 1
package Module::Install::AuthorTests;
use 5.005;
use strict;
use Module::Install::Base;
use Carp ();
view all matches for this distribution