From: Arthur Axel 'fREW' Schmidt Date: Fri, 2 Jul 2010 14:31:00 +0000 (-0500) Subject: Fix link in cookbook X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de5743cdd8685b98f1abd090e2fd9bace33c65ca;p=dbsrgits%2FDBIx-Class-Historic.git Fix link in cookbook --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index 98a8a47..72dba57 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -1825,9 +1825,9 @@ C). =head2 Easy migration from class-based to schema-based setup You want to start using the schema-based approach to L -(see L), but have an established class-based setup with lots -of existing classes that you don't want to move by hand. Try this nifty script -instead: +(see L), but have an +established class-based setup with lots of existing classes that you don't +want to move by hand. Try this nifty script instead: use MyDB; use SQL::Translator;