Skip to content

Commit a24d72d

Browse files
charsbarandk
authored andcommitted
Remove unused test modules
1 parent effe80d commit a24d72d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

t/pause_2017/lib/Test/PAUSE/MySQL.pm

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,6 @@ use Path::Tiny;
2121

2222
$SIG{INT} = sub { die "caught SIGINT, shutting down mysql\n" };
2323

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-
3624
# These are the only caller-configurable parts
3725

3826
# SQL to load at instantiation

0 commit comments

Comments
 (0)