view release on metacpan or search on metacpan
if ( $@) {
my $msg = 'Test::Prereq::Build required to criticise code';
plan( skip_all => $msg );
}
Test::Prereq::prereq_ok(undef, 'prereq', ['Test::CheckChanges', 'Test::CheckManifest', 'Test::Differences', 'Test::Perl::Critic', 'Test::Spelling', 'Test::Prereq::Build', 'LogDir']);
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/Test/MaxMind/DB/Writer.pm view on Meta::CPAN
use List::Util qw( all );
use MaxMind::DB::Writer::Tree;
use Net::Works::Address;
use Net::Works::Network;
use Scalar::Util qw( blessed );
use Test::HexDifferences qw( eq_or_dump_diff );
use Exporter qw( import );
our @EXPORT_OK = qw(
insert_for_type
make_tree_from_pairs
view all matches for this distribution
view release on metacpan or search on metacpan
t/26-diff.t view on Meta::CPAN
use utf8;
use Test::RequiresInternet 'test.wikipedia.org' => 80;
use Test::More tests => 1;
BEGIN {
unless (eval q{ use Test::Differences; 1 }) { # If Test::Differences isn't available...
no warnings 'redefine';
note 'Test::Differences unavailable - use Test::More::is_deeply to approximate';
*eq_or_diff_text = \&is_deeply; # make Test::Differences::eq_or_diff an alias to Test::More::is_deeply
*unified_diff = sub { 1 }; # shim
}
}
# Fix "Wide character in print" warning on failure
view all matches for this distribution
view release on metacpan or search on metacpan
use Test::More qw(no_plan);
use Path::Class;
use Mesoderm;
use SQL::Translator;
use Test::Differences;
my @tests = grep { /\.sql$/ } file(__FILE__)->absolute->parent->subdir('tests')->children;
foreach my $in (@tests) {
(my $out = $in) =~ s/\.sql/.out/;
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
File::Basename => 2.73,
Module::List => 0.001,
Statistics::Descriptive => 2.6,
Test::More => 0.62,
Test::Group => 0.07,
Test::Differences => 0.47,
Test::Deep => 0.096,
Test::Image::GD => 0.03
},
($] >= 5.005 ?
(AUTHOR => 'Christopher Jones <c.jones@ucl.ac.uk>') : ()),
view all matches for this distribution
view release on metacpan or search on metacpan
examples/Sys-Path-Example1/t/02_Module-Build-SysPath.t view on Meta::CPAN
use strict;
use warnings;
use Test::More 'no_plan';
#use Test::More tests => 10;
use Test::Differences;
use FindBin qw($Bin);
use lib File::Spec->catdir($Bin, 'lib');
use lib File::Spec->catdir($Bin, '..', 'lib');
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Test/Differences.pm view on Meta::CPAN
#line 1
package Test::Differences;
#line 201
$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
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
author:
- 'Copyright (C) Ash Berlin C<< <ash@cpan.org> >>, 2009-2010.'
build_requires:
ExtUtils::MakeMaker: 6.42
Moose: 0
Test::Differences: 0
Test::More: 0.88
configure_requires:
ExtUtils::MakeMaker: 6.42
distribution_type: module
generated_by: 'Module::Install version 0.93'
view all matches for this distribution
view release on metacpan or search on metacpan
0.13 Sun Jun 12 03:38:24 EST 2011
- csjewell++ added Mercurial files
0.14 Sun Jun 12 12:08:33 EST 2011
- Left debugging code (Test::Differences) in test.
0.15 Wed Jun 15 11:32:27 EST 2011
- Fixed bug in test on Win32. Need to close file before unlink.
0.16 Fri Oct 7 21:08:15 EDT 2011
view all matches for this distribution
view release on metacpan or search on metacpan
dist_version_from => 'lib/Module/Overview.pm',
configure_requires => { 'Module::Build' => 0.36 },
build_requires => {
'Test::More' => 0,
'Test::Differences' => 0,
},
requires => {
'Class::Accessor::Fast' => 0,
'Class::Sniff' => 0,
'Text::SimpleTable' => 0,
view all matches for this distribution
view release on metacpan or search on metacpan
JSON: '0'
Plack::Middleware::Auth::Digest: '0'
Plack::Test: '0'
Plack::Util: '0'
Test::Deep: '0'
Test::Differences: '0'
Test::Exception: '0'
Test::More: '0'
lib: '0'
strict: '0'
warnings: '0'
view all matches for this distribution
view release on metacpan or search on metacpan
- 'Marcus Ramberg C<marcus@nordaaker.com>'
build_requires:
Email::Sender::Simple: '0.102370'
ExtUtils::MakeMaker: 6.59
SQL::Translator: '0.09006'
Test::Differences: 0
Test::More: '0.88'
Test::WWW::Mechanize::Catalyst: '0.51'
WWW::Mechanize: '1.54'
WWW::Mechanize::TreeBuilder: '1.10000'
configure_requires:
view all matches for this distribution
view release on metacpan or search on metacpan
},
"test" : {
"requires" : {
"File::Slurp" : "0",
"Modern::Perl" : "0",
"Test::Differences" : "0",
"Test::Kwalitee" : "0",
"Test::MockTime" : "0.17",
"Test::Mojo" : "0",
"Test::More" : "0",
"Thread::Queue" : "0",
view all matches for this distribution
view release on metacpan or search on metacpan
;Log::Any = 1.045 ; Returns message and faster
[Prereqs / TestRequires]
;Test::More = 1.001005 ; First version that allows args to subtests
;Test::Deep = 0
;Test::Differences = 0
;Test::Fatal = 0
view all matches for this distribution
view release on metacpan or search on metacpan
;Log::Any = 1.045 ; Returns message and faster
[Prereqs / TestRequires]
;Test::More = 1.001005 ; First version that allows args to subtests
;Test::Deep = 0
;Test::Differences = 0
;Test::Fatal = 0
view all matches for this distribution
view release on metacpan or search on metacpan
[Prereqs / TestRequires]
DBD::SQLite = 0
SQL::Translator = 0
;Test::More = 1.001005 ; First version that allows args to subtests
;Test::Deep = 0
;Test::Differences = 0
;Test::Fatal = 0
view all matches for this distribution
view release on metacpan or search on metacpan
;Log::Any = 1.045 ; Returns message and faster
[Prereqs / TestRequires]
;Test::More = 1.001005 ; First version that allows args to subtests
;Test::Deep = 0
;Test::Differences = 0
;Test::Fatal = 0
view all matches for this distribution
view release on metacpan or search on metacpan
;Log::Any = 1.045 ; Returns message and faster
[Prereqs / TestRequires]
;Test::More = 1.001005 ; First version that allows args to subtests
;Test::Deep = 0
;Test::Differences = 0
;Test::Fatal = 0
view all matches for this distribution
view release on metacpan or search on metacpan
[Prereqs / TestRequires]
Test::More = 1.001005 ; First version that allows args to subtests
Test2::API = 0 ; To test the Test role
;Test::Deep = 0
;Test::Differences = 0
;Test::Fatal = 0
view all matches for this distribution
view release on metacpan or search on metacpan
;Log::Any = 1.045 ; Returns message and faster
[Prereqs / TestRequires]
;Test::More = 1.001005 ; First version that allows args to subtests
;Test::Deep = 0
;Test::Differences = 0
;Test::Fatal = 0
view all matches for this distribution
view release on metacpan or search on metacpan
share/public/revealjs/plugin/highlight/highlight.js view on Meta::CPAN
}
})();
// END CUSTOM REVEAL.JS INTEGRATION
/*! highlight.js v9.11.0 | BSD3 License | git.io/hljslicense */
!function(e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports?e(exports):n&&(n.hljs=e({}),"function"==typeof define&&define.amd&&define([],function(){return n.hljs}))}(function(e){function n(e){return e.r...
c:[{cN:"comment",b:/\(\*/,e:/\*\)/},e.ASM,e.QSM,e.CNM,{b:/\{/,e:/\}/,i:/:/}]}});hljs.registerLanguage("roboconf",function(a){var e="[a-zA-Z-_][^\\n{]+\\{",n={cN:"attribute",b:/[a-zA-Z-_]+/,e:/\s*:/,eE:!0,starts:{e:";",r:0,c:[{cN:"variable",b:/\.[a-zA...
view all matches for this distribution
view release on metacpan or search on metacpan
cover_db/digests view on Meta::CPAN
{"c5aa7af217a6440b522298715d770472":"/home/rr/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1/x86_64-linux/Sub/Identify.pm","ac129b0bf9fb64817490fa63e9aa1bec":"/home/rr/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1/Test/Exception.pm","b...
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
requirements:
ExtUtils::MakeMaker 0
List::Util 1.09
Scalar::Util 1.09
Test::Builder 0
Test-Differences-0.63
pathname: D/DC/DCANTRELL/Test-Differences-0.63.tar.gz
provides:
Test::Differences 0.63
requirements:
Capture::Tiny 0.24
Data::Dumper 2.126
Test::More 0
Text::Diff 0.35
cpanfile.snapshot view on Meta::CPAN
Test::Most::Exception 0.34
requirements:
Exception::Class 1.14
ExtUtils::MakeMaker 0
Test::Deep 0.106
Test::Differences 0.61
Test::Exception 0.31
Test::Harness 3.21
Test::More 0.88
Test::Warn 0.23
Test-PAUSE-Permissions-0.05
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/Basic/Test.pm view on Meta::CPAN
use warnings;
use base qw(Test::Class);
use Test::More;
use Capture::Tiny qw(:all);
use Test::Differences;
use FindBin qw($Bin);
our $TBin = "$Bin/bin";
# Grab the perl exe we are running under as recommended here:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Music/AtonalUtil.pm view on Meta::CPAN
# nothing unique, pick lowest starting pitch, which is first index
# by virtue of the numeric sort performed above.
@normal = @{ $equivs->[0] };
}
$_ += 0 for @normal; # KLUGE avoid Test::Differences seeing '4' vs. 4
return wantarray ? ( \@normal, \%origmap ) : \@normal;
}
# Utility, converts a pitch set into a scale_degrees-bit number:
view all matches for this distribution
view release on metacpan or search on metacpan
t/Music-Chord-Positions.t view on Meta::CPAN
use strict;
use warnings;
use Test::More tests => 12;
eval 'use Test::Differences'; # display convenience
my $deeply = $@ ? \&is_deeply : \&eq_or_diff;
BEGIN { use_ok('Music::Chord::Positions') }
my $mcp = Music::Chord::Positions->new;
view all matches for this distribution
view release on metacpan or search on metacpan
t/Music-NeoRiemannianTonnetz.t view on Meta::CPAN
use warnings;
use Test::More; # plan is down at bottom
use Test::Exception;
eval 'use Test::Differences'; # display convenience
my $deeply = $@ ? \&is_deeply : \&eq_or_diff;
BEGIN { use_ok('Music::NeoRiemannianTonnetz') }
my $Nrt = Music::NeoRiemannianTonnetz->new;
view all matches for this distribution
view release on metacpan or search on metacpan
"bin/narada-viewlog"
],
"test_requires" => {
"File::Copy::Recursive" => 0,
"Test::Database" => 0,
"Test::Differences" => 0,
"Test::Exception" => 0,
"Test::MockModule" => 0,
"Test::More" => "0.96",
"Test::Output" => 0
}
my %fallback_build_requires = (
"File::Copy::Recursive" => 0,
"Module::Build" => "0.28",
"Test::Database" => 0,
"Test::Differences" => 0,
"Test::Exception" => 0,
"Test::MockModule" => 0,
"Test::More" => "0.96",
"Test::Output" => 0
);
view all matches for this distribution
view release on metacpan or search on metacpan
- resolve a bug where source server is reused too many times
- created a new method get_transfer_map for more introspection into transfer loop
- thanks to mikegrb for the excellent bug report!
- use Test::Differences in test cases
- added test coverage report
- added a roadmap
view all matches for this distribution