Changeset 25092
- Timestamp:
- 11/27/08 14:58:48 (5 years ago)
- Location:
- lang/perl/Method-Cached/trunk
- Files:
-
- 3 modified
-
Changes (modified) (1 diff)
-
lib/Method/Cached.pm (modified) (1 diff)
-
lib/Method/Cached/KeyRule.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Method-Cached/trunk/Changes
r24929 r25092 1 1 Revision history for Perl extension Method::Cached 2 3 0.040 Thu, 27 Nov 2008 14:24:44 +0900 4 - change concerning generation rule of key 2 5 3 6 0.030 Wed, 26 Nov 2008 16:08:06 +0900 -
lang/perl/Method-Cached/trunk/lib/Method/Cached.pm
r25084 r25092 8 8 use Method::Cached::KeyRule; 9 9 10 our $VERSION = '0.0 3';10 our $VERSION = '0.04'; 11 11 12 12 my %_DOMAINS; -
lang/perl/Method-Cached/trunk/lib/Method/Cached/KeyRule.pm
r25084 r25092 57 57 Method::Cached::KeyRule - Generation rule of key built in 58 58 59 =head1 AUTHOR 60 61 Satoshi Ohkubo E<lt>s.ohkubo@gmail.comE<gt> 62 63 =head1 LICENSE 64 65 This library is free software; you can redistribute it and/or modify 66 it under the same terms as Perl itself. 67 59 68 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)