pegex-parser / pegex-pm

Pegex Parser for Perl
62 stars 22 forks source link

Fix initialization of debugging attributes #56

Closed perlpunk closed 7 years ago

perlpunk commented 7 years ago

Only set debug/*_limit attributes if not set already by calling Pegex::Parser->new( debug => ... )

fixes api.t

ingydotnet commented 7 years ago

Applied. Thanks!