/usr/local/CPAN/HTTP-MobileAttribute/HTTP/MobileAttribute/Plugin/Locator/Base.pm


package HTTP::MobileAttribute::Plugin::Locator::Base;
use strict;
use warnings;

sub new { bless {}, shift }

1;