Add repos meta
Tomas Doran [Fri, 16 Sep 2011 08:20:10 +0000 (09:20 +0100)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 28662e1..f051f1e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Test-WWW-Selenium-Catalyst
 
- - Work with Catalyst 5.9. RT#70799
+ - Add repository metadata. Move to catagits
+ - Work with (and require) Catalyst 5.9. RT#70799
  - Fix documentation errors. RT#64979
  - Switch shutDown to shutDownSeleniumServer, which is present in all versions of
    SeleniumRC but is the only shut down command that works from 1.0 on. RT#50880
index 9c6fcfb..3468ae3 100644 (file)
@@ -17,4 +17,6 @@ requires(
 test_requires 'IPC::Cmd' => '0.42';
 test_requires 'Test::More' => '0.92';
 
+resources respository => 'git://git.shadowcat.co.uk/catagits/Test-WWW-Selenium-Catalyst.git';
+
 WriteAll();