Nuked mentions of SchemaIntro, all in Intro.pod now
Jess Robinson [Tue, 21 Mar 2006 20:37:32 +0000 (20:37 +0000)]
lib/DBIx/Class/Manual.pod

index 393ee53..c0e607b 100644 (file)
@@ -11,16 +11,9 @@ from your SQL database.
 
 =head1 SECTIONS
 
-=head2 L<DBIx::Class::Manual::SchemaIntro>
-
-Beginner guide to using DBIx::Class with the schema interface. This is the
-recommended way to use DBIx::Class.
-
 =head2 L<DBIx::Class::Manual::Intro>
 
-Beginner guide to using DBIx::Class with the older class-based interface.
-This is included for the sake of completeness - you are recommended to
-use the schema-based interface instead.
+Beginner guide to using DBIx::Class. 
 
 =head2 L<DBIx::Class::Manual::Cookbook>