Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ WriteMakefile(
CPAN::Checksums
CPAN::DistnameInfo
CPAN::Indexer::Mirror
Class::MOP::Class
Class::Singleton
Compress::Zlib
Crypt::Eksblowfish::Bcrypt
Expand Down Expand Up @@ -93,7 +92,6 @@ WriteMakefile(
URI::URL
Unicode::Collate
Unicode::String
WWW::Mechanize::Boilerplate
XML::LibXML
XML::Parser
XML::SAX::Base
Expand Down
1 change: 0 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ on test => sub {
requires 'Test::MockObject';
requires 'Test::WWW::Mechanize::PSGI';
requires 'Test::mysqld';
requires 'WWW::Mechanize::Boilerplate';
requires 'YAML::Syck';
requires 'YAML::XS';
requires 'namespace::autoclean';
Expand Down
12 changes: 0 additions & 12 deletions t/pause_2017/lib/Test/PAUSE/MySQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ use Path::Tiny;

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

=head2 SYNOPSIS

my $db
= Test::PAUSE::MySQL->new( schemas => ['doc/mod.schema.txt'] );

my $dbh = $db->dbh;

# Drop straight in to the mysql console:
$dbh->debug_console

=cut

# These are the only caller-configurable parts

# SQL to load at instantiation
Expand Down