File: Changes

package info (click to toggle)
libmethod-signatures-simple-perl 1.07-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 141; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,507 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
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
Revision history for Method-Signatures-Simple

1.07    2013-01-20  Rhesa Rozendaal <rhesa@cpan.org>
        Fix RT80510: empty methods returning @_

1.06    2013-01-20  Rhesa Rozendaal <rhesa@cpan.org>
        Fix a test so it passes on 5.10

1.05    2013-01-18  Rhesa Rozendaal <rhesa@cpan.org>
        Fix RT80507: keep perl's idea of line number
        intact when mangling multi-line signatures

1.04    2013-01-17  Rhesa Rozendaal <rhesa@cpan.org>
        Fix RT80505: allow comments in multiline
        signature

1.03    2013-01-17  Rhesa Rozendaal <rhesa@cpan.org>
        Fix RT80508: allow space between invocant
        and colon

1.02    2011-09-01  Rhesa Rozendaal <rhesa@cpan.org>
        Avoid uninitialized warning.

1.01    2011-08-31  Rhesa Rozendaal <rhesa@cpan.org>
        Add func keyword for subs with signatures.
        Thanks to Chip Salzenberg.

0.06    2010-06-11  Rhesa Rozendaal <rhesa@cpan.org>
        Documented the import arguments.

0.05    2010-01-07  Rhesa Rozendaal <rhesa@cpan.org>
        Added repository to META.yml. No code changes.

0.04    2010-01-07  Rhesa Rozendaal <rhesa@cpan.org>
        Not released, dzil.ini cockup

0.03    2009-01-11  Rhesa Rozendaal <rhesa@cpan.org>
        Converted dist-maint to Dist::Zilla.
        Put the dist on github

0.02    2008-10-25  Rhesa Rozendaal <rhesa@cpan.org>
        Bumped prereq of Devel::Declare

0.01    2008-10-23  Rhesa Rozendaal <rhesa@cpan.org>
        First version, released on an unsuspecting world.