NAME

Gentoo::MirrorList::Mirror - An objective representation of a single Gentoo mirror

VERSION

version 0.01000102

ATTRIBUTES

country

countryname

region

mirrorname

uri

proto

ipv4

ipv6

partial

METHODS

country_match

->country_match( 'str' )
->country_match(qr/str/)

countryname_match

->countryname_match( 'str' )
->countryname_match(qr/str/)

region_match

->region_match( 'str' )
->region_match(qr/str/)

mirrorname_match

->mirrorname_match( 'str' )
->mirrornamename_match(qr/str/)

uri_match

->uri_match( 'str' )
->uri_match(qr/str/)

proto_match

->proto_match( 'str' )
->proto_match(qr/str/)

property_match

A Magic Method that matches given properties

->property_match( 'mirrorname', 'foo')
->property_match( 'mirrorname', qr/foo/ )
->property_match( 'ipv4', 1 )
->property_match( 'ipv6', 0 )

AUTHOR

Kent Fredric <kentnl@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Kent Fredric.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.