in reply to Determining minimum Perl version for new module
One way to see what people are supporting is to watch the CPAN. Most modules have a use VERSION or use feature 'VERSION' line. The MetaCPAN API provides a lot of information about modules but I couldn't find anything about the supported Perl version (which is found in the source code):
https://metacpan.org/feed/recent https://metacpan.org/recent?f=n https://metacpan.org/favorite/leaderboardWhip up a bot that checks what versions of Perl are supported by which CPAN upload/new dist/fav/etc and plot a graph of CPAN's most supported Perl versions so you can upload it to cool uses?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Determining minimum Perl version for new module
by Corion (Patriarch) on Sep 12, 2019 at 07:34 UTC | |
by hippo (Archbishop) on Sep 12, 2019 at 08:15 UTC | |
by Tux (Canon) on Sep 12, 2019 at 08:43 UTC | |
by Tux (Canon) on Sep 12, 2019 at 08:41 UTC |