File: 00-load.t

package info (click to toggle)
libpoe-filter-ssl-perl 0.41-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: perl: 666; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'POE::Filter::SSL' );
}

diag( "Testing POE::Filter::SSL $POE::Filter::SSL::VERSION, Perl $], $^X" );