File: Changes

package info (click to toggle)
libperl-minimumversion-fast-perl 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 356; makefile: 7
file content (121 lines) | stat: -rw-r--r-- 2,789 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Revision history for Perl extension Perl-MinimumVersion-Fast

0.22 2025-01-07T18:53:52Z

0.22 2025-01-07T06:49:00Z

	- silence a warning (GitHub #23, Shoichi Kaji)

0.21 2025-01-07T06:49:00Z

    - Remove notes about v5.6 now that we support that

0.18 2015-07-22T00:33:00Z

    - Support reporting a minimum version of Perl 5.6
      (tokuhirom)

0.17 2015-02-13T23:41:10Z

    commit 402c83db1371634474b8810687273c57c3949a6f
    Author: H.Merijn Brand - Tux <h.m.brand@xs4all.nl>
    Date:   Fri Feb 13 08:54:37 2015 +0100

        Check if pack format requires 5.10

    commit a67a8e19f754e1f29bfc89d8eb48e2a7e2352956
    Author: brian d foy <brian.d.foy@gmail.com>
    Date:   Sat Jan 24 14:09:38 2015 -0500

        Recognize PostDeref

        I just sent a pull request for Compiler::Lexer
        which will produce these names. When that module
        is updated, I'll grab the version number and
        adjust the required version.

0.16 2015-01-22T10:31:00Z

    commit 44553ef0c4bdbfb7e85052bdcdaab161c80b2c59
    Author: brian d foy <brian.d.foy@gmail.com>
    Date:   Wed Jan 14 06:29:41 2015 -0500

        I think you meant the processed @tokens, not the one passed in

    commit f5031ab2819aa1a094d0a05d4b972e1cb9b83c1e
    Author: brian d foy <brian.d.foy@gmail.com>
    Date:   Wed Jan 14 04:53:28 2015 -0500

        The next token might be VersionString

0.15 2014-10-29T05:57:40Z
    - Support push($arrayref, ...) and the likes
      (Reported by apocalypse++, with help from moznion++)

0.14 2014-03-26T02:59:38Z

    - You can use mro.pm with Perl 5.8!
      There is MRO::Compat.

0.13 2014-03-25T05:42:43Z

    - Added workaround for `if (//) { }`

0.12 2014-03-25T05:39:29Z

    - Detects empty regex as defined-or #7
      (Reported by dagolden++)

0.11 2013-06-25T08:03:05Z

    - Supoprt Compiler::Lexer 0.13
      (tokuhirom)

0.10 2013-05-29T08:24:23Z

    - removed debugging stmt.

0.09 2013-05-29T05:41:09Z

    - Support /(each|values|keys) (@array|$ref)/.
      (suggested by hanekomu++)

0.08 2013-05-27T23:13:16Z

    - Detect version from the 'use feature' args.
      (tokuhirom)

0.07 2013-05-26T10:15:03Z

    - Fixed postfix when detection
      https://github.com/tokuhirom/Perl-MinimumVersion-Fast/issues/3
      (Reported by bowtie++)

0.06 2013-05-23T09:54:19Z

    - Compiler::Lexer 0.06 supports v-string.

0.05 2013-05-23T06:55:54Z

    - Support 'package NAME BLOCK' syntax, introduced from 5.14.
      (tokuhirom)

0.04 2013-05-22T11:07:53Z

    - Suppress warnings
      (tokuhirom)

0.03 2013-05-22T10:11:34Z

    - Suppress warnings
      (tokuhirom)

0.02 2013-05-22T09:56:41Z

    - Added minimum_explicit_version, minimum_syntax_version, version_markers.
      (tokuhirom)

0.01 2013-05-22T05:25:17Z

    - original version