Mike O'Regan

Results 24 issues of Mike O'Regan

First appears in the RT queue in https://rt.cpan.org/Ticket/Display.html?id=38803 It's been a topic of discussion for Perl::Critic, e.g: https://github.com/Perl-Critic/Perl-Critic/issues/486

bug
misparse

https://rt.cpan.org/Public/Bug/Display.html?id=36384 PPI 1.215/1.216_01: ``` perl -WE 'open( my $fh, ">", "contains_nul.pl"); print $fh "my \$a; \0 my \$b; print 1;";' xxd -g1 contains_nul.pl 0000000: 6d 79 20 24 61 3b...

bug
misparse

https://rt.cpan.org/Ticket/Display.html?id=37352 https://rt.cpan.org/Ticket/Display.html?id=72679 ``` ppidump '$$$a = 3;' PPI::Document PPI::Statement [ 1, 1, 1 ] PPI::Token::Magic '$$' [ 1, 3, 3 ] PPI::Token::Symbol '$a' [ 1, 6, 6 ] PPI::Token::Operator '='...

bug
misparse

Request from the RT queue: https://rt.cpan.org/Public/Bug/Display.html?id=16836 -- support passing source code into PPI::Dumper->new, rather than first having to create a PPI::Element: ``` In addition, it would be cool if PPI::Dumper...

enhancement