Acme-Cow-Interpreter

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 * Add new test files xt/release/cpan-changes.t, xt/release/kwalitee.t,
   xt/release/portability.t, xt/release/synopsis.t, xt/release/test-version.t,
   xt/release/unused-vars.t, xt/release/version.t, and xt/release/whitespaces.t.

 * Remove Emacs variables from various files.

 * Add new file README.md for

0.01 2008-02-29

 * original version; created by h2xs 1.23 with options
       -AX --skip-exporter --use-new-tests -n Acme::Cow::Interpreter

t/00-signature.t  view on Meta::CPAN

#!perl

use strict;
use warnings;

# The following is a modified version of the original code (see below) from
# the Module::Signature manual page.

if (! $ENV{TEST_SIGNATURE}) {
    print "1..0 # skipped. Set the environment variable",
      " TEST_SIGNATURE to enable this test\n";
}
elsif (! -f 'SIGNATURE') {
    print "1..0 # skipped. No signature file found\n";
}
elsif (! eval { require Module::Signature; 1 }) {



( run in 0.232 second using v1.01-cache-2.11-cpan-1c8d708658b )