view release on metacpan or search on metacpan
0.11 Sat Feb 16 17:27:00 2008
- Optimize the XS code, now the the function 'learn' should run
at least twice faster than 0.10 version
- New functions in AI::MaxEntropy::Util, which allows the client
program manipulate samples more flexibly
- Replace Test::Differences with is_deeply in Test::More
0.10 Wed Feb 13 16:56:00 2008
- rewrite the log likelihood evaluation and smoothing by C, now
the ME learner should run more than 10 times faster than the
previous version
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
This module requires these other modules and libraries:
aliased
Clone
Exporter::Tidy
Test::Differences
Test::MockModule
COPYRIGHT AND LICENCE
Copyright (C) 2005 Curtis "Ovid" Poe
view all matches for this distribution
view release on metacpan or search on metacpan
# for running benchmarks
recommends 'Benchmark';
recommends 'List::Util';
# test_requires 'Test::Warnings';
# test_requires 'Test::Differences';
# test_requires 'Test::Exception';
test_requires 'Test::More';
test_requires 'Test::LeakTrace';
test_requires 'Test::Deep';
# test_requires 'Devel::Peek';
view all matches for this distribution
view release on metacpan or search on metacpan
"Acme::CPANAuthors" : "0",
"Carp" : "0",
"File::Find" : "0",
"File::Temp" : "0",
"Scalar::Util" : "0",
"Test::Differences" : "0",
"Test::More" : "0.94"
}
}
},
"provides" : {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PerlAdvent/2007.pm view on Meta::CPAN
package Acme::CPANLists::Import::PerlAdvent::2007;
our $DATE = '2016-11-07'; # DATE
our $VERSION = '0.001'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://perladvent.org/2007/] (retrieved on 2016-11-07). Visit the URL for the full contents.",entries=>[{module=>"Data::ICal"},{module=>"Parallel::Job...
1;
# ABSTRACT: Modules mentioned in Perl Advent Calendar 2007
__END__
lib/Acme/CPANLists/Import/PerlAdvent/2007.pm view on Meta::CPAN
=item * L<Parallel::Jobs>
=item * L<DBIx::Profile>
=item * L<Test::Differences>
=item * L<File::Which>
=item * L<File::ReadBackwards>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlAdvent/2007.pm view on Meta::CPAN
description => "This list is generated by extracting module names mentioned in [http://perladvent.org/2007/] (retrieved on 2016-11-07). Visit the URL for the full contents.",
entries => [
{ module => "Data::ICal" },
{ module => "Parallel::Jobs" },
{ module => "DBIx::Profile" },
{ module => "Test::Differences" },
{ module => "File::Which" },
{ module => "File::ReadBackwards" },
{ module => "Math::Combinatorics" },
{ module => "Sub::Versive" },
{ module => "forks" },
lib/Acme/CPANModules/Import/PerlAdvent/2007.pm view on Meta::CPAN
=item * L<Parallel::Jobs>
=item * L<DBIx::Profile>
=item * L<Test::Differences>
=item * L<File::Which>
=item * L<File::ReadBackwards>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Test::DescribeMe;
use Test::Detect;
use Test::Device::SerialPort;
use Test::DiagINC;
use Test::DiagRef;
use Test::Differences;
use Test::Differences::Color;
use Test::Dir;
use Test::Directory;
use Test::DirectoryLayout;
use Test::Dirs;
use Test::Dist;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Test::Harness::KS;
use Test::Harness::Straps;
use Test::HasVersion;
use Test::Health;
use Test::Helper;
use Test::HexDifferences;
use Test::HexString;
use Test::HTML::Content;
use Test::HTML::Differences;
use Test::HTML::Form;
use Test::HTML::Recursive::DeprecatedTags::tar;
use Test::HTML::Spelling::v;
use Test::HTML::Tidy;
use Test::HTML::Tidy::Recursive;
view all matches for this distribution
view release on metacpan or search on metacpan
use warnings;
use Test::More; # plan is down at bottom
use Test::Exception;
eval 'use Test::Differences'; # display convenience
my $deeply = $@ ? \&is_deeply : \&eq_or_diff;
########################################################################
use Acme::List::CarCdr;
view all matches for this distribution
view release on metacpan or search on metacpan
t/ams-90up2date.t view on Meta::CPAN
# need the network too
skip "Network looks down - couldn't reach Google", $tests
unless LWP::Simple::get( 'http://www.google.com/intl/en/' );
# need Test::Differences
eval { require Test::Differences; };
my $has_test_diff = $@ eq '';
# a little warning
diag "Testing @{[scalar @themes]} themes using the network (may take a while)";
t/ams-90up2date.t view on Meta::CPAN
"$theme has @{[scalar @$online]} items"
);
# details
if( $has_test_diff ) {
Test::Differences::eq_or_diff(
$current, $online,
"$theme is up to date",
{ context => 1 }
);
}
view all matches for this distribution
view release on metacpan or search on metacpan
},
recommends => {
'File::Slurp' => 0,
'Perl::Critic' => 0,
'Pod::Coverage::CountParents' => 0,
'Test::Differences' => 0,
'Test::Distribution' => 0,
'Test::Perl::Critic' => 0,
'Test::Pod' => 0,
'Test::Pod::Coverage' => 0,
'Test::Spelling' => 0,
view all matches for this distribution
view release on metacpan or search on metacpan
},
recommends => {
'File::Slurp' => 0,
'Perl::Critic' => 0,
'Pod::Coverage::CountParents' => 0,
'Test::Differences' => 0,
'Test::Distribution' => 0,
'Test::Perl::Critic' => 0,
'Test::Pod' => 0,
'Test::Pod::Coverage' => 0,
'Test::Spelling' => 0,
view all matches for this distribution
view release on metacpan or search on metacpan
'Test::Pod' => '1.48',
'Lingua::Ispell' => '0',
'Test::Pod::Spelling' => '0.4',
'Devel::Cover' => '1.15',
'Test::Exception' => '0.32',
'Test::Differences' => '0.62',
'Pod::Markdown' => '2.002',
},
configure_requires => {},
requires => {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bundle/Advent/Year2007.pm view on Meta::CPAN
Parallel::Jobs - L<pod|Parallel::Jobs>, L<http://www.perladvent.org/2007/02/>
DBIx::Profile - L<pod|DBIx::Profile>, L<http://www.perladvent.org/2007/03/>
Test::Differences - L<pod|Test::Differences>, L<http://www.perladvent.org/2007/04/>
File::Which - L<pod|File::Which>, L<http://www.perladvent.org/2007/05/>
File::ReadBackwards - L<pod|File::ReadBackwards>, L<http://www.perladvent.org/2007/06/>
view all matches for this distribution
view release on metacpan or search on metacpan
"runtime" : {
"requires" : {
"Algorithm::Diff" : "0",
"Cpanel::JSON::XS" : "0",
"Sub::Exporter" : "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
- Tiny fix on the test
0.15 Fri Feb 15 22:09:00 2008
- Fixed a bug in the 'verbose' progress callback
- Add some macros for debugging and timing in Algorithm-LBFGS.xs
- Replace Test::Differences with is_deeply in Test::More
0.14 Tue Feb 12 16:31:00 2008
- Move 'dSP' to the start of each block containing it, making it
compatible with non-C99 compilers, much thanks to Taro Nishino
again
- Include Algorithm::Diff for testing
0.13 Sun Feb 10 20:47:00 2008
- Fixed a fatal bug that may cause serious memory leak
- Rewrote the tests by Test::Number::Delta and Test::Differences
0.12 Thu Jan 31 18:29:00 2008
- Compatibility with some non-C99 compilers
- Much thanks to Taro Nishino, now the module can be built
by some of the non-C99 compilers, e.g., Microsoft C/C++
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
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
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
build_requires:
Data::Dumper: '0'
IO::Async::Loop: '0'
IO::Async::SSL: '0'
String::Random: '0'
Test::Differences: '0'
Test::More: '0'
Test::Most: '0'
lib: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
view all matches for this distribution
view release on metacpan or search on metacpan
t/Application-ConfigParser.t view on Meta::CPAN
use Data::Dumper;
use lib("t");
BEGIN {
# fall back to eq_or_diff if we don't have Test::Differences
if (!eval q{ use Test::Differences; 1 }) {
*eq_or_diff = \&is_deeply;
}
}
use_ok('Apache::Voodoo::Constants') || BAIL_OUT($@);
view all matches for this distribution
view release on metacpan or search on metacpan
t/testdata/run_2/digests view on Meta::CPAN
{"4a9b2a5bdd05b8f12371f0bd13135b95":"/home/domm/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/integer.pm","eb3d1bb78dd3cec22e05ebbe19f3734a":"/home/domm/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/x86_64-linux/Cwd.pm","8ae61853aadd821027e6e2b787c2f370"...
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
File::Find 0
File::Path 0
File::Spec 0
Scalar::Util 0
Test::Deep 0
Test::Differences 0
Test::LongString 0
Test::More 0.88
Test::Warn 0
XSLoader 0
perl 5.008
cpanfile.snapshot view on Meta::CPAN
File::Spec 0
Hash::Util 0
Scalar::Util 0
Sereal::Decoder 5.004
Test::Deep 0
Test::Differences 0
Test::LongString 0
Test::More 0.88
Test::Warn 0
XSLoader 0
perl 5.008
cpanfile.snapshot view on Meta::CPAN
List::Util 1.09
Scalar::Util 1.09
Test::Builder 0
Test::More 0.96
perl 5.012
Test-Differences-0.71
pathname: D/DC/DCANTRELL/Test-Differences-0.71.tar.gz
provides:
Test::Differences 0.71
requirements:
Capture::Tiny 0.24
Data::Dumper 2.126
ExtUtils::MakeMaker 0
Test::More 0.88
view all matches for this distribution
view release on metacpan or search on metacpan
},
"test" : {
"requires" : {
"Log::Any::Adapter::TAP" : "0",
"Software::License::GPL_3" : "0",
"Test::Differences" : "0",
"Test::Exception" : "0",
"Test::MockObject" : "0",
"Test::More" : "0.98",
"Test::Pod" : "0",
"Test::Pod::Coverage" : "0"
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/TestAppBuild.pm view on Meta::CPAN
use strict;
use base qw(Exporter);
use File::Path qw();
use Fatal qw(chdir open);
use Test::Differences;
use File::Find;
use ExtUtils::Command qw();
use File::Spec;
use Module::Build::ConfigData;
use Config;
view all matches for this distribution
view release on metacpan or search on metacpan
'Test::Trap' => 0,
'Readonly' => 0,
'File::Which' => 0,
'File::Temp' => 0,
'Test::DistManifest' => 0,
'Test::Differences' => 0,
'CPAN::Changes' => 0.27,
'File::Slurp' => 0,
'Test::PerlTidy' => 0,
'Perl::Tidy' => 20180220,
},
view all matches for this distribution
view release on metacpan or search on metacpan
use warnings FATAL => 'all';
use utf8;
use open qw(:std :utf8);
use Test::More;
use Test::Differences;
use Class::Date qw(date);
use Capture::Tiny qw(capture_merged);
sub basic_usage {
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",
"Test::Trap" => 0
}
);
my %fallback_build_requires = (
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Module::Build" => "0.28",
"Test::Differences" => 0,
"Test::More" => "0.88",
"Test::Trap" => 0
);
view all matches for this distribution
view release on metacpan or search on metacpan
'File::Slurp' => 0,
'parent' => 0,
'Path::Class' => 0,
},
build_requires => { # Should be test_requires, but MB still doesn't handle well
'Test::Differences' => 0,
'Text::Diff' => 0,
'Test::More' => 0.87,
'File::Find' => 0,
},
view all matches for this distribution
view release on metacpan or search on metacpan
"File::Which" : "0",
"File::pushd" : "0",
"Hash::Objectify" : "0",
"Test::Class::Moose" : "0.82",
"Test::Class::Moose::CLI" : "0",
"Test::Differences" : "0",
"Test::More" : "0.96",
"Test::Needs" : "0",
"Test::Output" : "0"
}
}
view all matches for this distribution