Skip Menu |

This queue is for tickets about the Module-Want CPAN distribution.

Report information
The Basics
Id: 65793
Status: resolved
Priority: 0/
Queue: Module-Want

People
Owner: Nobody in particular
Requestors: dmuey [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Additional helper functions
• get_relative_path_of_ns() alias for get_inc_key() so either can be used to make it apparent what you intend in your code. • an @INC searchers 1) one would look in @INC and report the first one found in scalar context and all paths it exists in, in array context 2) one would use the module and return it's path as per %INC
FWIW, this was a request from GWADEJ
• get_clean_ns() alias of normalize_ns() • get_all_use_require_in_line() (or multiline _text) using something like this: m/(?:^\s*|\;\s*|eval[^;]+)(?:use|require)\s+($ns_regexp)/g
done in v0.5 just uploaded to CPAN