ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FastPing/t/00_load.t
Revision: 1.2
Committed: Sun Apr 27 15:43:51 2008 UTC (16 years, 1 month ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-2_03, rel-2_02, rel-2_01, rel-1_1, rel-1_0, rel-2_0, rel-2_1, rel-1_15, rel-1_14, rel-1_11, rel-1_13, rel-1_12, HEAD
Changes since 1.1: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 BEGIN { $| = 1; print "1..1\n"; }
2     END {print "not ok 1\n" unless $loaded;}
3 root 1.2 use AnyEvent::FastPing;
4 root 1.1 $loaded = 1;
5     print "ok 1\n";