[Catalyst-commits] r14456 - Catalyst-Plugin-Session-Store-DBIC/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat Jul 27 08:40:39 GMT 2013


Author: t0m
Date: 2013-07-27 08:40:39 +0000 (Sat, 27 Jul 2013)
New Revision: 14456

Modified:
   Catalyst-Plugin-Session-Store-DBIC/trunk/Changes
   Catalyst-Plugin-Session-Store-DBIC/trunk/Makefile.PL
Log:
Fix repository metadaa. RT#87249

Modified: Catalyst-Plugin-Session-Store-DBIC/trunk/Changes
===================================================================
--- Catalyst-Plugin-Session-Store-DBIC/trunk/Changes	2013-07-22 18:07:39 UTC (rev 14455)
+++ Catalyst-Plugin-Session-Store-DBIC/trunk/Changes	2013-07-27 08:40:39 UTC (rev 14456)
@@ -1,5 +1,7 @@
 Revision history for Catalyst-Plugin-Session-Store-DBIC
 
+   - Fix repository metadaa. RT#87249
+
 0.13  Fri Jun 14 17:30:00 BST 2013
     - Don't use %ENV for passing data structures to tests.
 	  This fixes the tests on Perl 5.18, which stringifies %ENV values

Modified: Catalyst-Plugin-Session-Store-DBIC/trunk/Makefile.PL
===================================================================
--- Catalyst-Plugin-Session-Store-DBIC/trunk/Makefile.PL	2013-07-22 18:07:39 UTC (rev 14455)
+++ Catalyst-Plugin-Session-Store-DBIC/trunk/Makefile.PL	2013-07-27 08:40:39 UTC (rev 14456)
@@ -23,7 +23,9 @@
         'Test::Warn'                                 => '0.20', # so we get warnings_exist
     },
     META_MERGE              => {
-        repository  =>      'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-Session-Store-DBIC/',
+        resources => {
+            repository  =>      'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-Session-Store-DBIC/',
+        },
     },
     dist          => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean         => { FILES => 'Catalyst-Plugin-Session-Store-DBIC-* MANIFEST META.yml README' },




More information about the Catalyst-commits mailing list