File: Changes

package info (click to toggle)
libdevel-findperl-perl 0.016-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 123; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 1,916 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
Revision history for Devel-FindPerl

0.016     2022-07-01 12:37:45+02:00 Europe/Amsterdam
          Delete %ENV entries after localizing them to bypass taint

0.015     2018-10-15 13:00:25+02:00 Europe/Amsterdam
          Import splitpath before using it

0.014     2015-06-15 23:53:25+02:00 Europe/Amsterdam
          Properly quote exe_ext in regexp

0.013     2015-06-14 19:50:03+02:00 Europe/Amsterdam
          Skip taint test on portable perl
          Various minor changes

0.012     2013-11-20 14:57:15 Europe/Amsterdam
          Minor fixes in tests

0.011     2013-11-19 14:50:51 Europe/Amsterdam
          Fix other environmental variables in tainted mode.

0.010     2013-11-13 23:13:15 Europe/Amsterdam
          Add a non-empty PATH, to make *bsd happy
          Compare configuration case-insensitively, to make Windows happy

0.009     2013-11-07 23:00:55 Europe/Amsterdam
          find_perl_interpreter now return an array

0.008     2013-11-01 17:48:53 Europe/Amsterdam
          Always empty $ENV{PATH} before open2
          Append executable extension to expected tainted path

0.007     2013-10-24 14:32:54 Europe/Amsterdam
          Soften dependency on ExtUtils::Config
          Rewrite tests not to depend on Capture::Tiny
          Export perl_is_same
          Handle tainting better

0.006     2012-10-21 15:32:06 Europe/Amsterdam
          Cache the results of find_perl_interpreter
          Don't try absolute path twice

0.005     2012-10-06 00:14:49 Europe/Amsterdam
          Explicitly load File::Basename

0.004     2012-07-26 00:40:10 Europe/Bucharest
          Make sure myconfig is read in text-mode on Windows

0.003     2012-07-23 12:02:13 Europe/Bucharest
          Convert from pipe open to IPC::Open2

0.002     2012-07-12 18:46:33 Europe/Bucharest
          Get rid of Capture::Tiny dependency

0.001     2012-06-20 20:37:18 Europe/Amsterdam
          Initial release