[Catalyst-commits] r14080 - trunk/Catalyst-Plugin-Cache
frew at dev.catalyst.perl.org
frew at dev.catalyst.perl.org
Tue Aug 23 14:59:12 GMT 2011
Author: frew
Date: 2011-08-23 14:59:12 +0000 (Tue, 23 Aug 2011)
New Revision: 14080
Added:
trunk/Catalyst-Plugin-Cache/MOVED-TO-GIT
Removed:
trunk/Catalyst-Plugin-Cache/.shipit
trunk/Catalyst-Plugin-Cache/Changes
trunk/Catalyst-Plugin-Cache/MANIFEST.SKIP
trunk/Catalyst-Plugin-Cache/Makefile.PL
trunk/Catalyst-Plugin-Cache/lib/
trunk/Catalyst-Plugin-Cache/t/
Log:
Convert to git \o/
Deleted: trunk/Catalyst-Plugin-Cache/.shipit
===================================================================
--- trunk/Catalyst-Plugin-Cache/.shipit 2011-08-22 12:31:06 UTC (rev 14079)
+++ trunk/Catalyst-Plugin-Cache/.shipit 2011-08-23 14:59:12 UTC (rev 14080)
@@ -1,5 +0,0 @@
-# auto-generated shipit config file.
-steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
-
-svn.tagpattern = http://dev.catalyst.perl.org/repos/Catalyst/tags/Catalyst-Plugin-Cache/%v
-CheckChangeLog.files = Changes
Deleted: trunk/Catalyst-Plugin-Cache/Changes
===================================================================
--- trunk/Catalyst-Plugin-Cache/Changes 2011-08-22 12:31:06 UTC (rev 14079)
+++ trunk/Catalyst-Plugin-Cache/Changes 2011-08-23 14:59:12 UTC (rev 14080)
@@ -1,42 +0,0 @@
-0.10
- - Change to Module::Install
- - Drop test dep on ok
- - Split requires and test_requires
- - Fix bug when used in conjunction with ::Model::DBIC::Schema
- Caching trait by not trying to cache the curried cache instance when
- we don't have a request instance to cache it against
-
-0.09
- - Generate a warning if no config is specified, or config
- is specified using the old key.
- - Support the compute() method, and emulate it if the backend
- doesn't have it.
-
-0.08
- - Forgot to add MRO::Compat to Makefile.PL, fail.
-
-0.07
- - Switch from NEXT to MRO::Compat.
- - Change config key from 'cache' to 'Plugin::Cache', old key
- is still supported for backwards compatibility, but the new
- key is preferred (RT#40344).
-
-0.06
- - clarify the documentation on how to configure a backend
- - due to stacked evals, certain start up errors were quietly
- ignored until the first cache hit. These start up errors
- now correctly manifest themselves at start up time.
-0.05
- - change base class order to appease Class::C3
-
-0.04
- - ???
-
-0.03
- - Be more compatible with ->set() convention of passing expiry
-
-0.02
- - Pass around a hash ref instead of a list of kvp.
-
-0.01
- - Initial release
Deleted: trunk/Catalyst-Plugin-Cache/MANIFEST.SKIP
===================================================================
--- trunk/Catalyst-Plugin-Cache/MANIFEST.SKIP 2011-08-22 12:31:06 UTC (rev 14079)
+++ trunk/Catalyst-Plugin-Cache/MANIFEST.SKIP 2011-08-23 14:59:12 UTC (rev 14080)
@@ -1,33 +0,0 @@
-^Catalyst-Plugin-Cache
-
-# Avoid version control files.
-\bRCS\b
-\bCVS\b
-,v$
-\B\.svn\b
-
-# Avoid Makemaker generated and utility files.
-\bMakefile$
-\bblib
-\bMakeMaker-\d
-\bpm_to_blib$
-\bblibdirs$
-^MANIFEST\.SKIP$
-
-# Avoid Module::Build generated and utility files.
-\bBuild$
-\b_build
-
-# Avoid temp and backup files.
-~$
-\.tmp$
-\.old$
-\.bak$
-\#$
-\b\.#
-^..*\.sw[po]$
-
-# Hate M::B
-\bBuild.PL$
-
-^.shipit$
Added: trunk/Catalyst-Plugin-Cache/MOVED-TO-GIT
===================================================================
--- trunk/Catalyst-Plugin-Cache/MOVED-TO-GIT (rev 0)
+++ trunk/Catalyst-Plugin-Cache/MOVED-TO-GIT 2011-08-23 14:59:12 UTC (rev 14080)
@@ -0,0 +1,5 @@
+Catalyst-Plugin-Cache has moved to git:
+
+ git:// public read-only: git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-Cache.git
+ history browser: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Plugin-Cache.git
+ ssh:// for contributors: catagits at git.shadowcat.co.uk:Catalyst-Plugin-Cache.git
Deleted: trunk/Catalyst-Plugin-Cache/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Cache/Makefile.PL 2011-08-22 12:31:06 UTC (rev 14079)
+++ trunk/Catalyst-Plugin-Cache/Makefile.PL 2011-08-23 14:59:12 UTC (rev 14080)
@@ -1,15 +0,0 @@
-use inc::Module::Install;
-
-name 'Catalyst-Plugin-Cache';
-all_from 'lib/Catalyst/Plugin/Cache.pm';
-requires 'Catalyst' => '5.7';
-requires 'Storable' => 0;
-requires 'Task::Weaken' => 0;
-test_requires 'Test::Deep' => 0;
-test_requires 'Test::Exception' => 0;
-test_requires 'Test::More' => '0.88';
-requires 'MRO::Compat' => 0;
-
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-Cache';
-WriteAll;
-
More information about the Catalyst-commits
mailing list