Result:
found more than 472 distributions - search limited to the first 2001 files matching your query ( run in 1.127 )


Locale-Utils-PlaceholderBabelFish

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   },
   "name" : "Locale-Utils-PlaceholderBabelFish",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::Differences" : "0.60",
            "Test::Exception" : "0",
            "Test::More" : "0",
            "Test::NoWarnings" : "0"
         }
      },

 view all matches for this distribution


Locale-Utils-PlaceholderMaketext

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   },
   "name" : "Locale-Utils-PlaceholderMaketext",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::Differences" : "0.60",
            "Test::Exception" : "0",
            "Test::More" : "0",
            "Test::NoWarnings" : "0"
         }
      },

 view all matches for this distribution


Locale-Utils-PlaceholderNamed

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   },
   "name" : "Locale-Utils-PlaceholderNamed",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::Differences" : "0.60",
            "Test::Exception" : "0",
            "Test::More" : "0",
            "Test::NoWarnings" : "0"
         }
      },

 view all matches for this distribution


Locale-Utils-PluralForms

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

        'MooseX::StrictConstructor' => 0,
        'namespace::autoclean'      => 0,
        Safe                        => 0, # dist Perl
    },
    build_requires => {
        'Test::Differences' => 0,
        'Test::Exception'   => 0,
        'Test::More'        => 0, # dist Test-Simple
        'Test::NoWarnings'  => 0,
    },
    recommends => {

 view all matches for this distribution


Log-Any-Plugin

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Log::Any::Adapter" : "0",
            "Log::Any::Test" : "0",
            "Test::Differences" : "0",
            "Test::Exception" : "0",
            "Test::More" : "0",
            "Test::NoWarnings" : "0",
            "Test::Warn" : "0",
            "perl" : "5.008",

 view all matches for this distribution


Log-Contextual-WarnLogger-Fancy

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Sub::Util" : "0"
         },
         "requires" : {
            "Log::Contextual" : "0",
            "Term::ANSIColor" : "2.01",
            "Test::Differences" : "0",
            "Test::More" : "0.89",
            "Test::Needs" : "0.002000"
         }
      }
   },

 view all matches for this distribution


Loop-Control

 view release on metacpan or  search on metacpan

t/first.pl  view on Meta::CPAN

#!/usr/bin/env perl
use warnings;
use strict;
use Loop::Control;
use Test::More tests => 1;
use Test::Differences;
my $output = '';
sub record { $output .= join '' => @_ }

sub doit {
    my ($level, $iterations) = @_;

 view all matches for this distribution


MOP4Import-Declare

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "test" : {
         "requires" : {
            "Capture::Tiny" : "0",
            "Cpanel::JSON::XS" : "4.05",
            "Test2::Tools::Command" : "0",
            "Test::Differences" : "0",
            "Test::Exit" : "0",
            "Test::Kantan" : "0",
            "Test::More" : "1.3021",
            "Test::Output" : "0",
            "YAML::Syck" : "0"

 view all matches for this distribution


Mail-BIMI

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Pod::Elemental::Element::Nested" : "0",
            "Pod::Elemental::Element::Pod5::Command" : "0",
            "Pod::Elemental::Element::Pod5::Ordinary" : "0",
            "Pod::Weaver::Role::Section" : "0",
            "Test::Class" : "0",
            "Test::Differences" : "0",
            "Test::Exception" : "0",
            "Test::More" : "0",
            "Test::RequiresInternet" : "0",
            "Try::Tiny" : "0",
            "lib" : "0"

 view all matches for this distribution


Mail-Field-Received

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

    ExtUtils::MakeMaker:  0
build_requires:
    ExtUtils::MakeMaker:  0
requires:
    Mail::Field:        0
    Test::Differences:  0
    Test::More:         0
no_index:
    directory:
        - t
        - inc

 view all matches for this distribution


Mail-Log-Parse

 view release on metacpan or  search on metacpan

t/002_basic.t  view on Meta::CPAN

use Time::Local;
use Mail::Log::Parse;
use Mail::Log::Parse::Postfix;
use Mail::Log::Exceptions;

#use Test::Differences;

# A quick test of Mail::Log::Parse.
{
	my $object;
	lives_ok { $object = Mail::Log::Parse->new() } 'Create Mai::Log::Parse object.';

 view all matches for this distribution


Mail-Miner

 view release on metacpan or  search on metacpan

t/assets.t  view on Meta::CPAN


use MIME::Entity;
use MIME::Parser;

eval {
    require Test::Differences;
    no warnings 'redefine';
    *is_deeply = \&Test::Differences::eq_or_diff;
};


my $message;
my $parser = new MIME::Parser;

 view all matches for this distribution


Mail-Thread-Chronological

 view release on metacpan or  search on metacpan

t/lurker.t  view on Meta::CPAN

use Test::More tests => 1;

use_ok('Mail::Thread::Chronological');
# TODO real live testing

eval "use Test::Differences";
# a beefed up is_deeply
sub deeply ($$;$) {
    goto &eq_or_diff if defined &eq_or_diff;
    goto &is_deeply;
}

 view all matches for this distribution


Mail-Thread

 view release on metacpan or  search on metacpan

t/common.pl  view on Meta::CPAN

    if ($@) {
        require Test::More;
        Test::More->import(skip_all =>"You don't have Mail::Internet");
        exit;
    }
    eval "use Test::Differences";
}

package Email::Abstract::Mail;
use base 'Email::Abstract::MailInternet';
# keep a sequence number so we can order things later

 view all matches for this distribution


Makefile-DOM

 view release on metacpan or  search on metacpan

t/lib/Test/Util.pm  view on Meta::CPAN

        }
    }

    #warn "!!!~~~~ $stdout";
    #warn "!!!~~~~ ", $block->stdout;
    #use Test::Differences;
    #eq_or_diff $stdout, $block->stdout;
    compare $stdout, $block->stdout, "stdout - $name";
    compare $stdout, $block->stdout_like, "stdout_like - $name";
    compare $stderr, $block->stderr, "stderr - $name";
    compare $stderr, $block->stderr_like, "stderr_like - $name";

 view all matches for this distribution


Makefile-Parser

 view release on metacpan or  search on metacpan

t/lib/Test/Util.pm  view on Meta::CPAN

        }
    }

    #warn "!!!~~~~ $stdout";
    #warn "!!!~~~~ ", $block->stdout;
    #use Test::Differences;
    #eq_or_diff $stdout, $block->stdout;
    compare $stdout, $block->stdout, "stdout - $name";
    compare $stdout, $block->stdout_like, "stdout_like - $name";
    compare $stderr, $block->stderr, "stderr - $name";
    compare $stderr, $block->stderr_like, "stderr_like - $name";

 view all matches for this distribution


Markdown-Compiler

 view release on metacpan or  search on metacpan

lib/Markdown/Compiler/Test.pm  view on Meta::CPAN

package Markdown::Compiler::Test;
use warnings;
use strict;
use Test::More;
use Test::Deep;
use Test::Differences;
use Import::Into;
use Exporter;
use Markdown::Compiler;
use Markdown::Compiler::Lexer;
use Markdown::Compiler::Parser;

 view all matches for this distribution


Marpa-R2

 view release on metacpan or  search on metacpan

inc/Marpa/R2/Test.pm  view on Meta::CPAN

    if not defined &Test::More::is;

BEGIN {
    ## no critic (BuiltinFunctions::ProhibitStringyEval)
    ## no critic (ErrorHandling::RequireCheckingReturnValueOfEval)
    eval 'use Test::Differences';
}

sub Marpa::R2::Test::is {
    goto &Test::Differences::eq_or_diff
        if defined &Test::Differences::eq_or_diff && @_ > 1;
    @_ = map { ref $_ ? Data::Dumper::Dumper(@_) : $_ } @_;
    goto &Test::More::is;
} ## end sub Marpa::R2::Test::is

1;

 view all matches for this distribution


MarpaX-ESLIF-URI

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "ExtUtils::MakeMaker" : "0",
            "File::Spec" : "0",
            "File::Temp" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::Differences" : "0",
            "Test::More" : "0",
            "perl" : "5.010"
         }
      }
   },

 view all matches for this distribution


MarpaX-Hoonlint

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "File::Spec" : "0",
            "IPC::Cmd" : "0",
            "List::Util" : "0",
            "Marpa::R2" : "8",
            "Scalar::Util" : "0",
            "Test::Differences" : "0",
            "Test::More" : "0",
            "Time::Piece" : "0",
            "XSLoader" : "0"
         }
      },

META.json  view on Meta::CPAN

            "File::Spec" : "0",
            "IPC::Cmd" : "0",
            "List::Util" : "0",
            "Marpa::R2" : "8",
            "Scalar::Util" : "0",
            "Test::Differences" : "0",
            "Test::More" : "0",
            "Time::Piece" : "0",
            "XSLoader" : "0"
         }
      },

META.json  view on Meta::CPAN

            "File::Spec" : "0",
            "IPC::Cmd" : "0",
            "List::Util" : "0",
            "Marpa::R2" : "8",
            "Scalar::Util" : "0",
            "Test::Differences" : "0",
            "Test::More" : "0",
            "Time::Piece" : "0",
            "XSLoader" : "0",
            "perl" : "5.010001"
         }

 view all matches for this distribution


MarpaX-Languages-C-AST

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "ExtUtils::MakeMaker" : "0",
            "File::Spec" : "0",
            "File::Temp" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::Differences" : "0",
            "Test::More" : "0",
            "Test::Trap" : "0",
            "perl" : "5.010"
         }
      }

 view all matches for this distribution


MarpaX-Languages-ECMAScript-AST

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "ExtUtils::MakeMaker" : "0",
            "File::Spec" : "0",
            "File::Temp" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::Differences" : "0",
            "Test::More" : "0",
            "perl" : "5.010"
         }
      }
   },

 view all matches for this distribution


MarpaX-Languages-PowerBuilder

 view release on metacpan or  search on metacpan

t/lib/TestFunctions.pm  view on Meta::CPAN

our $VERSION = '0.00';


###############################################################################
#
# Use Test::Differences::eq_or_diff() where available or else fall back to
# using Test::More::is_deeply().
#
sub _is_deep_diff {
    my ( $got, $expected, $caption, $context ) = @_;
    $context //= { context => 20 };
    eval {
        require Test::Differences;
        Test::Differences->import();
    };

    if ( !$@ ) {
        eq_or_diff( $got, $expected, $caption, $context );
    }

 view all matches for this distribution


Math-RNG-Microsoft

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

  },
  "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


Math-StochasticProcess

 view release on metacpan or  search on metacpan

t/prereq.t  view on Meta::CPAN

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


MaxMind-DB-Writer

 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


MediaWiki-Bot

 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


Mesoderm

 view release on metacpan or  search on metacpan

t/tests.t  view on Meta::CPAN


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


Microarray

 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


Module-Build-SysPath

 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


( run in 1.127 second using v1.01-cache-2.11-cpan-131fc08a04b )