X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FIntro.pod;h=10cb50e7836937fa1ac5f00a017caacd419a9e63;hb=429bd4f15b0ea80aef96873a9db11801538eb3ee;hp=158f2bc6b355cb99a05b76da9b9da2c97960ea53;hpb=36e58b241cab56b1c2daaf51ad0219f2129c638c;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/Intro.pod b/lib/DBIx/Class/Manual/Intro.pod index 158f2bc..10cb50e 100644 --- a/lib/DBIx/Class/Manual/Intro.pod +++ b/lib/DBIx/Class/Manual/Intro.pod @@ -20,7 +20,8 @@ like this: You will also want to load some of L's components. L provides a good basic set. In addition you'll have to use either L or L We'll -use DB in this introduction, since it involves less magic. +use DB in this introduction, since it involves less magic. Schema is +mostly useful if you want to use multiple database connections. __PACKAGE__->load_components(qw/Core DB/);