ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Crypt-Ed25519/t/00_load.t
Revision: 1.1
Committed: Fri Mar 27 20:23:13 2015 UTC (9 years, 2 months ago) by root
Content type: application/x-troff
Branch: MAIN
CVS Tags: rel-0_1, rel-1_0, rel-1_02, rel-1_03, rel-1_01, rel-1_04, rel-1_05, rel-0_9, 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 use Crypt::Ed25519;
4 $loaded = 1;
5 print "ok 1\n";