Text-Repository

 view release on metacpan or  search on metacpan

Repository.pm  view on Meta::CPAN

added using the B<add_path> object method).

=cut

#
# Instantiates a new instance.  There is very little setup here;
# all the work (adding paths, etc) is handled by add_path.
#
sub new {
    my $class = shift;
    my $self = bless [ { }, [ ], \@_, ] => $class;
    $self->add_path(@_);

    return $self;
}

=head1 INSTANCE METHODS

=head2 B<add_path>

Adds a search path or paths to the instance.  The search path defines

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 7.495 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-d29e8ade9f55 )