Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 908a52162e87d352baa43112cc2d069d > files > 6

perl-POE-Component-SSLify-0.15-3.fc13.noarch.rpm

#!/usr/bin/perl
use strict; use warnings;

use Test::More;
eval "use Test::Apocalypse";
if ( $@ ) {
	plan skip_all => 'Test::Apocalypse required for validating the distribution';
} else {
	# lousy hack for kwalitee
	require Test::NoWarnings; require Test::Pod; require Test::Pod::Coverage;
	is_apocalypse_here();
}