[Catalyst-commits] r11555 -
	Catalyst-Plugin-Session-Store-Memcached/trunk
    rafl at dev.catalyst.perl.org 
    rafl at dev.catalyst.perl.org
       
    Fri Oct 16 14:34:03 GMT 2009
    
    
  
Author: rafl
Date: 2009-10-16 14:34:02 +0000 (Fri, 16 Oct 2009)
New Revision: 11555
Modified:
   Catalyst-Plugin-Session-Store-Memcached/trunk/Makefile.PL
Log:
Fix repo url.
Modified: Catalyst-Plugin-Session-Store-Memcached/trunk/Makefile.PL
===================================================================
--- Catalyst-Plugin-Session-Store-Memcached/trunk/Makefile.PL	2009-10-16 14:33:51 UTC (rev 11554)
+++ Catalyst-Plugin-Session-Store-Memcached/trunk/Makefile.PL	2009-10-16 14:34:02 UTC (rev 11555)
@@ -8,6 +8,6 @@
 requires 'MRO::Compat';
 
 auto_install;
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-Session-Store-Memcached/';
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-Session-Store-Memcached/';
 
 WriteAll;
    
    
More information about the Catalyst-commits
mailing list