Skip to content

Commit

Permalink
Fix Pod::Config regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Aug 23, 2011
1 parent 0999de1 commit c8be361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Pod.pm
Expand Up @@ -78,7 +78,7 @@ class Perl6::Pod {
}

our sub config($/) {
my $type := $*ST.add_constant('Str', 'str', ~$<identifier>);
my $type := $*ST.add_constant('Str', 'str', ~$<type>);
return serialize_object(
'Pod::Config', :type($type<compile_time_value>),
:config(make_config($/))
Expand Down

0 comments on commit c8be361

Please sign in to comment.