1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
simplify and generalize tests slightly More... about 2 years ago
tidy whitespace More... about 2 years ago
use Feature::Compat::Class (not Object::Pad) More... about 2 years ago
modernize class instantiations to use field and :param and ADJUST (not has and BUILD); use Object::Pad 0.74 More... about 2 years ago
stop include path in log messages within method parse_license More... almost 3 years ago
tidy inline TODO notes More... almost 3 years ago
have module methods return lists, and print to STDOUT in main script More... almost 3 years ago
tidy: set option $encoding only once More... almost 3 years ago
parse shortname schemes in main script, slightly simplifying modules More... almost 3 years ago
externalize license resolving; use String::License; stop (directly) use re::engine::RE2 Array::IntSpan experimental Regexp::Pattern Regexp::Pattern::License File::Basename More... almost 3 years ago
extend copyright to include present year More... almost 3 years ago
unset executable bit on module file in source More... almost 3 years ago
packaging: tighten dependency on Pod::Usage to silence spurious 'used only once: possible typo' warning notably with perls older than 5.18 More... almost 3 years ago
tell Perl::Critic that Object::Pad implicitly enables strict and warnings More... almost 3 years ago
bump version and update changes More... almost 3 years ago
bugfix: fatalize Unicode::UTF8 and PerlIO::encoding decoding errors More... almost 3 years ago
tidy: drop impossible (and soon irrelevant anyway) decoding optimization: accidentally compared object with string More... almost 3 years ago
tidy whitespace More... almost 3 years ago
improve resolving offset More... almost 3 years ago
refactor to read and decode files in method content() More... almost 3 years ago
tidy: slightly simplify structure in parse_file() More... almost 3 years ago
tidy: resolve filesize only once per file More... almost 3 years ago
have $fh $license $copyrights as slots (not local variables) More... almost 3 years ago
merge method parse_lines() into parse_file(), and use $encoding slot (stop redefine as local variable) More... almost 3 years ago
tidy: rename slot tail -> end_bytes More... about 3 years ago
tidy: rename slot lines -> top_lines More... about 3 years ago
refactor to hold semi-cleaned content (not cleaned-for-license-parsing) in slot $content More... about 3 years ago
refactor to merge local class File into main class More... about 3 years ago
refactor to have slot $path in main class (not class File) More... about 3 years ago
refactor to iterate files in main script More... about 3 years ago