File: Changes

package info (click to toggle)
libperl6-form-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 588 kB
  • ctags: 104
  • sloc: perl: 3,073; makefile: 8
file content (57 lines) | stat: -rwxr-xr-x 1,105 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
Revision history for Perl extension Perl6::Form.

0.01  Sat Oct 11 22:14:00 2003
	- original version; created by h2xs 1.22 with options
		-A -P -X -f -n Perl6::Form



0.02	Tue Dec 16 11:37:43 2003

	Private release to beta testers


0.03	Fri Feb 27 03:42:07 2004

	First public release


0.04	Tue Mar  9 02:59:48 2004

    - Updated internals to mirror interface changes in Perl6::Export




0.005  Tue Apr 29 19:48:41 2014

    - Updated Makefile.PL to note Perl6::Export 0.07 dependency

    - Added support for separated integers: {>>,>>>,>>}

    - Misc. doc patches (thanks Jerrad)

    - Fixed handling of declarative two-column fields (thanks David)

    - Fixed infinite loop when page length too short for headers and 
      at least one line of content

    - Fixed doc examples so arrays are always obviously passed
      by reference



0.05  Sun Sep 11 21:20:41 2016

    - Added metadata to distribution (thanks Karen)

    - Fixed version number (thanks Stefan!)

    - Fixed integers with grouping



0.06  Sun Sep 11 22:40:06 2016

    - Made compatible with Perl 5.25+ (Thanks Slaven)