Authen-CAS-External

 view release on metacpan or  search on metacpan

xt/clean-namespaces.t  view on Meta::CPAN

#!perl
# Test::CleanNamespaces cannot run in taint mode for whatever reason

use 5.008;
use strict;
use warnings 'all';

use Test::More;
use Test::Requires 0.02;

# Only authors get to run this test
plan skip_all => 'Set TEST_AUTHOR to enable this test'

xt/kwalitee.t  view on Meta::CPAN

#!perl
# Test::Kwalitee cannot run in taint mode for whatever reason

use 5.008;
use strict;
use warnings 'all';

use Test::More;
use Test::Requires 0.02;

# Only authors test the Kwalitee (except for CPANTS, of course :)
plan skip_all => 'Set TEST_AUTHOR to test the Kwalitee'

xt/perl-version.t  view on Meta::CPAN

#!perl
# This uses default File::Find, so chdir won't
# work in taint mode

use 5.008;
use strict;
use warnings;

use Test::More;
use Test::Requires 0.02;

# Only authors test this
plan skip_all => 'Set TEST_AUTHOR to enable this test'



( run in 0.553 second using v1.01-cache-2.11-cpan-4e96b696675 )