[Rt-commit] r5817 - in Cache-Simple-TimedExpiry: .
jesse at bestpractical.com
jesse at bestpractical.com
Thu Aug 24 18:17:04 EDT 2006
Author: jesse
Date: Thu Aug 24 18:17:03 2006
New Revision: 5817
Modified:
Cache-Simple-TimedExpiry/ (props changed)
Cache-Simple-TimedExpiry/Changes
Cache-Simple-TimedExpiry/META.yml
Cache-Simple-TimedExpiry/Makefile
Cache-Simple-TimedExpiry/SIGNATURE
Cache-Simple-TimedExpiry/lib/Cache/Simple/TimedExpiry.pm
Log:
r21885 at pinglin: jesse | 2006-08-24 18:16:52 -0400
signature fixed
Modified: Cache-Simple-TimedExpiry/Changes
==============================================================================
--- Cache-Simple-TimedExpiry/Changes (original)
+++ Cache-Simple-TimedExpiry/Changes Thu Aug 24 18:17:03 2006
@@ -1,3 +1,6 @@
+0.26 Thu Aug 24 18:16:08 EDT 2006
+ - Signature fixed on distribution
+
0.25 Wed Aug 23 01:25:36 EDT 2006
- The last release was...ill-considered and missing a "defined"
Modified: Cache-Simple-TimedExpiry/META.yml
==============================================================================
--- Cache-Simple-TimedExpiry/META.yml (original)
+++ Cache-Simple-TimedExpiry/META.yml Thu Aug 24 18:17:03 2006
@@ -10,4 +10,4 @@
- t
requires:
perl: 5.005
-version: 0.25
+version: 0.26
Modified: Cache-Simple-TimedExpiry/Makefile
==============================================================================
--- Cache-Simple-TimedExpiry/Makefile (original)
+++ Cache-Simple-TimedExpiry/Makefile Thu Aug 24 18:17:03 2006
@@ -18,7 +18,7 @@
# NO_META => q[1]
# PL_FILES => { }
# PREREQ_PM => { }
-# VERSION => q[0.25]
+# VERSION => q[0.26]
# dist => { PREOP=>q[$(PERL) -I. -MModule::Install::Admin -e "dist_preop(q($(DISTVNAME)))"] }
# --- MakeMaker post_initialize section:
@@ -59,11 +59,11 @@
DFSEP = $(DIRFILESEP)
NAME = Cache::Simple::TimedExpiry
NAME_SYM = Cache_Simple_TimedExpiry
-VERSION = 0.25
+VERSION = 0.26
VERSION_MACRO = VERSION
-VERSION_SYM = 0_25
+VERSION_SYM = 0_26
DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\"
-XS_VERSION = 0.25
+XS_VERSION = 0.26
XS_VERSION_MACRO = XS_VERSION
XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\"
INST_ARCHLIB = blib/arch
@@ -249,7 +249,7 @@
DIST_CP = best
DIST_DEFAULT = tardist
DISTNAME = Cache-Simple-TimedExpiry
-DISTVNAME = Cache-Simple-TimedExpiry-0.25
+DISTVNAME = Cache-Simple-TimedExpiry-0.26
# --- MakeMaker macro section:
@@ -754,7 +754,7 @@
# --- MakeMaker ppd section:
# Creates a PPD (Perl Package Description) for a binary distribution.
ppd:
- $(NOECHO) $(ECHO) '<SOFTPKG NAME="$(DISTNAME)" VERSION="0,25,0,0">' > $(DISTNAME).ppd
+ $(NOECHO) $(ECHO) '<SOFTPKG NAME="$(DISTNAME)" VERSION="0,26,0,0">' > $(DISTNAME).ppd
$(NOECHO) $(ECHO) ' <TITLE>$(DISTNAME)</TITLE>' >> $(DISTNAME).ppd
$(NOECHO) $(ECHO) ' <ABSTRACT>A lightweight cache with timed expiration</ABSTRACT>' >> $(DISTNAME).ppd
$(NOECHO) $(ECHO) ' <AUTHOR>Robert Spier <rspier at pobox.com>, Jesse Vincent <jesse at bestpractical.com></AUTHOR>' >> $(DISTNAME).ppd
Modified: Cache-Simple-TimedExpiry/SIGNATURE
==============================================================================
--- Cache-Simple-TimedExpiry/SIGNATURE (original)
+++ Cache-Simple-TimedExpiry/SIGNATURE Thu Aug 24 18:17:03 2006
@@ -14,9 +14,9 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-SHA1 61a1ece3948d88de09be367a2ad0f73d56df4822 Changes
+SHA1 c078f6e4e1560ebd4bb85043c741a387a0565160 Changes
SHA1 22ead3d088374505eb6fd289301809507191610e MANIFEST
-SHA1 e1c2534c55ce0986e16eb0a8da689dda4da999a9 META.yml
+SHA1 8a330de2ee356a5ea9ea79ff816e7efe03bbc1a9 META.yml
SHA1 1c7f2a080b159adcfacd9bea57b80751ff796eef Makefile.PL
SHA1 017bedfcba1e0c72b36301e6ef21b8712b84d175 inc/Module/Install.pm
SHA1 b1a70869c098ba602151631386fc510b5bfd3511 inc/Module/Install/Base.pm
@@ -26,12 +26,12 @@
SHA1 8b37b38215d14f922b3d5132ce33d11d21d531ba inc/Module/Install/Metadata.pm
SHA1 7eb44b00058c44795038d7fa4c0c77470f20a7f8 inc/Module/Install/Win32.pm
SHA1 6d05967a5e1680b5f118315aaa6b8a1e143d79d8 inc/Module/Install/WriteAll.pm
-SHA1 8f9d62cf44d2550b4e237db940709459b1d5b2f8 lib/Cache/Simple/TimedExpiry.pm
+SHA1 ece0ec7452bd1cc5508c7b7f1ef2034c5299fe50 lib/Cache/Simple/TimedExpiry.pm
SHA1 b43f5a5c5193c15d8aa1f428ff5a34108257e0b9 t/01basic.t
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)
-iD8DBQFE6+b+Ei9d9xCOQEYRAggUAJ0bVR6achr7hx+EwIJbREMSyX8MXwCgrRO+
-SZQkHtvR46R1BRuKObT4aYo=
-=sCRJ
+iD8DBQFE7iU5Ei9d9xCOQEYRApJKAKC5QUCGkMAUCedkZlSAAlbs34rbRACeM0gZ
+nX/N/8M2zQao8rWYp/2numM=
+=bm1K
-----END PGP SIGNATURE-----
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 Thu Aug 24 18:17:03 2006
@@ -4,7 +4,7 @@
use vars qw/$VERSION/;
-$VERSION = '0.25';
+$VERSION = '0.26';
# 0 - expiration delay
# 1 - hash
More information about the Rt-commit
mailing list