~ubuntu-branches/ubuntu/trusty/libnet-dns-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/Net/DNS/Resolver/UNIX.pm

  • Committer: Bazaar Package Importer
  • Author(s): Florian Hinzmann
  • Date: 2006-03-31 18:51:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060331185136-gpxyhfnnnt9f9b1n
Tags: 0.57-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package Net::DNS::Resolver::UNIX;
2
2
#
3
 
# $Id: UNIX.pm 264 2005-04-06 09:16:15Z olaf $
 
3
# $Id: UNIX.pm 482 2005-09-02 13:34:33Z olaf $
4
4
#
5
5
 
6
6
use strict;
9
9
use Net::DNS::Resolver::Base ();
10
10
 
11
11
@ISA     = qw(Net::DNS::Resolver::Base);
12
 
$VERSION = (qw$LastChangedRevision: 264 $)[1];
 
12
$VERSION = (qw$LastChangedRevision: 482 $)[1];
13
13
 
14
14
my $resolv_conf = '/etc/resolv.conf';
15
15
my $dotfile     = '.resolv.conf';
71
71
 
72
72
L<perl(1)>, L<Net::DNS>, L<Net::DNS::Resolver>
73
73
 
74
 
=cut
 
 
b'\\ No newline at end of file'
 
74
=cut