File: Changes

package info (click to toggle)
libfunction-fallback-coreorpp-perl 0.090-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 122; makefile: 2
file content (53 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download | duplicates (2)
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
46
47
48
49
50
51
52
53
0.090   2020-02-03  Released-By: PERLANCAR; Urgency: low

	- No functional changes.

	- [doc] Update mention about Storable; it now handles Regexp objects
	  since 3.08+.


0.08    2017-01-14  Released-By: PERLANCAR

	- unbless(): Support unblessing coderef.


0.07    2016-01-16  Released-By: PERLANCAR

	- Add clone_list().


0.06    2014-09-16  Released-By: PERLANCAR

	- Move non-core XS deps from requires to recommends [RT#98886,
	  suggested by KENTNL].


0.05    2014-04-10  Released-By: SHARYANTO

        - Add unbless().


0.04    2014-04-10  Released-By: SHARYANTO

        - No functional changes.

        - Require the non-core XS modules as deps. We only need optional deps
          when building fatpacked app.


0.03    2014-04-10  Released-By: SHARYANTO

        - No functional changes.

        - Rename distribution from SHARYANTO-MaybeXS to
          Function::Fallback::CoreOrPP.


0.02    2014-04-09  Released-By: SHARYANTO

        - Replace Storable::dclone with Clone::PP::clone.


0.01    2014-04-07  Released-By: SHARYANTO

        - First release.