~ubuntu-branches/ubuntu/utopic/libconfig-model-openssh-perl/utopic-proposed

« back to all changes in this revision

Viewing changes to t/ssh_config.t

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, Salvatore Bonaccorso, Dominique Dumont
  • Date: 2013-05-04 21:11:02 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20130504211102-l2oiug4e6peqptte
Tags: 1.227-1
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Dominique Dumont ]
* Imported Upstream version 1.227:
  * Removed Augeas backend (no longer needed, comments are handled
    by Config::Model::Backend::OpenSsh)
  * Replaced Any::Moose with Mouse.
* control:
  * updated std-version
  * added enhances openssh-client openssh-server
  * updated description
  * depends on libmouse-perl instead of libany-moose-perl
  * depends on libconfig-model-perl ( >= 2.034)
* copyright: updated years

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
my ($log,$show) = (0) x 2 ;
21
21
 
22
22
my $trace = $arg =~ /t/ ? 1 : 0 ;
23
 
$::debug            = 1 if $arg =~ /d/;
24
23
$log                = 1 if $arg =~ /l/;
25
24
$show               = 1 if $arg =~ /s/;
26
25
 
218
217
HostName             localhost
219
218
Port                 20022
220
219
User                 ocad
 
220
ControlPersist       YES
 
221
 
221
222