Minor documentation patch by Flavio Poletti - remove useless prefetch from examples
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual / Example.pod
index 2fa0492..884d7fc 100644 (file)
@@ -220,7 +220,6 @@ testdb.pl:
       },
       {
         join     => [qw/ cd /],
-        prefetch => [qw/ cd /]
       }
     );
     while (my $track = $rs->next) {
@@ -273,7 +272,6 @@ testdb.pl:
       },
       {
         join     => [qw/ artist /],
-        prefetch => [qw/ artist /]
       }
     );
     while (my $cd = $rs->next) {