File: 00_info.t

package info (click to toggle)
libpoe-component-client-ping-perl 1.177-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 148 kB
  • sloc: perl: 819; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl
# vim: ts=2 sw=2 filetype=perl expandtab
use warnings;
use strict;

use Test::More tests => 2;
use_ok('POE');
use_ok('POE::Component::Client::Ping');

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