view release on metacpan or search on metacpan
},
"test" : {
"requires" : {
"Capture::Tiny" : "0",
"Sub::Name" : "0.11",
"Test::Differences" : "0.60",
"Test::More" : "0.84"
}
}
},
"release_status" : "stable",
view all matches for this distribution
view release on metacpan or search on metacpan
build_requires:
Class::MethodMaker: '0'
Exception::Class: '0'
File::Spec: '0'
File::Temp: '0'
Test::Differences: '0'
Test::Exception: '0'
Test::More: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
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 Devel::REPL;
our @EXPORT = (
@Test::More::EXPORT,
@Test::Differences::EXPORT,
qw(
repl_eval_line
)
);
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/Test.pm view on Meta::CPAN
use 5.12.0;
use warnings;
use parent 'Test::Builder::Module';
use Test::More;
use Test::Differences;
use Time::HiRes qw(usleep);
use File::Temp ();
use File::Spec;
use Capture::Tiny qw(capture);
use Pod::Usage;
t/lib/Test.pm view on Meta::CPAN
require feature;
our @EXPORT = (
@Test::More::EXPORT,
@Test::Differences::EXPORT,
qw(
get_process_id
get_traces
get_samples
get_sources
view all matches for this distribution
view release on metacpan or search on metacpan
0.04 May 31 2017
- Removed debugging code
- Fix build problems on some perls
0.03 May 28 2017
- Remove usage of Test::Differences::Color until that module has been fixed (GH #17, thanks Slaven ReziÄ for the report!)
- Fixed compilation warnings
0.02 June 23 2014
- Fix some POD problems
- Fix a compiler error on GCC 4.7 (thanks sharyanto!)
view all matches for this distribution
view release on metacpan or search on metacpan
#!/usr/local/bin/perl -w
use Test;
use strict;
my $has_diff = eval "use Test::Differences; 1";
sub flatten { ## In case !$has_diff
join( "",
map(
"[" . join( ",", map defined $_ ? "'$_'" : "undef", @$_ ) . "]\n",
view all matches for this distribution
view release on metacpan or search on metacpan
t/Helper.pm view on Meta::CPAN
($output, $right_string) = $opts->{filter}->($output, $right_string)
if $opts->{filter};
my $got_filename;
$got_filename = $ext_file->('got');
# TODO : Perhaps make sure we optionally use eq_or_diff from
# Test::Differences here.
my $equal_output = $right_string eq $output;
Test::More::ok($right_string eq $output, 'Output comparison')
if $opts->{do_test};
if ($equal_output) {
unlink $got_filename;
view all matches for this distribution
view release on metacpan or search on metacpan
t/Helper.pm view on Meta::CPAN
($output, $right_string) = $opts->{filter}->($output, $right_string)
if $opts->{filter};
my $got_filename;
$got_filename = $ext_file->('got');
# TODO : Perhaps make sure we optionally use eq_or_diff from
# Test::Differences here.
my $equal_output = $right_string eq $output;
Test::More::ok($right_string eq $output, 'Output comparison')
if $opts->{do_test};
if ($equal_output) {
unlink $got_filename;
view all matches for this distribution
view release on metacpan or search on metacpan
t/Helper.pm view on Meta::CPAN
($output, $right_string) = $opts->{filter}->($output, $right_string)
if $opts->{filter};
my $got_filename;
$got_filename = $ext_file->('got');
# TODO : Perhaps make sure we optionally use eq_or_diff from
# Test::Differences here.
my $equal_output = $right_string eq $output;
Test::More::ok($right_string eq $output, 'Output comparison')
if $opts->{do_test};
if ($equal_output) {
unlink $got_filename;
view all matches for this distribution
view release on metacpan or search on metacpan
t/Helper.pm view on Meta::CPAN
my $right_string = <RIGHT_FH>;
($output, $right_string) = $opts->{filter}->($output, $right_string) if $opts->{filter};
my $got_filename;
$got_filename = $ext_file->('got');
# TODO : Perhaps make sure we optionally use eq_or_diff from
# Test::Differences here.
my $equal_output = $right_string eq $output;
Test::More::ok($right_string eq $output, 'Output comparison')
if $opts->{do_test};
if ($equal_output) {
unlink $got_filename;
view all matches for this distribution
view release on metacpan or search on metacpan
'Devel::Symdump' => 2.07,
'Wx::Perl::TreeView' => 0.02,
'Devel::StackTrace' => 1.14,
},
build_requires => { 'Test::UseAllModules' => 0,
'Test::Differences' => 0,
},
create_makefile_pl => 'passthrough',
no_index => { package =>
[ 'DB',
],
view all matches for this distribution
view release on metacpan or search on metacpan
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Device-Power-Synaccess-NP05B
requires:
Net::Telnet: '1.00'
Test::Differences: '0.60'
Test::Most: '0.30'
perl: '5.010000'
version: '1.03'
x_generated_by_perl: v5.18.1
x_serialization_backend: 'YAML::Tiny version 1.63'
view all matches for this distribution
view release on metacpan or search on metacpan
'IPC::Run' => 0,
'File::DirCompare' => 0,
'File::Touch' => 0,
'Test::Compile' => 0,
'Test::Deep' => 0,
'Test::Differences' => 0,
'Test::Exception' => 0,
'Test::More' => 0,
},
no_index => { directory => [qw(privinc t xt share)] },
add_to_cleanup => [ 'DhMakePerl-*', 'Build', '_build' ],
view all matches for this distribution
view release on metacpan or search on metacpan
"File::chdir" : "0.1010",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Syntax::Feature::Qi" : "0",
"Syntax::Feature::Qs" : "0",
"Test::Differences" : "0",
"Test::More" : "0.96",
"syntax" : "0"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
"Dist::Zilla::Util::Test::KENTNL" : "1.005000",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"List::Util" : "0",
"Test::DZil" : "0",
"Test::Differences" : "0",
"Test::More" : "0",
"perl" : "5.006"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
"Carp" : 0,
"English" : 0,
"File::Find" : 0,
"File::Temp" : 0,
"Scalar::Util" : 0,
"Test::Differences" : 0,
"Test::MockObject" : 0,
"Test::More" : "0.94"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/TestBundleHelpers.pm view on Meta::CPAN
package # no_index
TestBundleHelpers;
use Path::Class qw( file dir );
use Test::More;
use Test::Differences;
our @EXPORT = qw(
eq_or_diff
file
dir
view all matches for this distribution
view release on metacpan or search on metacpan
"File::Spec" : "0",
"File::pushd" : "0",
"Path::Tiny" : "0",
"Test::DZil" : "0",
"Test::Deep" : "0",
"Test::Differences" : "0",
"Test::Fatal" : "0",
"Test::More" : "0.96",
"Test::Requires" : "0",
"if" : "0"
}
view all matches for this distribution
view release on metacpan or search on metacpan
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Module::Install" : "0.90",
"Path::Tiny" : "0",
"Test::DZil" : "0",
"Test::Differences" : "0",
"Test::More" : "0",
"perl" : "5.006"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
"Encode" : "0",
"Test::DZil" : "0",
"Test::More" : "0.88"
},
"suggests" : {
"Test::Differences" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
view all matches for this distribution
view release on metacpan or search on metacpan
- (test req) + File::Spec (any)
- (test req) + IO::Handle (any)
- (test req) + IPC::Open3 (any)
- (test req) + Path::Tiny 0.072
- (test req) + Test::DZil 5.000
- (test req) + Test::Differences 0.50
- (test rec) + CPAN::Meta 2.120900
- (conf req) + ExtUtils::MakeMaker (any)
- (conf req) - Module::Build::Tiny
- (dev req) + Badge::Depot 0.0103
- (dev req) + Badge::Depot::Plugin::Coverage (any)
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Path::Tiny" : "0",
"Test::DZil" : "0",
"Test::Differences" : "0",
"Test::More" : "0",
"Test::Requires" : "0",
"perl" : "5.006"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
},
"test" : {
"requires" : {
"File::Which" : "0",
"Test::DZil" : "0",
"Test::Differences" : "0",
"Test::More" : "0.88"
}
}
},
"release_status" : "stable",
view all matches for this distribution
view release on metacpan or search on metacpan
},
"test" : {
"requires" : {
"File::Which" : "0",
"Test::DZil" : "0",
"Test::Differences" : "0",
"Test::More" : "0.88",
"perl" : "5.006"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
- Add CAVEATS and SEE ALSO sections in POD. Read them!
Thanks to David Golden, Karen Etheridge and Caleb Cushing for raising
those issues!
[ Tests ]
- Use Test::Deep instead of Test::Differences. Thanks Karen Etheridge!
1.08 2012-10-08 DOLMEN (Olivier Mengué)
[ Fixes ]
- Enforce Test::More 0.88 dependency in the built distribution.
[ Tests ]
- More tests. Thanks KENTNL!
- Cleanup test dependencies (DOLMEN):
- remove FindBin, vars, File::Temp.
- load Test::Differences where it is used.
1.04 2012-07-02 DOLMEN (Olivier Mengué)
[ Meta ]
- New maintainer.
view all matches for this distribution
view release on metacpan or search on metacpan
"IPC::Open3" : "0",
"Path::Tiny" : "0.072",
"String::Cushion" : "0",
"Syntax::Feature::Qi" : "0",
"Test::DZil" : "0",
"Test::Differences" : "0",
"Test::More" : "0.96",
"syntax" : "0"
}
}
},
view all matches for this distribution
view release on metacpan or search on metacpan
"IPC::Open3" : "0",
"Mojolicious" : "5.00",
"String::Cushion" : "0",
"Syntax::Feature::Qi" : "0",
"Test::DZil" : "0",
"Test::Differences" : "0",
"Test::Mojo::Trim" : "0",
"Test::More" : "0.96",
"syntax" : "0"
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
},
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Test::DZil" : "0",
"Test::Differences" : "0",
"Test::More" : "0",
"perl" : "5.010"
}
}
},
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