Fix SQLT example (one of them anyway)
Jess Robinson [Wed, 12 Apr 2006 15:25:50 +0000 (15:25 +0000)]
lib/DBIx/Class/Manual/Cookbook.pod

index ed00d46..35b7d40 100644 (file)
@@ -562,8 +562,8 @@ instead:
                          },
   );
   
-  $translator->parser('DBIx::Class');
-  $translator->producer('DBIx::Class::File');
+  $translator->parser('SQL::Translator::Parser::DBIx::Class');
+  $translator->producer('SQL::Translator::Producer::DBIx::Class::File');
   
   my $output = $translator->translate(@args) or die
           "Error: " . $translator->error;