File: Changes

package info (click to toggle)
librecommended-perl 0.003-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 217; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Revision history for recommended

0.003     2015-04-23 16:39:23-04:00 America/New_York

    [Fixes]

    - Ensures that has() returns a false value not the empty-list in
      list context.  This avoids a subtle bug in
      C<< use if recommended->has("Something"), "Foo" >>.

0.002     2014-11-05 22:03:17-05:00 America/New_York

    [Fixes]

    - Throws an error if a recommended/suggested module fails to compile
      instead of silently ignoring this case

0.001     2014-11-05 16:37:00-05:00 America/New_York

    - First release