Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > c6d8bf230a687124fb01cbe46aa3a0ed > files > 31

perl-Mail-LMLM-0.680.200-2.mga3.noarch.rpm

package Iglu::LMLM::Types::Hamakor;

use strict;

use Iglu::LMLM::Types::Iglu;

use vars qw(@ISA);

@ISA=qw(Iglu::LMLM::Types::Iglu);

sub get_default_hostname
{
    my $self = shift;

    return "hamakor.org.il";
}

1;