File: Changes

package info (click to toggle)
libdata-fake-perl 0.006-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 987; makefile: 7
file content (45 lines) | stat: -rw-r--r-- 983 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Revision history for Data-Fake

0.006     2021-02-25 20:40:16-05:00 America/New_York

    [FIXED]

    - Text generators like fake_words() are now guaranteed to return a scalar.
      They did originally, but Text::Lorem 0.32 broke its API and started
      returning lists in list context.

0.005     2020-10-01 16:59:05-04:00 America/New_York

    [FIXED]

    - Require Import::Into 1.002005

    - Allow calling text generators with no argument

0.004     2018-06-20 14:40:25-06:00 America/Denver

    [ADDED]

    - fake_flatten to flatten hash or array generators to a list

    [DOCS]

    - Fixed an example involving dates

0.003     2016-08-20 21:25:58-04:00 America/New_York

    [DOCS]

    - Improved description of escaping # in fake_digits

0.002     2015-02-05 18:54:46-05:00 America/New_York

    [FIXES]

    - Work around Time::Piece portability problems; requires
      Time::Piece 1.27

0.001     2015-01-21 16:08:10-05:00 America/New_York

    - First release