ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Crypt-Ed25519/Ed25519.pm
(Generate patch)

Comparing Crypt-Ed25519/Ed25519.pm (file contents):
Revision 1.2 by root, Sat Mar 28 19:42:35 2015 UTC vs.
Revision 1.3 by root, Sat Mar 28 19:43:19 2015 UTC

40=cut 40=cut
41 41
42package Crypt::Ed25519; 42package Crypt::Ed25519;
43 43
44BEGIN { 44BEGIN {
45 $VERSION = '0.2'; 45 $VERSION = '0.9';
46 46
47 require XSLoader; 47 require XSLoader;
48 XSLoader::load Crypt::Ed25519::, $VERSION; 48 XSLoader::load Crypt::Ed25519::, $VERSION;
49} 49}
50 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines