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


Parse-Selenese

 view release on metacpan or  search on metacpan

t/lib/Tests/Parse/Selenese/Base.pm  view on Meta::CPAN

use Cwd;
use Data::Dumper;
use File::Basename;
use File::Find qw(find);
use FindBin;
use Test::Differences;
use YAML qw'freeze thaw LoadFile';


sub startup : Tests(startup) {
}

 view all matches for this distribution


Path-Class-Tiny

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


    [Bug Fixes]
    * `realpath` is returning the proper class now

    [Distro Fixes]
    * try get CPAN Testers to quit whining about Test::Differences
    * add more POD so I can re-enable extra tests
    * better unit test separation for tests that require symlinks
      (GitHub #2) thanks manwar!

0.02      2018-05-29 19:24:08-07:00 America/Los_Angeles

 view all matches for this distribution


Pegex

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.20 Thu Aug 30 00:06:30 PDT 2012
 - Refactored Pegex to make API less flexible but more sensible,
   explainable and maintainable.

0.19 Sat Nov  5 01:16:15 PDT 2011
 - Fixed Test::Differences missing.

0.18 Fri Sep 30 00:44:35 CEST 2011
 - Use Mo 0.25
 - Support advanced quantifiers and %/%%
 - Rename classes

 view all matches for this distribution


Perl-Critic-TooMuchCode

 view release on metacpan or  search on metacpan

lib/Perl/Critic/Policy/TooMuchCode/ProhibitUnusedInclude.pm  view on Meta::CPAN

        'Sub::Retry'                   => [qw(retry)],
        'Teng::Plugin::TextTable'      => [qw(draw_text_table)],
        'Test2::V0'                    => [qw(ok pass fail diag note todo skip plan skip_all done_testing bail_out intercept context gen_event def do_def cmp_ok warns warning warnings no_warnings subtest can_ok isa_ok DOES_ok set_encoding imported_ok...
        'Test::BinaryData'             => [qw(is_binary)],
        'Test::Deep'                   => [qw(Isa blessed obj_isa all any array array_each arrayelementsonly arraylength arraylengthonly bag bool cmp_bag cmp_deeply cmp_methods cmp_set code eq_deeply hash hash_each hashkeys hashkeysonly ignore isa li...
        'Test::Differences'            => [qw(eq_or_diff eq_or_diff_text eq_or_diff_data unified_diff context_diff oldstyle_diff table_diff)],
        'Test::Exception'              => [qw(dies_ok lives_ok throws_ok lives_and)],
        'Test::Fatal'                  => [qw(exception)],
        'Test::Kantan'                 => [qw(Feature Scenario Given When Then subtest done_testing setup teardown describe context it before_each after_each expect ok diag ignore spy_on skip_all)],
        'Test::LongString'             => [qw(is_string is_string_nows like_string unlike_string contains_string lacks_string)],
        'Test::Mock::Guard'            => [qw(mock_guard)],

 view all matches for this distribution


Perl-Dist-Padre

 view release on metacpan or  search on metacpan

lib/Perl/Dist/Padre.pm  view on Meta::CPAN

		  Pod::Coverage
		  Test::Pod::Coverage
		  Test::Pod
		  Module::Starter
		  ORLite
		  Test::Differences
		  Pod::POM
		  Parse::ErrorString::Perl
		  Text::FindIndent
		  Pod::Abstract
		  Devel::StackTrace

 view all matches for this distribution


Perl-Stripper

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "requires" : {
            "File::Slurper" : "0",
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::Differences" : "0",
            "Test::More" : "0.98",
            "strict" : "0",
            "vars" : "0",
            "warnings" : "0"
         }

 view all matches for this distribution


Perl-Tidy-Sweetened

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "perl" : "5.010"
         }
      },
      "test" : {
         "requires" : {
            "Test::Differences" : "0",
            "Test::More" : "0.87",
            "Test::Most" : "0"
         }
      }
   },

 view all matches for this distribution


Perlito5

 view release on metacpan or  search on metacpan

lib/Perlito5X/Test/Builder.pm  view on Meta::CPAN



=head1 EXAMPLES

CPAN can provide the best examples.  L<Test::Simple>, L<Test::More>,
L<Test::Exception> and L<Test::Differences> all use Test::Builder.

=head1 SEE ALSO

L<Test::Simple>, L<Test::More>, L<Test::Harness>

 view all matches for this distribution


Pg-DatabaseManager

 view release on metacpan or  search on metacpan

lib/Pg/DatabaseManager/TestMigrations.pm  view on Meta::CPAN

use File::Temp qw( tempdir );
use MooseX::Params::Validate 0.15 qw( validated_hash );
use Path::Class qw( dir file );
use Pg::CLI::pg_dump;
use Pg::DatabaseManager;
use Test::Differences;
use Test::More;

our @EXPORT_OK = 'test_migrations';

sub test_migrations {

lib/Pg/DatabaseManager/TestMigrations.pm  view on Meta::CPAN

using the appropriate SQL file, then dumping the resulting database with
F<pg_dump>. Then the code recreates each version and runs the migrations from
that version to the max version, comparing the output of F<pg_dump> after each
migration.

It uses L<Test::Differences> to compare the dumped databases.

=head1 BUGS

See L<Pg::DatabaseManager> for details on reporting bugs.

 view all matches for this distribution


Physics-Ballistics

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "perl" : "5.010000"
         }
      },
      "test" : {
         "requires" : {
            "Test::Differences" : "0.60",
            "Test::Most" : "0.20"
         }
      }
   },
   "release_status" : "stable",

 view all matches for this distribution


Pithub

 view release on metacpan or  search on metacpan

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

use strict;
use warnings;

use Import::Into;
use Test::Builder     ();
use Test::Differences qw( eq_or_diff );
use Test::More import => [qw( diag is )];

BEGIN {
    ## no critic (ClassHierarchies::ProhibitExplicitISA, Modules::ProhibitAutomaticExportation)
    require Exporter;

 view all matches for this distribution


Plack-App-Prerender

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Plack::Middleware::ContentLength" : "0",
            "Plack::Middleware::Head" : "0",
            "Plack::Test" : "0",
            "Test2::Require::Internet" : "0",
            "Test2::V0" : "0",
            "Test::Differences" : "0",
            "Test::More" : "0"
         }
      }
   },
   "provides" : {

 view all matches for this distribution


Plack-App-Proxy-Selective

 view release on metacpan or  search on metacpan

inc/Test/Most.pm  view on Meta::CPAN


sub import {
    my $bail_set = 0;

    my %modules_to_load = map { $_ => 1 } qw/
        Test::Differences
        Test::Exception
        Test::Deep
        Test::Warn
    /;
    warnings->import;

 view all matches for this distribution


Plack-Middleware-BlockHeaderInjection

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Plack::Builder" : "0",
            "Plack::Middleware::ContentLength" : "0",
            "Plack::Request" : "0",
            "Plack::Response" : "0",
            "Plack::Test" : "0",
            "Test::Differences" : "0",
            "Test::More" : "0",
            "strict" : "0"
         }
      }
   },

 view all matches for this distribution


Plack-Middleware-DebugRequestParams

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "requires" : {
            "Capture::Tiny" : "0.12",
            "HTTP::Request::Common" : "0",
            "Plack::Test" : "0",
            "Test::Base::Less" : "0",
            "Test::Differences" : "0",
            "Test::More" : "0.98"
         }
      }
   },
   "provides" : {

 view all matches for this distribution


Plack-Middleware-StaticShared

 view release on metacpan or  search on metacpan

inc/Test/Most.pm  view on Meta::CPAN


sub import {
    my $bail_set = 0;

    my %modules_to_load = map { $_ => 1 } qw/
        Test::Differences
        Test::Exception
        Test::Deep
        Test::Warn
    /;
    warnings->import;

 view all matches for this distribution


Plack-Middleware-Statsd

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Plack::MIME" : "0",
            "Plack::Middleware::ContentLength" : "0",
            "Plack::Middleware::Head" : "0",
            "Plack::Test" : "0",
            "Sub::Util" : "1.40",
            "Test::Differences" : "0",
            "Test::MockObject" : "0",
            "Test::More" : "0",
            "Test::Most" : "0",
            "Test::Warnings" : "0",
            "lib" : "0",

 view all matches for this distribution


Plack-Middleware-Text-Minify

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Plack::Builder" : "0",
            "Plack::MIME" : "0",
            "Plack::Middleware::ContentLength" : "0",
            "Plack::Test" : "0",
            "Test2::V0" : "0",
            "Test::Differences" : "0",
            "Test::More" : "0",
            "strict" : "0",
            "utf8" : "0"
         }
      }

 view all matches for this distribution


Playwright

 view release on metacpan or  search on metacpan

bin/playwright_server  view on Meta::CPAN

// var theFile = path.dirname(sharedir) + '/api.json';
// let rawdata = fs.readFileSync(theFile);

// This is automatically inserted via sed
let spec =
[{"name":"Accessibility","spec":[{"type":"text","text":"The Accessibility class provides methods for inspecting Chromium's accessibility tree. The accessibility tree is used by↵assistive technology such as [screen readers](https://en.wikipedia.org/...

function arr2hash (arr,primary_key) {
    var inside_out = {};
    for (var item of arr) {
        inside_out[item.name] = item;

 view all matches for this distribution


PlugAuth

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    (expected to be included with Clustericious 1.11)

0.32      2015-11-30 15:32:53 -0500
  - Remove deprecated use of JSON configuration files
    from test suite.
  - Remove dependency on Test::Differences
  - Migrate from Mojo::JSON to JSON::MaybeXS
  - Moved repository to clustericious org on github
    (updated meta appropriately)

0.31      2015-11-11 13:21:03 -0500

 view all matches for this distribution


Pod-Advent

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

          file.  Makes testing easier -- don't have to chdir('ex/'). Also
          safe, because by convention the .pod/sourced .pl's/.pm's should be
          in a directory together.
        * updated tests to remove chdir's
        * added Cwd and File::Basename as prereqs
        * Changed tests that compare large HTML chunks to use Test::Differences::eq_or_diff instead of Test::More::is
        * add Test::Differences as a prereq
        * removed IO::Scalar as a prereq; changed t/snippets.t to use
          the ->parse_string_document method inherited from Pod::Simple.
        * added pod re: html passing through
        * added new pod re: footnotes
        * Refactored the use of footnotes.  now auto-numbers them.  see POD.

 view all matches for this distribution


Pod-Elemental-PerlMunger

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Test::More" : "0.96",
            "strict" : "0",
            "warnings" : "0"
         },
         "suggests" : {
            "Test::Differences" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {

 view all matches for this distribution


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