[Catalyst-commits] r8575 - Catalyst-Authentication-Credential-HTTP/1.000/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Oct 27 10:58:50 GMT 2008


Author: t0m
Date: 2008-10-27 10:58:50 +0000 (Mon, 27 Oct 2008)
New Revision: 8575

Modified:
   Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes
   Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL
Log:
Add repository to META.yml resources

Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes	2008-10-26 23:30:37 UTC (rev 8574)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/Changes	2008-10-27 10:58:50 UTC (rev 8575)
@@ -1,4 +1,6 @@
+1.007
   - Fix warning when used with self_check => 1
+  - Added respository info to META.yml
 
 1.006  2008-10-06
   - Added username_field configuration option. I need this to play

Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL	2008-10-26 23:30:37 UTC (rev 8574)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL	2008-10-27 10:58:50 UTC (rev 8575)
@@ -12,6 +12,8 @@
 requires 'URI::Escape';
 requires 'Class::Accessor::Fast';
 
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP';
+
 auto_install;
 WriteAll;
 




More information about the Catalyst-commits mailing list