ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/handle/00_load.t
Revision: 1.1
Committed: Sun Apr 27 19:38:36 2008 UTC (16 years, 2 months ago) by elmex
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-3_5, rel-3_4, rel-3_3, rel-3_41, rel-4_0
Log Message:
moved test

File Contents

# Content
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 use AnyEvent::Impl::Perl;
6
7 use_ok ('AnyEvent::Handle');
8