Merge branch 'master' of git.shadowcat.co.uk:DBIx-Class-Schema-Loader
Rafael Kitover [Mon, 1 Feb 2010 23:01:54 +0000 (18:01 -0500)]
.gitignore
Makefile.PL
TODO
lib/DBIx/Class/Schema/Loader.pm

index 9f8f6df..8bb2756 100644 (file)
@@ -9,3 +9,4 @@
 /Makefile
 /MANIFEST
 /META.yml
+/README
index df136e1..f4b33e9 100644 (file)
@@ -136,7 +136,7 @@ realclean_files 'README';
 
 resources 'IRC'         => 'irc://irc.perl.org/#dbix-class';
 resources 'license'     => 'http://dev.perl.org/licenses/';
-resources 'repository'  => 'http://dev.catalyst.perl.org/repos/bast/branches/DBIx-Class-Schema-Loader/current/';
+resources 'repository'  => 'git://git.shadowcat.co.uk/dbsrgits/DBIx-Class-Schema-Loader.git';
 resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class';
 
 auto_provides;
diff --git a/TODO b/TODO
index 3506b5b..a2ba73f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,3 @@
-0.05 BLOCKERS
-=============
-
-Add backwards-compatibility mode when regenerating a 0.04-generated schema
-
 OTHER STUFF
 ===========
 
index a763cb0..8904b27 100644 (file)
@@ -463,7 +463,7 @@ blblack: Brandon Black <blblack@gmail.com>
 
 =head1 CONTRIBUTORS
 
-ilmarii: Dagfinn Ilmari MannsÃ¥ker <ilmari@ilmari.org>
+ilmari: Dagfinn Ilmari MannsÃ¥ker <ilmari@ilmari.org>
 
 arcanez: Justin Hunter <justin.d.hunter@gmail.com>