Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test for calling p5 subs from perl6
  • Loading branch information
pmurias committed Oct 20, 2011
1 parent 340ff7d commit 7dd36e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions S01-perl-5-integration/subs.t
@@ -0,0 +1,4 @@
use v6;
use Test;
my &foo := eval('sub foo {432}',:lang<perl5>);
is foo(),432,"calling subs works";

0 comments on commit 7dd36e1

Please sign in to comment.