From: Arthur Axel 'fREW' Schmidt Date: Sat, 16 Apr 2011 21:05:50 +0000 (-0500) Subject: fix repo url X-Git-Tag: 1.1.2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Cursor-Cached.git;a=commitdiff_plain;h=af643fa26045b6320335020dc4dc30516bf9078f fix repo url --- diff --git a/Makefile.PL b/Makefile.PL index c3fbac1..8aeba6d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,4 +15,6 @@ build_requires 'Cache::FileCache'; auto_install; +resources repository => 'git://git.shadowcat.co.uk/dbsrgits/DBIx-Class-Cursor-Cached.git'; + WriteAll;