ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
/
cvs
/
File-INC
/
t
/
00_load.t
Revision:
1.1
Committed:
Wed May 1 03:02:36 2013 UTC
(13 years, 4 months ago) by
root
Content type:
application/x-troff
Branch:
MAIN
CVS Tags:
HEAD
Log Message:
*** empty log message ***
File Contents
#
Content
1
BEGIN { $| = 1; print "1..1\n"; }
2
END {print "not ok 1\n" unless $loaded;}
3
4
use File::INC;
5
6
$loaded = 1;
7
print "ok 1\n";