~ubuntu-branches/debian/sid/libnet-ssh2-perl/sid

« back to all changes in this revision

Viewing changes to lib/Net/SSH2.pm

  • Committer: Package Import Robot
  • Author(s): Salvatore Bonaccorso
  • Date: 2013-08-04 17:47:46 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20130804174746-uw42he0ikwx20wxc
Tags: 0.51-1
ImportedĀ UpstreamĀ versionĀ 0.51

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
 
209
209
our @EXPORT_OK = @{$EXPORT_TAGS{all}};
210
210
 
211
 
our $VERSION = '0.50';
 
211
our $VERSION = '0.51';
212
212
 
213
213
# methods
214
214