-
Notifications
You must be signed in to change notification settings - Fork 8
/
Changes
54 lines (40 loc) · 1.65 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
49
50
51
52
53
Revision history for {{$dist->name}}
{{$NEXT}}
3.09 2014-03-24 21:46:22 Pacific/Auckland
- fixes #3: allow remote installation without local plugins
(pull request from Will Crawford)
3.08 2012-10-06 12:02:29 Pacific/Auckland
- changed install_to_host() method to no longer die on error
3.07 2012-09-21 21:40:47 Pacific/Auckland
- fixed server version reported by --version
- moved docs from .pod to .pm
- fix a couple of warnings from debug code
3.06 2012-07-06 06:50:38 Pacific/Auckland
- added a --debug option
- fix dumb typo in $PATH setting
3.05 2011-05-23 22:44:09 Pacific/Auckland
- add $HOME/bin to $PATH if not there already
- switch packaging to use Dist::Zilla
3.04 2010-11-27
- add -r option so that bcp can copy directories too
3.03 2010-09-07
- make the wrap_ssh() method more overridable (feature request from
Andrew Ruthven)
3.02 2010-06-05
- allow optional arguments on 'dispatch_to' options
- list installed plugins in --help
- add --plugin-help option
3.01 2010-06-05
- Fix bug where remote username was not being propagated to $BCVI_CONF
(bug report from Douglas Wilson)
3.00 2010-06-03
First version, uploaded to CPAN
Complete rewrite to support plugin API
2.xx ????-??-??
Numerous unreleased versions added support for:
* authentication via shared secrets
* additional backchannel commands
* automated installation
* improved reliability
1.00 2007-04-23
First version published on PerlMonks