DBIish
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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