Skip to content

Instantly share code, notes, and snippets.

@AlexDaniel
Created October 3, 2015 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexDaniel/b574f2a94d2185a44b12 to your computer and use it in GitHub Desktop.
Save AlexDaniel/b574f2a94d2185a44b12 to your computer and use it in GitHub Desktop.
DBIish
alex@Margo:~$ panda install DBIish
==> Fetching DBIish
==> Building DBIish
==> Testing DBIish
# Using PGDATABASE: (none)
t/01-ConnectConfig-PG.t ... ok
t/05-mock.t ............... ok
# Connect failed with error Cannot locate native library 'libmysqlclient.so': libmysqlclient.so: cannot open shared object file: No such file or directory
t/10-mysql.t .............. ok
# Connect failed with error Cannot locate native library 'libmysqlclient.so': libmysqlclient.so: cannot open shared object file: No such file or directory
t/25-mysql-common.t ....... ok
t/30-Pg.t ................. ok
# Connect failed with error Cannot locate native library 'libpq.so': libpq.so: cannot open shared object file: No such file or directory
t/35-Pg-common.t .......... ok
# Connect failed with error Cannot locate native library 'libsqlite3.so': libsqlite3.so: cannot open shared object file: No such file or directory
t/40-sqlite-common.t ...... ok
t/41-sqlite-exec-error.t .. ok
All tests successful.
Files=8, Tests=260, 107 wallclock secs ( 0.08 usr 0.01 sys + 59.90 cusr 0.75 csys = 60.74 CPU)
Result: PASS
==> Installing DBIish
Copying blib/lib/DBDish.pm6 to /home/alex/git/rakudobrew/moar-nom/install/share/perl6/site/lib/DBDish.pm6
Copying blib/lib/DBIish.pm6 to /home/alex/git/rakudobrew/moar-nom/install/share/perl6/site/lib/DBIish.pm6
Copying blib/lib/DBDish/TestMock.pm6 to /home/alex/git/rakudobrew/moar-nom/install/share/perl6/site/lib/DBDish/TestMock.pm6
Copying blib/lib/DBDish/mysql.pm6 to /home/alex/git/rakudobrew/moar-nom/install/share/perl6/site/lib/DBDish/mysql.pm6
Copying blib/lib/DBDish/SQLite.pm6 to /home/alex/git/rakudobrew/moar-nom/install/share/perl6/site/lib/DBDish/SQLite.pm6
Copying blib/lib/DBDish/Pg.pm6 to /home/alex/git/rakudobrew/moar-nom/install/share/perl6/site/lib/DBDish/Pg.pm6
==> Successfully installed DBIish
alex@Margo:~$ echo $?
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment