1Net::DNS::RR::MR(3)   User Contributed Perl Documentation  Net::DNS::RR::MR(3)
2
3
4

NAME

6       Net::DNS::RR::MR - DNS MR resource record
7

SYNOPSIS

9           use Net::DNS;
10           $rr = new Net::DNS::RR('name MR newname');
11

DESCRIPTION

13       Class for DNS Mail Rename (MR) resource records.
14

METHODS

16       The available methods are those inherited from the base class augmented
17       by the type-specific methods defined in this package.
18
19       Use of undocumented package features or direct access to internal data
20       structures is discouraged and could result in program termination or
21       other unpredictable behaviour.
22
23   newname
24           $newname = $rr->newname;
25           $rr->newname( $newname );
26
27       A domain name which specifies a mailbox which is the proper rename of
28       the specified mailbox.
29
31       Copyright (c)1997 Michael Fuhr.
32
33       All rights reserved.
34
35       Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
36

LICENSE

38       Permission to use, copy, modify, and distribute this software and its
39       documentation for any purpose and without fee is hereby granted,
40       provided that the above copyright notice appear in all copies and that
41       both that copyright notice and this permission notice appear in
42       supporting documentation, and that the name of the author not be used
43       in advertising or publicity pertaining to distribution of the software
44       without specific prior written permission.
45
46       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
47       OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
48       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
49       IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
50       CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
51       TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
52       SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
53

SEE ALSO

55       perl, Net::DNS, Net::DNS::RR, RFC1035 Section 3.3.8
56
57
58
59perl v5.26.3                      2018-02-09               Net::DNS::RR::MR(3)
Impressum