Skip to content

Instantly share code, notes, and snippets.

@mlschroe
Created July 29, 2011 09:33
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 mlschroe/1113521 to your computer and use it in GitHub Desktop.
Save mlschroe/1113521 to your computer and use it in GitHub Desktop.
--- src/Perl6/Actions.pm.orig 2011-07-29 08:58:57.000000000 +0000
+++ src/Perl6/Actions.pm 2011-07-29 09:00:52.000000000 +0000
@@ -648,7 +648,7 @@ class Perl6::Actions is HLL::Actions {
PAST::Op.new(:pasttype<bind_6model>,
PAST::Var.new(:name<$!>, :scope<lexical_6model>),
PAST::Op.new(:name<&EXCEPTION>, :pasttype<call>,
- PAST::Op.new(:inline(' .get_results (%r)')))));
+ PAST::Op.new(:inline(" .get_results (%r)\n finalize %r")))));
# Otherwise, put Mu into $!.
$past.push(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment