view release on metacpan or search on metacpan
t/lib/Test/Builder.pm view on Meta::CPAN
the test number using current_test() they will all be effected.
=head1 EXAMPLES
CPAN can provide the best examples. Test::Simple, Test::More,
Test::Exception and Test::Differences all use Test::Builder.
=head1 SEE ALSO
Test::Simple, Test::More, Test::Harness
view all matches for this distribution
view release on metacpan or search on metacpan
t/40ypmaster.t view on Meta::CPAN
# Tests for magic __YPMASTER functionality
#
use strict;
use Test::More tests => 1;
eval 'use Test::Differences'; # If available, provides better diagnostics
use Net::NIS qw(:all);
tie my %ypmaster, 'Net::NIS', '__YPMASTER';
if ($yperr != YPERR_SUCCESS()) {
view all matches for this distribution
view release on metacpan or search on metacpan
dist_author => q{Jens Rehsack <rehsack@cpan.org>},
dist_version_from => 'lib/Net/Radio/Location/SUPL/Test.pm',
build_requires => {
'ExtUtils::CBuilder' => '0.27',
'ExtUtils::ParseXS' => 0,
'Test::Differences' => 0, # XXX figure out really required version
'Test::More' => '0.90',
},
configure_requires => { 'Module::Build' => '0.38', },
requires => {
'perl' => 5.010,
view all matches for this distribution
view release on metacpan or search on metacpan
my %module_build_args = (
'build_requires' => {
'ExtUtils::MakeMaker' => '6.31',
'Module::Build' => '0.3601',
'Test::Differences' => '0',
'Test::More' => '0.94'
},
'configure_requires' => {
'ExtUtils::MakeMaker' => '6.31',
'Module::Build' => '0.3601'
view all matches for this distribution
view release on metacpan or search on metacpan
requires:
Carp::Clan: 0
Class::Accessor::Fast: 0
Digest::MD5: 0
IO::Socket: 0
Test::Differences: 0
Test::More: 0
no_index:
directory:
- t
- inc
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/Test/Builder.pm view on Meta::CPAN
the test number using current_test() they will all be effected.
=head1 EXAMPLES
CPAN can provide the best examples. Test::Simple, Test::More,
Test::Exception and Test::Differences all use Test::Builder.
=head1 SEE ALSO
Test::Simple, Test::More, Test::Harness
view all matches for this distribution
view release on metacpan or search on metacpan
"Mozilla::CA" : "20200520",
"Net::Z3950::PQF" : "1",
"Net::Z3950::SimpleServer" : "1.21",
"Net::Z3950::ZOOM" : "1.3",
"Params::ValidationCompiler" : "0.3",
"Test::Differences" : "0.61",
"Unicode::Diacritic::Strip" : "0.13",
"XML::Simple" : "2.25",
"XML::XSLT" : "0.48"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
"test" : {
"requires" : {
"Carp" : "0",
"Devel::Hide" : "0",
"Test2::V0" : "0",
"Test::Differences" : "0.62",
"Test::More" : "0.96",
"Test::Warnings" : "0.031",
"if" : "0"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
0.10 Sat May 12 21:18:29 2012
- repaired Makefile.PL
0.09 Mon Nov 15 22:59:46 2010
- missing build dependency Test::Differences fixed
0.08 Sun Nov 14 07:57:05 2010
- methods DOES and VERSION implemented
0.07 Wed Sep 29 05:20:56 2010
view all matches for this distribution
view release on metacpan or search on metacpan
[Other Changes]
- Explicit minimum Perl version in module code.
v0.1.5 2014-09-03
[Tests]
- Tests require Test::Differences, since some CPAN::Testers
environments seem to be installing Test::Most without it.
- Test::Warnings is only used for author tests.
[Other Changes]
view all matches for this distribution
view release on metacpan or search on metacpan
},
"requires" : {
"Carp::Always" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Test::Differences" : "0",
"Test::Fatal" : "0",
"Test::More" : "0",
"Test::Needs" : "0",
"Test::Requires::Git" : "0",
"Test::Script" : "1.29",
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/Test.pm view on Meta::CPAN
use strict;
use warnings;
use parent 'Test::Builder::Module';
use Test::More;
use Test::Differences;
use OpenTelemetry::TraceContext::W3C ':all';
our @EXPORT = (
@Test::More::EXPORT,
@Test::Differences::EXPORT,
@OpenTelemetry::TraceContext::W3C::EXPORT_OK,
);
sub import {
strict->import;
view all matches for this distribution
view release on metacpan or search on metacpan
t/feature-object.t view on Meta::CPAN
use Test::More;
use OpusVL::AppKit::Plugin::AppKit::FeatureList;
use Catalyst::Action;
use Test::Differences;
use Cache::FastMmap;
my $feature = OpusVL::AppKit::Plugin::AppKit::FeatureList->new;
my $action = Catalyst::Action->new(
view all matches for this distribution
view release on metacpan or search on metacpan
t/testlib.pl view on Meta::CPAN
use 5.010;
use strict;
use warnings;
use Org::To::HTML qw(org_to_html);
use Test::Differences;
use Test::More 0.96;
sub test_to_html {
my %args = @_;
view all matches for this distribution
view release on metacpan or search on metacpan
[@Author::PERLANCAR]
:version=0.58
[Prereqs / TestRequires]
;Test::More=0.98
;Test::Differences=0
[Prereqs]
perl=5.010001
Log::ger=0.011
view all matches for this distribution
view release on metacpan or search on metacpan
t/testlib.pl view on Meta::CPAN
use 5.010;
use strict;
use warnings;
use Org::To::VCF qw(org_to_vcf);
use Test::Differences;
use Test::More 0.98;
sub test_to_vcf {
my %args = @_;
view all matches for this distribution
view release on metacpan or search on metacpan
}
},
"test" : {
"requires" : {
"DBD::SQLite" : "0",
"Test::Differences" : "0",
"Test::More" : "0",
"Test::Requires" : "0"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
t/03merge_meta.t view on Meta::CPAN
"Test::More" => '0',
);
my %build_requires_expect = (
"Test::More" => '0.1',
"Test::Differences" => undef,
);
my %recommends_expect = (
"Test::Pod" => '1.0',
"Test::Pod::Coverage" => '1.0',
view all matches for this distribution
view release on metacpan or search on metacpan
t/25inject.t view on Meta::CPAN
my $dependencies = {
$parfile => {
'Test::More' => '0',
'base' => '2.11',
'namespace::clean' => '0.08',
'Test::Differences' => '0',
},
};
diag("test injection and removal via parrepo");
ok(!RepoTest->RunParrepo('inject', '-f', $test_kit[0]), "parrepo didn't complain about injection");
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Test/Differences.pm view on Meta::CPAN
#line 1 "inc/Test/Differences.pm - /opt/perl/5.8.2/lib/site_perl/5.8.2/Test/Differences.pm"
package Test::Differences;
#line 202
$VERSION = 0.47;
inc/Test/Differences.pm view on Meta::CPAN
return \@recs;
}
sub _identify_callers_test_package_of_choice {
## This is called at each test in case Test::Differences was used before
## the base testing modules.
## First see if %INC tells us much of interest.
my $has_builder_pm = grep $_ eq "Test/Builder.pm", keys %INC;
my $has_test_pm = grep $_ eq "Test.pm", keys %INC;
view all matches for this distribution
view release on metacpan or search on metacpan
"perl" : "5.008001"
}
},
"test" : {
"requires" : {
"Test::Differences" : "0.61",
"Test::More" : "0.47"
}
}
},
"release_status" : "stable",
view all matches for this distribution
view release on metacpan or search on metacpan
Debian_CPANTS.txt view on Meta::CPAN
"libtest-command-perl", "Test-Command", "0.02", "0", "0"
"libtest-compile-perl", "Test-Compile", "0.08", "0", "0"
"libtest-cpan-meta-perl", "Test-CPAN-Meta", "0.12", "0", "0"
"libtest-deep-perl", "Test-Deep", "0.104", "1", "0"
"libtest-dependencies-perl", "Test-Dependencies", "0.11", "0", "0"
"libtest-differences-perl", "Test-Differences", "0.48.01", "0", "0"
"libtest-distmanifest-perl", "Test-DistManifest", "not-uploaded", "0", "0"
"libtest-distribution-perl", "Test-Distribution", "2.00", "0", "0"
"libtest-exception-perl", "Test-Exception", "0.27", "0", "0"
"libtest-expect-perl", "Test-Expect", "0.31", "0", "0"
"libtest-file-perl", "Test-File", "not-uploaded", "0", "0"
view all matches for this distribution
view release on metacpan or search on metacpan
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::Differences" : "0",
"Test::Exception" : "0",
"Test::More" : "0",
"Test::Most" : "0"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
"Clone" : "0.38",
"Data::Domain" : "1.1",
"PadWalker" : "1.96",
"Params::Validate" : "1.07",
"Scalar::Util" : "1.25",
"Test::Differences" : "0",
"Test::Exception" : "0",
"Test::More" : "0.88",
"Test::Warnings" : "0.026",
"lexical::underscore" : "0.004"
}
view all matches for this distribution
view release on metacpan or search on metacpan
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::Differences" : "0",
"Test::More" : "0.96",
"Test::Requires" : "0",
"perl" : "5.006"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
'List::MoreUtils' => 0,
'IO::Any' => 0.04,
},
build_requires => {
'Test::More' => 0,
'Test::Differences' => 0,
'Test::Exception' => 0,
'File::Spec' => 0,
'File::Slurp' => 0,
},
script_files => [
view all matches for this distribution
view release on metacpan or search on metacpan
}
},
"test" : {
"requires" : {
"JSON::PP" : "0",
"Test::Differences" : "0",
"Test::More" : "0.88",
"Test::UseAllModules" : "0.17"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
0.20 2013.10.05
* Add back copyright and license information
and POD headers (RT #89233 by Florian)
0.19 2013.08.06
* Fix the missing Test::Differences dependency (AZAWAWI)
* Reformatted Changes file (AZAWAWI)
0.18 2013.08.05
* Fix the missing =head1 NAME (AZAWAWI)
view all matches for this distribution
view release on metacpan or search on metacpan
requires:
Config: 0
DateTime: 0
File::Spec::Functions: 0
Log::Log4perl: 0
Test::Differences: 0
Test::Exception: 0
Test::More: 0
Test::Strict: 0
URI::Escape: 0
XML::Writer: 0
view all matches for this distribution
view release on metacpan or search on metacpan
- Will now build a Moose TC object for types of params
- Add a few more docs
1.001001 - 2009/01/31
- Handle fat commas in TCs (for MooseX::Types::Structured's Dict)
- Add missing dep on Test::Differences
1.001000 - 2009/01/31
- Change how TCs are stored and parse for better support in reconstructing
types at runtime
- Switch to MooseX::Types
view all matches for this distribution