Perl-Critic / PPI

53 stars 44 forks source link

Test token symbol #160

Closed moregan closed 7 years ago

moregan commented 9 years ago

Bring together and expand unit tests on PPI::Token::Symbol ( #148 )

Make PPI::Token::Symbol->canonical expand $'x to $main::x ( #159 ). Without this change it expands to just $::x.

wchristian commented 7 years ago

Thanks, this has been cherry-picked and released. :)