Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mark :my declarations as declarative for the purposes of LTM.
  • Loading branch information
jnthn committed Nov 18, 2011
1 parent ecc46f4 commit 81c23d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.pm
Expand Up @@ -4359,7 +4359,7 @@ class Perl6::RegexActions is QRegex::P6Regex::Actions {

method metachar:sym<:my>($/) {
my $past := $<statement>.ast;
make QAST::Regex.new( $past, :rxtype('pastnode') );
make QAST::Regex.new( $past, :rxtype('pastnode'), :subtype('declarative') );
}

method metachar:sym<{ }>($/) {
Expand Down

0 comments on commit 81c23d2

Please sign in to comment.