Dist-Zilla-Plugin-Test-Legal-0.01.tar.gz
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | Dist-Zilla-Plugin-Test-Legal-0.01.tar.gz |
/Dist-Zilla-Plugin-Test-Legal-0.01/README
NAME
Dist::Zilla::Plugin::Test::Legal - common tests to check for copyright
and license notices
VERSION
This document describes v0.01 of Dist::Zilla::Plugin::Test::Legal - released January 03, 2012 as part of Dist-Zilla-Plugin-Test-Legal.
SYNOPSIS
in "dist.ini"
[Test::Legal]
DESCRIPTION
This module will add a Test::Legal test as a release test to your module
INSTAL
more»
/Dist-Zilla-Plugin-Test-Legal-0.01/t/release-check-changes.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all => 'these tests are for release candidate testing');
}
}
use Test::More;
eval "use Test::CheckChanges";
plan skip_all => "Test::CheckChanges required for testing changes"
if $@;
ok_changes();
/Dist-Zilla-Plugin-Test-Legal-0.01/t/release-cpan-changes.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all => 'these tests are for release candidate testing');
}
}
use Test::More;
eval 'use Test::CPAN::Changes';
plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
changes_ok();
done_testing();
/Dist-Zilla-Plugin-Test-Legal-0.01/t/release-check-manifest.t
#!perl -T
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(s
more»
/Dist-Zilla-Plugin-Test-Legal-0.01/t/release-dist-manifest.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
/Dist-Zilla-Plugin-Test-Legal-0.01/t/release-distmeta.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
/Dist-Zilla-Plugin-Test-Legal-0.01/t/release-has-version.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
/Dist-Zilla-Plugin-Test-Legal-0.01/t/release-kwalitee.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
Browse inside Dist-Zilla-Plugin-Test-Legal-0.01.tar.gz
Download Dist-Zilla-Plugin-Test-Legal-0.01.tar.gz