Codebase list libpoe-component-sslify-perl / 1b98df10-5b36-4cfe-8c68-a60fdaff441a/main t / apocalypse.t
1b98df10-5b36-4cfe-8c68-a60fdaff441a/main

Tree @1b98df10-5b36-4cfe-8c68-a60fdaff441a/main (Download .tar.gz)

apocalypse.t @1b98df10-5b36-4cfe-8c68-a60fdaff441a/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( {
		
	} );
}