Created
October 4, 2009 12:08
-
-
Save cosimo/201347 to your computer and use it in GitHub Desktop.
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
cosimo@ubuntu:~/src/web$ export PERL6LIB=/home/cosimo/src/perl6-sqlite/lib:/home/cosimo/src/web/lib | |
cosimo@ubuntu:~/src/web$ perl6 t/squerl/01-sqlite-write.t | |
invoke() not implemented in class 'Undef' | |
in sub SQLite3::sqlite_open (/home/cosimo/src/perl6-sqlite/lib/SQLite3.pm:50) | |
called from method Squerl::Database::open (/home/cosimo/src/web/lib/Squerl.pm:334) | |
called from method Squerl::Database::create_table (/home/cosimo/src/web/lib/Squerl.pm:360) | |
called from Main (t/squerl/01-sqlite-write.t:12) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment