-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
48 lines (37 loc) · 1.58 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
45
46
47
48
Revision history for Perl extension App::Xssh
v2.0.0 2019-XX-XX (Evan Giles <[email protected]>)
- Change the interface (use setconfig rather than setprofile & sethost)
- store a version string in the config
v1.1.0 2019-06-26 (Evan Giles <[email protected]>)
- Update to use Test::Compile's OO testing
- Update copyright
v1.0.0 2013-XX-XX (Evan Giles <[email protected]>)
- Use Sematic Versioning
- Update copyright for 2013
0.8 2012-02-18 (Evan Giles <[email protected]>)
- Add a '--version' option
- More consitent testing
- Use 'UNIVERSAL::require instead of eval (PBP recommendation)
- Provide an OO interface to App::Xssh
0.7 2011-03-25 (Evan Giles <[email protected]>)
- Convert to Module::Build
- Use Moose
- Allow the user to specify hosts that are really regular expressions
0.6 2011-02-26 (Evan Giles <[email protected]>)
- Try to correct some CPAN testers problems
0.5 2011-02-24 (Evan Giles <[email protected]>)
- Rename (and deprecate) setextraattr & sethostattr command
line arguments
- Refactor library layout
- Much more thorough tests
0.4 2010-07-21 (Evan Giles <[email protected]>)
- Allow user to reference multiple 'extra' attribues for
each host (closes rt 59401).
- Improve the readability of the showconfig option.
- Fix remaining CPAN testers issue (windows only).
0.3 2010-07-08 (Evan Giles <[email protected]>)
- Change the tests so that they don't make system calls
0.2 2010-06-06 (Evan Giles <[email protected]>)
- Need to specify the minimum perl version (5.6)
0.1 2010-06-27 (Evan Giles <[email protected]>)
- Original version.