File: Changes

package info (click to toggle)
libdist-zilla-plugin-modulebuildtiny-perl 0.015-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: perl: 204; makefile: 2
file content (52 lines) | stat: -rw-r--r-- 2,097 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
49
50
51
52
Revision history for Dist-Zilla-Plugin-ModuleBuildTiny

0.015     2016-06-09 19:28:18+02:00 Europe/Amsterdam
          Adapted to dzil v6

0.014     2015-08-22 19:23:20+02:00 Europe/Amsterdam
          Increase minimum MBT in conservative logic

0.013     2015-07-23 11:58:57+02:00 Europe/Amsterdam
          Restored installability on 5.10
          Added documentation for static install

0.012     2015-07-16 17:00:08+02:00 Europe/Amsterdam
          Also look for .xs, .PL files in files gathered in memory

0.011     2015-06-30 17:54:00+02:00 Europe/Amsterdam
          Switch default to conservative version logic
          Add static install option

0.010     2015-03-27 14:36:24+01:00 Europe/Amsterdam
          Bump a prereq to avoid meta validation issues

0.009     2015-02-18 21:19:51+01:00 Europe/Amsterdam
          Implement a conservative minimum mbt heuristic
          Detect minimum perl version from configure, build, test and runtime phases instead of just runtime

0.008     2014-10-30 16:05:29+01:00 Europe/Amsterdam
          Build.PL is now created at the correct phase (gather_files), with
          final content determined at the normal time (setup_installer)

0.007     2014-09-01 11:25:41+02:00 Europe/Amsterdam
          use strict, warnings in generated Build.PL

0.006     2014-01-13 00:54:54CET+0100 Europe/Amsterdam
          Prohibit the use of a sharedir configuration that is not supported
          Add basic testing

0.005     2013-09-08 21:41:33 Europe/Amsterdam
          Prohibit dynamic_config
          Depend on author-installed Module::Build::Tiny version

0.004     2013-03-20 15:00:32 Europe/Amsterdam
          Add «use $minimum_perl;» statement to Build.PL and minimum_perl attribute to plugin

0.003     2013-03-04 14:10:35 Europe/Amsterdam
          Require the author's version of Module::Build::Tiny by default.

0.002     2011-05-02 09:18:37 Europe/Bucharest
          Increase default minimal version of Module::Build::Tiny to 0.007 to avoid configure time issues

0.001     2011-04-29 16:38:02 Europe/Bucharest
          Initial release