perlancar

Results 16 issues of perlancar

Sample output: ``` *** Error in `perl': corrupted double-linked list: 0x000000000658a150 *** Aborted ``` Compiler::Lexer 0.22, perl 5.22.0 on Debian/Linux

It'd be nice if there is a mechanism to skip/exclude posts from being picked up. In my case, I'm planning to post a series of several short blog posts like...

enhancement

I personally think the set of keywords and strings are too broad: https://github.com/dnmfarrell/Perly-Bot/blob/master/lib/Perly/Bot.pm#L202 ``` my $looks_perly = qr/\b(?:perl|perl6|cpan|cpanm|moose|metacpan|module|timtowdi|yapc|\:\:)\b/i; ``` Specifically, `module` and `::` are not very Perl-specific.

enhancement

When temporarily turning off perlbrew and turning it on again, it would be nice if perlbrew remembers which version it was last on. Example: % perlbrew use 5.34.0 % perlbrew...

Any plan to support cpanm-menlo (1.9, 2.0)? It has features like static install which has not been backported to App::cpanminus (1.7x) yet. It would be nice if perlbrew can work...

This is the continuation of issue #2. I've sorted out the issues previously mentioned. 1. Comment '# tied Class' now not shown in single-line dumps. 2. Tests added for comment...