MYMETA
Tomas Doran [Fri, 16 Sep 2011 08:21:34 +0000 (09:21 +0100)]
.gitignore
MANIFEST.SKIP
Makefile.PL

index 04eed5f..dd8f5f5 100644 (file)
@@ -1,3 +1,5 @@
+MYMETA.yml
+MYMETA.json
 META.yml
 Makefile
 Test-WWW-Selenium-Catalyst-*
index 265cb99..4bfedf6 100644 (file)
@@ -5,6 +5,7 @@
 \B\.svn\b
 
 # Avoid Makemaker generated and utility files.
+\bMYMETA\.(\w+)$
 \bMakefile$
 \bblib
 \bMakeMaker-\d
index 3468ae3..03ccc5d 100644 (file)
@@ -17,6 +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';
+resources repository => 'git://git.shadowcat.co.uk/catagits/Test-WWW-Selenium-Catalyst.git';
 
 WriteAll();