~ubuntu-branches/ubuntu/raring/net-dns-fingerprint/raring

« back to all changes in this revision

Viewing changes to Fingerprint.pm

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2005-10-20 23:30:37 UTC
  • Revision ID: james.westby@ubuntu.com-20051020233037-eqjw5ay2zlwcoybl
Tags: 0.9.3-1
* new upstream release
* split into two packages
* allow changing of separator field

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    debug    => 0,
47
47
    qversion => 0,
48
48
    qchaos   => 0,
 
49
    separator => " ",
49
50
);
50
51
 
51
52
my $versionlength = 40;
470
471
 
471
472
    push @s, "($r{state};$r{id})" if($self->{debug});
472
473
 
473
 
    return join(" ", @s);
 
474
    return join($self->{separator}, @s);
474
475
}
475
476
 
476
477
sub query_version