view release on metacpan or search on metacpan
requires:
Config: 0
DateTime: 0
File::Spec::Functions: 0
Log::Log4perl: 0
Test::Differences: 0
Test::Exception: 0
Test::More: 0
Test::Strict: 0
URI::Escape: 0
XML::Writer: 0
view all matches for this distribution
view release on metacpan or search on metacpan
- Will now build a Moose TC object for types of params
- Add a few more docs
1.001001 - 2009/01/31
- Handle fat commas in TCs (for MooseX::Types::Structured's Dict)
- Add missing dep on Test::Differences
1.001000 - 2009/01/31
- Change how TCs are stored and parse for better support in reconstructing
types at runtime
- Switch to MooseX::Types
view all matches for this distribution
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
view release on metacpan or search on metacpan
- Date::Easy >= 0.06 (recommended, lazy loaded by `mtime`)
- Module::Runtime (for dynamic loading)
**Testing**:
- Test::Most >= 0.25
- Test::Differences >= 0.500
- Test::Exception (via Test::Most)
## Distribution
Uses Dist::Zilla with [@BAREFOOT] bundle for packaging. Current version: 0.06
view all matches for this distribution
view release on metacpan or search on metacpan
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
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
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
view release on metacpan or search on metacpan
"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
view release on metacpan or search on metacpan
"perl" : "5.010"
}
},
"test" : {
"requires" : {
"Test::Differences" : "0",
"Test::More" : "0.87",
"Test::Most" : "0"
}
}
},
view all matches for this distribution
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
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
view release on metacpan or search on metacpan
"perl" : "5.010000"
}
},
"test" : {
"requires" : {
"Test::Differences" : "0.60",
"Test::Most" : "0.20"
}
}
},
"release_status" : "stable",
view all matches for this distribution
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
view release on metacpan or search on metacpan
"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
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
view release on metacpan or search on metacpan
"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
view release on metacpan or search on metacpan
"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
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
view release on metacpan or search on metacpan
"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