ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenSSL/OpenSSL.pm
Revision: 1.1
Committed: Sat Oct 27 01:53:22 2001 UTC (22 years, 6 months ago) by stefan
Branch: MAIN
CVS Tags: BEFORE_5_8_REGEX_FIX, HEAD
Log Message:
*** empty log message ***

File Contents

# Content
1 package OpenSSL;
2
3 use 5.006;
4 use strict;
5 use warnings;
6
7 our $VERSION = '0.07';
8
9 require XSLoader;
10 XSLoader::load OpenSSL;
11
12
13 1;
14 __END__