Codebase list libpoe-component-sslify-perl / run/3cee863b-7c17-43d7-b345-28742cb33603/main t / apocalypse.t
run/3cee863b-7c17-43d7-b345-28742cb33603/main

Tree @run/3cee863b-7c17-43d7-b345-28742cb33603/main (Download .tar.gz)

apocalypse.t @run/3cee863b-7c17-43d7-b345-28742cb33603/mainraw · history · blame

#!perl
#
# This file is part of POE-Component-SSLify
#
# This software is copyright (c) 2014 by Apocalypse.
#
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#
use strict; use warnings;
use strict; use warnings;

use Test::More;
eval "use Test::Apocalypse 1.000";
if ( $@ ) {
	plan skip_all => 'Test::Apocalypse required for validating the distribution';
} else {
	is_apocalypse_here( {
		
	} );
}