From: Karen Etheridge Date: Thu, 27 Oct 2016 19:56:19 +0000 (-0700) Subject: fix example class name in documentation X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=89252398240975ba24389a57592cb0aeb1b2c091;hp=f6bf1ce834acd71016d562044fd2d2af3bfeabdd;p=dbsrgits%2FDBIx-Class.git fix example class name in documentation --- diff --git a/lib/DBIx/Class/ResultSource/View.pm b/lib/DBIx/Class/ResultSource/View.pm index d880c27..652ba3c 100644 --- a/lib/DBIx/Class/ResultSource/View.pm +++ b/lib/DBIx/Class/ResultSource/View.pm @@ -67,8 +67,8 @@ case replaces the view name in a FROM clause in a subselect. =head1 EXAMPLES -Having created the MyApp::Schema::Year2000CDs schema as shown in the SYNOPSIS -above, you can then: +Having created the MyApp::Schema::Result::Year2000CDs schema as shown in the +SYNOPSIS above, you can then: $y2000_cds = $schema->resultset('Year2000CDs') ->search()