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

Comparing Digest-Hashcash/Hashcash.pm (file contents):
Revision 1.4 by root, Sun Jun 27 14:03:28 2004 UTC vs.
Revision 1.5 by root, Thu Mar 3 17:24:30 2005 UTC

27 27
28require XSLoader; 28require XSLoader;
29 29
30no warnings; 30no warnings;
31 31
32$VERSION = 0.02; 32$VERSION = 0.03;
33 33
34XSLoader::load Digest::Hashcash, $VERSION; 34XSLoader::load Digest::Hashcash, $VERSION;
35 35
36=item $secs = estimate_time $size 36=item $secs = estimate_time $size
37 37
194 This is a problem with the hashcash specification, which specifies 194 This is a problem with the hashcash specification, which specifies
195 years as 2 digits :( 195 years as 2 digits :(
196 196
197=head1 AUTHOR 197=head1 AUTHOR
198 198
199 Marc Lehmann <pcg@goof.com> 199 Marc Lehmann <schmorp@schmorp.de>
200 http://home.schmorp.de 200 http://home.schmorp.de
201 201
202=cut 202=cut
203 203
2041; 2041;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines