Skip to content

Commit

Permalink
Serialize strings being put in Pod::FormattingCode.meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouq committed Mar 3, 2014
1 parent 3333a41 commit 6479fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -704,7 +704,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
Perl6::Pod::serialize_array(@t).compile_time_value
),
:meta(
Perl6::Pod::serialize_array(@meta).compile_time_value
Perl6::Pod::serialize_aos(@meta).compile_time_value
),
);
make $past.compile_time_value;
Expand Down

0 comments on commit 6479fff

Please sign in to comment.