File tree 8 files changed +284
-153
lines changed
8 files changed +284
-153
lines changed Original file line number Diff line number Diff line change 24
24
- dzil listdeps --author --missing | cpanm
25
25
- cpanm DBI IPC::Shareable Parallel::ForkManager Digest::HMAC_SHA1
26
26
- cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty
27
- - cpanm File::LibMagic Test::mysqld
27
+ - cpanm File::LibMagic Test::mysqld Expect
28
28
install :
29
29
- dzil build --in build --notgz
30
30
script :
85
85
- dzil authordeps --missing | cpanm
86
86
- dzil listdeps --author --missing | cpanm
87
87
- cpanm DBI IPC::Shareable Parallel::ForkManager Digest::HMAC_SHA1
88
- - cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty
88
+ - cpanm String::Escape XML::LibXML Net::SFTP::Foreign IO::Pty Expect
89
89
install :
90
90
- dzil build --in build --notgz
91
91
script :
Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ Revision history for Rex
19
19
[NEW FEATURES]
20
20
- Enable Bash completion of available CLI options
21
21
- Add tab completion for Zsh
22
+ - Enable local rsync operations
22
23
23
24
[REVISION]
24
25
- Use author tests to check tidiness of bin files
25
26
- Use Symbol to manipulate Perl symbols
27
+ - Add initial rsync tests
26
28
27
29
1.11.0 2020-06-05 Ferenc Erki <
[email protected] >
28
30
[BUG FIXES]
You can’t perform that action at this time.
0 commit comments