File: 00_info.t

package info (click to toggle)
libpoe-loop-tk-perl 1.305-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: perl: 441; makefile: 8; sh: 2
file content (9 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl
use strict; use warnings;

use Test::More tests => 1;
use_ok( 'POE' );

# idea from Test::Harness, thanks!
diag("Testing POE $POE::VERSION, Perl $], $^X on $^O");