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.7 by root, Mon Mar 30 06:27:19 2015 UTC vs.
Revision 1.8 by root, Wed Jun 24 12:18:02 2015 UTC

74=cut 74=cut
75 75
76package Crypt::Ed25519; 76package Crypt::Ed25519;
77 77
78BEGIN { 78BEGIN {
79 $VERSION = '1.0'; 79 $VERSION = 1.01;
80 80
81 require XSLoader; 81 require XSLoader;
82 XSLoader::load Crypt::Ed25519::, $VERSION; 82 XSLoader::load Crypt::Ed25519::, $VERSION;
83} 83}
84 84

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines