Skip to content

Instantly share code, notes, and snippets.

@perlpilot
Created May 3, 2012 20:01
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 perlpilot/2588842 to your computer and use it in GitHub Desktop.
Save perlpilot/2588842 to your computer and use it in GitHub Desktop.
/home/duff/git/DBIish [master u=]
➤ make
perl6 --target=pir --output=lib/DBDish.pir lib/DBDish.pm6
export PERL6LIB=lib; perl6 --target=pir --output=lib/DBDish/mysql.pir lib/DBDish/mysql.pm6
export PERL6LIB=lib; perl6 --target=pir --output=lib/DBDish/Pg.pir lib/DBDish/Pg.pm6
export PERL6LIB=lib; perl6 --target=pir --output=lib/DBDish/SQLite.pir lib/DBDish/SQLite.pm6
===SORRY!===
CHECK FAILED:
Undefined routine '&explicitly-manage' called (line 109)
make: *** [lib/DBDish/SQLite.pir] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment