view release on metacpan or search on metacpan
t/lib/TestHelpers.pm view on Meta::CPAN
use strict;
use warnings;
use HTML::TreeBuilder;
use Test::Differences 'eq_or_diff_text';
# This is a minimal clone of Test::Differences::HTML
# which has failing tests because Test::Differences has changed the output
# in version 0.63 (see RT#100514)
sub eq_or_diff_html {
my ($raw, $expected, $label) = @_;
return eq_or_diff_text(_normalise_html($raw), _normalise_html($expected), $label);
view all matches for this distribution
view release on metacpan or search on metacpan
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.36",
"JSON" : "0",
"Test::Differences" : "0",
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
"Test" : "0",
"Test::Differences" : "0",
"Test::Memory::Cycle" : "0",
"Test::More" : "0.88",
"utf8" : "0"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/HTML/Spelling/Site/Checker.pm view on Meta::CPAN
}
}
Test::More::diag($output_text);
return $ret;
}
require Test::Differences;
my @arr = @{ $misspellings->{misspellings} };
if ( @arr > $MAXSIZE )
{
$#arr = $MAXSIZE - 1;
}
return Test::Differences::eq_or_diff( ( \@arr ), [], $args->{blurb}, );
}
1;
__END__
lib/HTML/Spelling/Site/Checker.pm view on Meta::CPAN
=head2 $finder->test_spelling({ files => [@files], blurb => $blurb, });
A spell check function compatible with L<Test::More> . Emits one assertion.
Since version 0.2.0, if a C<<< light => 1 >>> key is specified and is true, it
will not use L<Test::Differences>, which tends to consume a lot of RAM when
there are many messages.
Since version 0.10.0, C<'MAXLEN'> argument was added.
Since version 0.10.0, C<'MAXSIZE'> argument was added.
view all matches for this distribution
view release on metacpan or search on metacpan
},
"test_requires" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::Differences" => 0,
"Test::More" => "0.88"
}
);
my %fallback_build_requires = (
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Module::Build" => "0.28",
"Test::Differences" => 0,
"Test::More" => "0.88"
);
unless ( eval { Module::Build->VERSION(0.4004) } ) {
view all matches for this distribution
view release on metacpan or search on metacpan
"name" : "HTML-Template-Compiled-Filter-Whitespace",
"prereqs" : {
"build" : {
"requires" : {
"HTML::Template::Compiled" : "0.84",
"Test::Differences" : "0.60",
"Test::More" : "0",
"Test::NoWarnings" : "0"
}
},
"configure" : {
view all matches for this distribution
view release on metacpan or search on metacpan
),
},
build_requires => {
'Test::NoWarnings' => 0,
'Test::Exception' => 0,
'Test::Differences' => 0,
parent => 0,
'Class::Singleton' => 0,
$is_ppm
? (
'Test::Simple' => 0, # for Test::More
view all matches for this distribution
view release on metacpan or search on metacpan
2009-07-31 Freddy Vulto <fvulto@gmail.com>
Release 1.12
- Added Test::Differences to Makefile.PL
2009-04-13 Freddy Vulto <fvulto@gmail.com>
Release 1.11
token within a ToC token.
- fix TocInsertor.pm to preserve surrounding text of ToC insertion point
- updated Makefile.PL to automatically do "SET PERLIO=perlio" on
MSWin32 (Dan Dascalescu)
- Test suite:
- switched tests to use Test::More and Test::Differences (Dan
Dascalescu)
- added separate test files `insertionPoint.t' and `anchors.t' (Dan
Dascalescu)
- added test "text and children passed to templateAnchorName" to
`generate.t' (Dan Dascalescu)
view all matches for this distribution
view release on metacpan or search on metacpan
license => 'perl',
dist_abstract => 'Framework for compiling tranformations on HTML text',
create_readme => 1,
requires => {
'Image::Size' => 0,
'Test::Differences' => 0,
'File::Slurp' => 0,
'Object::Dependency' => 0,
'HTML::Entities' => 0,
'Digest::MD5' => 0,
'URI::Escape' => 0,
'Image::Size' => 0,
'Module::Load' => 0,
},
build_requires => {
'Parse::RecDescent' => 0,
'Test::Differences' => 0,
},
meta_merge => {
resources => {
repository => 'https://github.com/muir/HTML-Transmorgify',
},
view all matches for this distribution
view release on metacpan or search on metacpan
"test" : {
"requires" : {
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::Differences" : "0",
"Test::More" : "0.98",
"perl" : "5.010001"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
author:
- '=over 4'
build_requires:
Exporter::Lite: 0
ExtUtils::MakeMaker: 6.59
Test::Differences: 0
Test::More: 0.96
Test::Name::FromLine: 0
Test::Requires: 0
configure_requires:
ExtUtils::MakeMaker: 6.59
view all matches for this distribution
view release on metacpan or search on metacpan
"perl" : "5.008001"
}
},
"test" : {
"requires" : {
"Test::Differences" : "0",
"Test::More" : "0.98"
}
}
},
"provides" : {
view all matches for this distribution
view release on metacpan or search on metacpan
my $builder = Module::Build->new
( module_name => 'HTML::WikiConverter::MultiMarkdown',
license => 'perl',
requires => { 'HTML::WikiConverter::Markdown' => '0',
},
build_requires => { 'Test::Differences' => '0',
'Test::More' => '0',
},
create_readme => 1,
sign => 1,
create_makefile_pl => 'traditional',
view all matches for this distribution
view release on metacpan or search on metacpan
.carton/02packages.details.txt view on Meta::CPAN
Test::Deep::SubHashKeysOnly undef R/RJ/RJBS/Test-Deep-0.110.tar.gz
Test::Deep::SuperHash undef R/RJ/RJBS/Test-Deep-0.110.tar.gz
Test::Deep::SuperHashElements undef R/RJ/RJBS/Test-Deep-0.110.tar.gz
Test::Deep::SuperHashKeys undef R/RJ/RJBS/Test-Deep-0.110.tar.gz
Test::Deep::SuperHashKeysOnly undef R/RJ/RJBS/Test-Deep-0.110.tar.gz
Test::Differences 0.61 O/OV/OVID/Test-Differences-0.61.tar.gz
Test::Fatal 0.010 R/RJ/RJBS/Test-Fatal-0.010.tar.gz
Test::Moose 2.0604 D/DO/DOY/Moose-2.0604.tar.gz
Test::Mouse undef G/GF/GFUJI/Mouse-1.05.tar.gz
Test::NoWarnings 1.04 A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
Test::NoWarnings::Warning 1.04 A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
view all matches for this distribution
view release on metacpan or search on metacpan
"File::Spec" : "0",
"FindBin" : "0",
"JSON::PP" : "4.04",
"List::Util" : "1.49",
"Path::Tiny" : "0",
"Test::Differences" : "0",
"Test::More" : "0.96",
"Test::NoWarnings" : "0",
"Test::Warnings" : "0"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
t/01_HTTP-DAV-Browse.t view on Meta::CPAN
use strict;
use warnings;
#use Test::More 'no_plan';
use Test::More tests => 6;
#use Test::Differences;
use Test::Exception;
use LWP::UserAgent;
use FindBin qw($Bin);
use lib "$Bin/lib";
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
List::Util 1.09
Scalar::Util 1.09
Test::More 0
Test::NoWarnings 0.02
Test::Tester 0.04
Test-Differences-0.61
pathname: O/OV/OVID/Test-Differences-0.61.tar.gz
provides:
Test::Differences 0.61
requirements:
Data::Dumper 2.126
Test::More 0
Text::Diff 0.35
Test-Exception-0.32
cpanfile.snapshot view on Meta::CPAN
Test::Most::Exception 0.33
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-NoWarnings-1.04
view all matches for this distribution
view release on metacpan or search on metacpan
lib/HTTP/WebTest/Plugin/HarnessReport.pm view on Meta::CPAN
L<Test::Harness|Test::Harness>. By default, this plugin is not loaded
by L<HTTP::WebTest|HTTP::WebTest>. To load it, use the global test
parameter C<plugins>. Internally this plugin uses
L<Test::Builder|Test::Builder> module so it should be compatible with
other testing libraries (like L<Test::More|Test::More> or
L<Test::Differences|Test::Differences>). You should be able to
intermix them freely in one test script.
Unless you want to get mix of outputs from the default report and this
report (normally you don't want it), the default report plugin should
be disabled. See parameter C<default_report> (value C<no>).
view all matches for this distribution
view release on metacpan or search on metacpan
},
"requires" : {
"Test::More" : "0.88",
"perl" : "5.008",
"Scalar::Util" : "0",
"Test::Differences" : "0",
"English" : "0",
"File::Find" : "0",
"File::Temp" : "0",
"Carp" : "0"
},
view all matches for this distribution
view release on metacpan or search on metacpan
},
"name" : "Hash-Map",
"prereqs" : {
"build" : {
"requires" : {
"Test::Differences" : "0.60",
"Test::More" : "0",
"Test::NoWarnings" : "1.03"
}
},
"configure" : {
view all matches for this distribution
view release on metacpan or search on metacpan
]
},
"prereqs" : {
"build" : {
"requires" : {
"Test::Differences" : "0",
"Test::Exception" : "0",
"Test::More" : "0"
}
},
"configure" : {
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"
}
}
},
"provides" : {
view all matches for this distribution
view release on metacpan or search on metacpan
"Data::Dumper" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::Differences" : "0",
"Test::MockModule" : "0",
"Test::More" : "0"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::Differences" : "0",
"Test::MockModule" : "0",
"Test::More" : "0"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
'Fcntl' => 0,
'List::MoreUtils' => 0,
},
build_requires => {
'Test::More' => 0,
'Test::Differences' => 0,
'File::Slurp' => 0,
'File::Temp' => 0,
'Test::Exception' => 0,
},
add_to_cleanup => [ 'IO-Any-*' ],
view all matches for this distribution
view release on metacpan or search on metacpan
t/Test/Builder.pm view on Meta::CPAN
Test::Builder.
=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/Test/Builder.pm view on Meta::CPAN
Test::Builder.
=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/Test/Builder.pm view on Meta::CPAN
Test::Builder.
=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/Test/Builder.pm view on Meta::CPAN
Test::Builder.
=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/Test/Builder.pm view on Meta::CPAN
Test::Builder.
=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