Recursively scan Perl code for dependencies
Changes for 1.32 - 2023-07-05
- Ensure $inc gets removed from the start of $File::Find::name
- Provide dedicated test scripts for some tests instead of using the test scripts themselves: Test::More draws in all kinds of stuff, totally unpredictable
- Rewrite test helpers in t/Utils.pm to use Test::More's subtest feature
- Code cleanup; fix detection of 'do STRING' (cf PR #15)
- scandeps.pl: sort items in "used by" column
- Handle spaces after quote operator, e.g. eval qq {Some::Module}
- Fixes #12: share dir not returned when require module is in an eval
- Recognize constructs like "eval qq{require Inline::C}".
- Recognize idioms like "if (eval { require Foo }) { ..."
- Add %preload rules for some Mojo resource files
- Bump perl dependency to guard against ancient perls without FindBin::again()
- Add tool to trace when (and from where) Perl searches for a module
Another CSS minifier
Changes for 2.09 - 2023-06-07
- Detect the word 'license' as a copyright notice (GH #12, thanks to kovmir)
DBIx-BatchChunker-v1.0.1
Run large database changes safely
Changes for v1.0.1 - 2023-03-30T22:01:34Z
https://metacpan.org/dist/DBIx-BatchChunker
Changes for v1.0.1 - 2023-03-30T22:01:34Z
- Update README / LICENSE / Makefile (Brendan Byrd)
- xt & POD fixes (Brendan Byrd)
- Pull request #12: SM-4113 (Brendan Byrd)
- Add count_rs attribute (Brendan Byrd)
- Add maximum run time feature (Brendan Byrd)
- Add COUNT statement target_time check in chunk count checker routine (Brendan Byrd)
- Rename $ls->timer to chunk_timer and create total_timer attribute (Brendan Byrd)
https://metacpan.org/dist/DBIx-BatchChunker
Redis-Cluster-Fast-0.082
A fast perl binding for Redis Cluster
Changes for 0.082 - 2023-02-26T17:57:12Z
https://metacpan.org/dist/Redis-Cluster-Fast
Changes for 0.082 - 2023-02-26T17:57:12Z
- Fix error formatting #12
https://metacpan.org/dist/Redis-Cluster-Fast