-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
44 lines (30 loc) · 1.26 KB
/
Changes
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
Revision history for App-SSH-SwitchShell
{{$NEXT}}
- No longer change the home directory automagically based on where the
script is saved
- Added the -h option to specify the home directory
- Added the -e, --env-command, and --env-login arguments to set
environment variables
- Switch license to the ISC license
- Use redefine() instead of mock() from Test::MockModule
- Add a provides section to the META.* files
- Removed minimal dependency on Test::TempDir::Tiny 0.017
- skip needs $how_many with Test::More < 1.302013_009
- Removed autodie in tests
0.006 2018-04-02 23:12:22 UTC
- No code changes
- Distribution cleanup
- Bumped dependency on Moose to 2.1203
0.005 2017-09-27 17:42:12 UTC
- Add a "use lib qw(.)" to all tests that require bin/sshss
http://www.cpantesters.org/cpan/report/ff71e412-a2ac-11e7-9344-ebadca56a595
0.004 2017-09-24 21:35:50 UTC
- t/00-load.t adds a "use lib qw(.)" which should fix
http://www.cpantesters.org/cpan/report/9136e46e-9eda-11e7-957d-b956ca56a595
0.003 2017-09-19 21:17:59 UTC
- Fix tests under Windows
0.002 2017-09-16 16:21:02 UTC
- Added package App::SSH::SwitchShell from bin/sshss to provides section
of META.* files
0.001 2017-09-16 14:07:50 UTC
- Initial release