view release on metacpan or search on metacpan
requires:
Math::Symbolic: 0.603
Math::SymbolicX::ParserExtensionFactory: 3.02
Perl6::Attributes: 0.04
Regexp::Common: 2.120
Test::More: 0
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
version: 1.3
view all matches for this distribution
view release on metacpan or search on metacpan
t/01-basic.t view on Meta::CPAN
use Test::More tests => 2;
use strict;
use warnings;
BEGIN { use_ok 'Acme::AliG' }
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Alien/DontPanic.pm view on Meta::CPAN
use strict;
use warnings;
use base qw( Alien::Base );
# ABSTRACT: Test Module for Alien::Base::ModuleBuild
our $VERSION = '2.7200'; # VERSION
1;
__END__
lib/Acme/Alien/DontPanic.pm view on Meta::CPAN
=encoding UTF-8
=head1 NAME
Acme::Alien::DontPanic - Test Module for Alien::Base::ModuleBuild
=head1 VERSION
version 2.7200
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Alien/DontPanic2.pm view on Meta::CPAN
use strict;
use warnings;
use base 'Alien::Base';
# ABSTRACT: Test Module for Alien::Base + Alien::Build
our $VERSION = '2.7200'; # VERSION
1;
lib/Acme/Alien/DontPanic2.pm view on Meta::CPAN
=encoding UTF-8
=head1 NAME
Acme::Alien::DontPanic2 - Test Module for Alien::Base + Alien::Build
=head1 VERSION
version 2.7200
view all matches for this distribution
view release on metacpan or search on metacpan
"parent" => 0,
"strict" => 0,
"warnings" => 0
},
"test_requires" => {
"Test2::Bundle::More" => 0,
"Test::Alien" => "0.05"
}
);
my %fallback_build_requires = (
"Test2::Bundle::More" => 0,
"Test::Alien" => "0.05"
);
unless ( eval { Module::Build->VERSION(0.4004) } ) {
delete $module_build_args{test_requires};
view all matches for this distribution
view release on metacpan or search on metacpan
module_name => 'Acme::AllThePerlIsAStage',
license => 'artistic2',
dist_author => 'Daniel Muey <http://drmuey.com/cpan_contact.pl>',
dist_version_from => 'lib/Acme/AllThePerlIsAStage.pm',
requires => {
'Test::More' => 0,
},
# delete_share => '.', # NYI https://rt.cpan.org/Ticket/Display.html?id=92863
# install_share => 'share',
add_to_cleanup => ['Acme-AllThePerlIsAStage-*'],
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Alt/Dep/Test.pm view on Meta::CPAN
package Acme::Alt::Dep::Test;
our $VERSION = '0.0.1';
view all matches for this distribution
view release on metacpan or search on metacpan
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"perl" : "5.008001"
}
},
"test" : {
"requires" : {
"Test::More" : "0.98"
}
}
},
"provides" : {
"Acme::Ane" : {
view all matches for this distribution
view release on metacpan or search on metacpan
t/imaginary.t view on Meta::CPAN
#!perl
use Test::More tests => 2;
require Acme::Anything;
pass( 'Loaded Acme::Anything' );
require An::Unlikely::Occurrance;
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
VERSION_FROM => 'lib/Acme/Apache/Werewolf.pm',
AUTHOR => 'Rich Bowen (rbow@cpan.org)',
ABSTRACT =>
'Keep werewolves out of your website during the full moon',
PREREQ_PM => {
'Test::Simple' => 0.44,
'Astro::MoonPhase' => 0,
'Apache::Constants' => 0,
},
);
view all matches for this distribution
view release on metacpan or search on metacpan
"perl" : "5.006"
}
},
"test" : {
"requires" : {
"Test::More" : "0"
}
}
},
"release_status" : "stable",
"version" : "0.01",
view all matches for this distribution
view release on metacpan or search on metacpan
File::Path: 0
File::Slurp: 0
File::Spec: 0
File::Temp: 0
Mail::Box: 0
Test::More: 0
distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.30_01
view all matches for this distribution
view release on metacpan or search on metacpan
]
},
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
view all matches for this distribution
view release on metacpan or search on metacpan
name: Acme-AsciiArt2HtmlTable
version: 0.01
version_from: lib/Acme/AsciiArt2HtmlTable.pm
installdirs: site
requires:
Test::More: 0
distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.17
view all matches for this distribution
view release on metacpan or search on metacpan
ExtUtils::MakeMaker: 0
build_requires:
ExtUtils::MakeMaker: 0
requires:
LWP: 0
Test::More: 0
no_index:
directory:
- t
- inc
generated_by: ExtUtils::MakeMaker version 6.55_02
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/AsciiArtinator.pm view on Meta::CPAN
print qq{Running test: $^X ascii-art-test-$ntest-$$.pl @test_argv\n};
$output = qx{$^X ascii-art-test-$ntest-$$.pl @test_argv};
}
print "Ran pre-test # $ntest with argv: \"@test_argv\", stdin: \"@test_stdin\"\n";
$Acme::AsciiArtinator::TestOutput[$ntest] = $output;
unlink "ascii-art-test-$ntest-$$.pl";
} else {
carp "Could not write code to disk in order to run pre-test.\n";
}
} continue {
lib/Acme/AsciiArtinator.pm view on Meta::CPAN
print "Running post-tests on artinated code\n";
}
while (defined $opts{"test_argv$ntest"} || defined $opts{"test_input$ntest"}) {
my (@test_argv, @test_stdin) = ();
print "Testing output # $ntest:\n";
@test_argv = @{$opts{"test_argv$ntest"}} if defined $opts{"test_argv$ntest"};
@test_stdin = @{$opts{"test_input$ntest"}} if defined $opts{"test_input$ntest"};
my $fh;
next if !defined $Acme::AsciiArtinator::TestOutput[$ntest];
my $output = "";
if (defined $opts{"test_input$ntest"}) {
open($fh, ">", "ascii-art-test-$ntest-$$.stdin");
print $fh @test_stdin;
lib/Acme/AsciiArtinator.pm view on Meta::CPAN
} else {
$output = qx{$^X "$OUTPUT" @test_argv};
}
print "Ran post-test # $ntest with argv: \"@test_argv\", stdin: \"@test_stdin\"\n";
if ($output eq $Acme::AsciiArtinator::TestOutput[$ntest]) {
print "Post-test # $ntest: PASS\n";
$Acme::AsciiArtinator::TestResult[$ntest] = "PASS";
} else {
print "Post-test # $ntest: FAIL\n";
$Acme::AsciiArtinator::TestResult[$ntest] = "FAIL";
print STDERR "-- " x 13, "\n";
print STDERR "Original results for test # $ntest:\n";
print STDERR "-- " x 7, "\n";
print STDERR $Acme::AsciiArtinator::TestOutput[$ntest];
print STDERR "\n", "-- " x 13, "\n";
print STDERR "Final results for test # $ntest:\n";
print STDERR $output;
print STDERR "\n", "-- " x 13, "\n\n";
}
view all matches for this distribution
view release on metacpan or search on metacpan
]
},
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Acme-AtIncPolice
0.02 2019-01-26T23:25:28Z
- Add Test::Exception as dependency (reported by Slaven ReziÄ)
0.01 2019-01-25T10:53:21Z
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
t/test_auggy.t view on Meta::CPAN
use strict;
use warnings;
use Test::More;
use Acme::Auggy;
my $auggy = Acme::Auggy::say_auggy;
is($auggy, 'Auggy', "Check that say_auggy says Auggy");
view all matches for this distribution
view release on metacpan or search on metacpan
},
"runtime" : {
"requires" : {
"Graphics::ColorNames" : "0",
"Graphics::ColorNames::HTML" : "0",
"Test::More" : "0"
}
}
},
"release_status" : "stable",
"version" : "0.04",
view all matches for this distribution
view release on metacpan or search on metacpan
t/00_compile.t view on Meta::CPAN
# 00_compile.t - Just make sure Acme::AutoLoad compiles
use Test::More tests => 1;
BEGIN { use_ok('Acme::AutoLoad') };
view all matches for this distribution
view release on metacpan or search on metacpan
#!/usr/bin/env perl
use Test::More tests => 1;
use_ok('Acme::AutoloadAll');
view all matches for this distribution
view release on metacpan or search on metacpan
"perl" : "5.006"
}
},
"test" : {
"requires" : {
"Test::More" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
view all matches for this distribution
view release on metacpan or search on metacpan
}
},
"test" : {
"requires" : {
"English" : 0,
"Test::More" : 0
}
}
},
"release_status" : "stable",
"version" : "0.02"
view all matches for this distribution
view release on metacpan or search on metacpan
"Module::Build::Tiny" : "0.035"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
},
"runtime" : {
"requires" : {
"Class::Accessor" : "0",
"perl" : "5.008001"
}
},
"test" : {
"requires" : {
"Test::More" : "0.98"
}
}
},
"provides" : {
"Acme::BABYMETAL" : {
view all matches for this distribution
view release on metacpan or search on metacpan
release_status => 'stable',
configure_requires => {
'Module::Build' => 0,
},
build_requires => {
'Test::More' => 0,
},
requires => {
#'ABC' => 1.6,
#'Foo::Bar::Module' => 5.0401,
},
view all matches for this distribution
view release on metacpan or search on metacpan
"ExtUtils::MakeMaker" : 0
}
},
"runtime" : {
"requires" : {
"Test::More" : 0
}
}
},
"release_status" : "stable",
"version" : "0.03"
view all matches for this distribution
view release on metacpan or search on metacpan
author:
- Breno G. de Oliveira <garu@cpan.org>
generated_by: ExtUtils::MakeMaker version 6.42
distribution_type: module
requires:
Test::More: 0
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
version: 1.3
view all matches for this distribution
view release on metacpan or search on metacpan
]
},
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
view all matches for this distribution
view release on metacpan or search on metacpan
"perl" : "5.008001"
}
},
"test" : {
"requires" : {
"Test::More" : "0.88"
}
}
},
"release_status" : "stable",
"resources" : {
view all matches for this distribution