We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effe80d commit a24d72dCopy full SHA for a24d72d
t/pause_2017/lib/Test/PAUSE/MySQL.pm
@@ -21,18 +21,6 @@ use Path::Tiny;
21
22
$SIG{INT} = sub { die "caught SIGINT, shutting down mysql\n" };
23
24
-=head2 SYNOPSIS
25
-
26
- my $db
27
- = Test::PAUSE::MySQL->new( schemas => ['doc/mod.schema.txt'] );
28
29
- my $dbh = $db->dbh;
30
31
- # Drop straight in to the mysql console:
32
- $dbh->debug_console
33
34
-=cut
35
36
# These are the only caller-configurable parts
37
38
# SQL to load at instantiation
0 commit comments