xdg Perl code

Results 30 issues of xdg Perl code

It would be handy to warn when private packages collide with indexed ones. This will often be "planned" when something is monkey-patching on purpose, but warning might help people detect...

indexer
email

it would be great if we could have common code used by PAUSE and by the module builders (EU::MM, M::B, M::I, D:;Z, etc.) Would need a lot of testing to...

indexer

Per NY.pm discussion, defining a clear semantic for invoking 'new' on an object might lead to better consistency than leaving that behavior open for people do do other things with,...

needs-docs

MongoDB doesn't allow '.' in keys within a hash. This needs to be detected and either get escaped somehow or else a sensible error get thrown. The problem with escaping...

I saw this page summarizing some changes: http://evertpot.com/http-11-updated/ We need to review changes and double check how we hold up with the new RFC. The one that jumps out that...

Needs Investigation

much like disassembling, it would be nice to be able to Dump variables

feature

A Perl newbie on my team was thrown by the examples in the Iteration and Scoping section relating to the `topic_mangler` function. The `topic_mangler` function in the top example is...

A line ends "$first_-". The hyphen looks like a minus sign. Identifiers in code samples should not be hyphenated across line breaks.

Either in the section that discusses arrays vs lists, or in a section on prototypes, it might be worth pointing out the (possibly) surprising behavior of this: sub foo($$$) {...

Pinto should take a cpanfile as input and recursively add the dependencies specified within.