Fix bogus POD
Peter Rabbitson [Fri, 7 Aug 2009 12:16:13 +0000 (12:16 +0000)]
lib/DBIx/Class/Storage/DBI/mysql.pm

index bce1a07..516dde1 100644 (file)
@@ -81,7 +81,7 @@ DBIx::Class::Storage::DBI::mysql - Storage::DBI class implementing MySQL specifi
 Storage::DBI autodetects the underlying MySQL database, and re-blesses the
 C<$storage> object into this class.
 
-  my $schema = MyDb::Schema->connect( $dsn, $user, $pass, { set_strict_mode => 1 } );
+  my $schema = MyDb::Schema->connect( $dsn, $user, $pass, { on_connect_call => 'set_strict_mode' } );
 
 =head1 DESCRIPTION