-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
91 lines (57 loc) · 2.57 KB
/
Changes
File metadata and controls
91 lines (57 loc) · 2.57 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Revision history for App::Mist
{{$NEXT}}
0.34 2014-05-26T19:30:01Z
- Switch from linking to bash exec wrapper in perl5/{bin,sbin,script}
0.33 2014-04-30T16:04:04Z
- Fixed install-time environment for assertions
0.32 2014-03-30T00:30:16Z
- Merge command of mist is now full-featured
This includes using its mistfile to install the foreign distribution
and merge this file into the local one
0.31 2014-03-29T17:16:27Z
- Added --prove option to mpan-install tht runs tests after install
Especially useful as: (best run this overnight, it might take ages)
./mpan-install --prove --all-available-versions
0.30 2014-03-29T04:51:33Z
- Full merging of prepend, notest and cpanfile requirements
This finally gives use notest for prepend, keeps all version information
even if it comes from different sources (e.g. prepend now uses version
requirements from cpanfile if no other is given).
- Display usage text and version info with ./mpan-install --help
0.29 2014-03-29T01:32:19Z
- Removed all instances of PERLBREW_HOME, it is not needed for mist
- Once again install one module at a time so requirements will be sorted
out correctly
- mist itself now respects active branch
- include local::lib so that mist is now fully self-contained
Changes to mpan-install:
- Consistent handling of @ARGV
- Added --all-available-versions
- changed --perl to --perlbrew so it does not clash with cpanm's option
- Now supports installing of single modules
- perlbrew script once again supports --perlbrew=system to
disable use of perlbrew altogether
0.28 2014-03-20T03:13:36Z
- Default value for --branch can now be determined by git
- EXPERIMENTAL: --parent for branches using cp's --link feature
0.27 2014-03-18T03:43:10Z
- Fixes to notest option and merge command
0.26 2014-03-18T02:10:10Z
- Create a mist-run script in project root that uses the current branch
- Import libs useful for assert-blocks in mistfile:
Devel::CheckBin, Devel::CheckLib, Devel::CheckCompiler, Probe::Perl
0.25 2014-03-17T23:55:39Z
- Added support for --branch parameter to support multiple perl5 directories
for a single project.
0.24 2014-03-12T22:43:17Z
- Replace Moose by Moo and MooX::late, shaving off about 60% of
the startup time
0.23 2014-03-12T21:01:52Z
- Bugfix release
0.22 2014-03-12T19:31:19Z
- Added command to print library paths
0.21 2014-02-05T14:34:16Z
- Cleanup for dist tarball
0.20 2014-02-05T14:30:37Z
- Merging a Minilla and Mist managed source directory now also uses
the MPAN distributions from the other dist