Guest User

Untitled

a guest
Jun 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. use Test::MyApp::mysqld;
  2. use JSON;
  3.  
  4. $SIG{INT} = sub { CORE::exit 1 };
  5. $mysqld = Test::MyApp::mysqld->setup;
  6. $ENV{TEST_MYSQLD} = encode_json +{ %$mysqld };
Add Comment
Please, Sign In to add comment