File: Changes

package info (click to toggle)
libproc-invokeeditor-perl 1.13-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 292; makefile: 9
file content (48 lines) | stat: -rw-r--r-- 1,161 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
47
48
Revision history for Perl extension Proc::InvokeEditor.

0.01_01  Mon Aug 27 14:08:09 2001
	- original version; created by h2xs 1.21 with options
		-X -A -m Proc::InvokeEditor -v 0.01_01 -b 5.005_03

0.01_02  Mon Aug 27 16:50 2001
  - new version, incorporate feedback so $EDITOR = 'xemacs -nw'
    works, added more error checking when looping through editors
    , added editors_env and editors_prepend.

1.01 13 Mar 2007
  - Increase CPANTS score.

1.02 16 Dec 2007
  - Patches from Tim Booth tbooth@ceh.ac.uk to provide optional filename
	suffix option.

1.04 30 Jul 2010
  - Add a "use warnings" to keep CPANTS happy.

1.05 19 Feb 2011
  - Fix README

1.06 25 Apr 2011
  - Apply patch from Jesse Luehrs to optionally reuse temp file names.

1.07 04 Aug 2014
  - Apply patch from Brian Fraser to work on android.

1.08 03 Aug 2017
  - Patch from Max Maischein for windows support.

1.09 03 Aug 2017
  - Disable author tests for now.

1.10 15 Aug 2017
  - Move to dzil to update packaging to modern standards

1.11 15 Aug 2017
  - Fix stupid mistake

1.12 15 Aug 2017
  - Properly generate META.json

1.13 16 Aug 2017
  - Add LICENSE to docs and meta tests