Created
June 29, 2010 08:06
-
-
Save leto/456954 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
$ PERL6PBC=/Users/leto/svn/parrot/installed_parrot/lib/2.4.0-devel/languages/perl6/perl6.pbc make clean install test_plperl6 | |
[...snip...] | |
psql -AX -f t/sql/plperl6.sql | |
1..5 | |
ok 1 - Return an integer from PL/Perl6 | |
ok 2 - Return nothing from PL/Perl6 | |
ok 3 - Return a float from PL/Perl6 | |
ok 4 - Return a varchar from PL/Perl6 | |
ok 5 - Use a single quote in a PL/Perl6 procedure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment