Codebase list libpoe-component-sslify-perl / 7c70863b-f6da-42a7-bdf3-d6ffe1b0ec6b/main t / apocalypse.t
7c70863b-f6da-42a7-bdf3-d6ffe1b0ec6b/main

Tree @7c70863b-f6da-42a7-bdf3-d6ffe1b0ec6b/main (Download .tar.gz)

apocalypse.t @7c70863b-f6da-42a7-bdf3-d6ffe1b0ec6b/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( {
		
	} );
}