From: Alexander Hartmaier Date: Mon, 3 Jan 2011 16:15:24 +0000 (+0100) Subject: svn to git migration X-Git-Tag: 0.03003~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3c5fd9cb51be006ce4d34248cd43367339ad646f;p=dbsrgits%2FDBIx-Class-Tree.git svn to git migration --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2637936 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +README +t/var/ diff --git a/Makefile.PL b/Makefile.PL index 2074e79..5089f55 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ perl_version '5.008001'; all_from 'lib/DBIx/Class/Tree.pm'; readme_from 'lib/DBIx/Class/Tree.pm'; -resources 'repository' => 'http://dev.catalyst.perl.org/repos/bast/DBIx-Class-Tree/'; +resources 'repository' => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/DBIx-Class-Tree.git'; requires 'DBIx::Class' => '0.08100'; test_requires 'Test::Exception';