File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension CPAN-Audit
22
3+ 20241208.001 2024-12-08T21:10:30Z
4+ * The database of advisories now exists as a separate distribution so
5+ it can update itself frequently without requiring new releases of this
6+ distribution. The code will look for CPANSA::DB or CPAN::Audit::DB, and
7+ the CPAN::Audit::DB now comes with CPANSA:DB. CPAN::Audit::DB will
8+ eventually be phased out.
9+ * The `installed` command now looks only at the versions you have
10+ installed. This changes the comparison from '>=' to '=='. (#62)
11+ * The default range operator is now `==` instead of `>=`. You can
12+ always specify which way you want the check to work by using an
13+ explicit range operator
14+ * Since these are significant changes, please report any weird
15+ situations that might arise.
16+
31720241121.001_001 2024-11-21T22:45:15Z
418 * test release to move CPAN::Audit::DB to a separate module so it
519 can be updated independently.
You can’t perform that action at this time.
0 commit comments