Commit ba982e3 1 parent bfbdae8 commit ba982e3 Copy full SHA for ba982e3
File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl extension CPAN-Audit
2
2
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
+
3
17
20241121.001_001 2024-11-21T22:45:15Z
4
18
* test release to move CPAN::Audit::DB to a separate module so it
5
19
can be updated independently.
You can’t perform that action at this time.
0 commit comments