[Rt-commit] [svn] r1762 - in Cache-Simple-TimedExpiry: .
lib/Cache/Simple
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Tue Nov 9 00:21:24 EST 2004
Author: jesse
Date: Tue Nov 9 00:21:24 2004
New Revision: 1762
Added:
Cache-Simple-TimedExpiry/Changes
Modified:
Cache-Simple-TimedExpiry/ (props changed)
Cache-Simple-TimedExpiry/lib/Cache/Simple/TimedExpiry.pm
Log:
r8955 at tinbook: jesse | 2004-11-09T05:21:39.731325Z
Bumping to 0.22
Added: Cache-Simple-TimedExpiry/Changes
==============================================================================
--- (empty file)
+++ Cache-Simple-TimedExpiry/Changes Tue Nov 9 00:21:24 2004
@@ -0,0 +1,3 @@
+0.22
+ - Minor doc fixes
+ - Try harder not to invoke "expire" multiple times in the same second.
Modified: Cache-Simple-TimedExpiry/lib/Cache/Simple/TimedExpiry.pm
==============================================================================
--- Cache-Simple-TimedExpiry/lib/Cache/Simple/TimedExpiry.pm (original)
+++ Cache-Simple-TimedExpiry/lib/Cache/Simple/TimedExpiry.pm Tue Nov 9 00:21:24 2004
@@ -3,7 +3,7 @@
use vars qw/$VERSION/;
-$VERSION = '0.21';
+$VERSION = '0.22';
# 0 - expiration delay
# 1 - hash
@@ -155,6 +155,13 @@
print time;
+=head1 AUTHOR
+
+Jesse Vincent <jesse at bestpractical.com>
+Some of the heavy lifting was designed by Robert Spier <rspier at pobox.com>
+
+Copyright 2004 Jesse Vincent <jesse at bestpractical.com>
+
=cut
1;
More information about the Rt-commit
mailing list