Result:
found more than 782 distributions - search limited to the first 2001 files matching your query ( run in 0.338 )


Authen-Simple-PlugAuth

 view release on metacpan or  search on metacpan

lib/Authen/Simple/PlugAuth.pm  view on Meta::CPAN



sub init
{
  my($self, $param) = @_;
  $self->SUPER::init($param);
  $self->{client} = PlugAuth::Client::Tiny->new( url => $self->url );
  $self;
}

sub check

 view all matches for this distribution


Authen-Simple-Twitter

 view release on metacpan or  search on metacpan

lib/Authen/Simple/Twitter.pm  view on Meta::CPAN

}

sub init {
    my ( $self, $parameters ) = @_;

    my $initret = $self->SUPER::init($parameters);

    $self->net_twitter(
        Net::Twitter->new(
            {
                identica => $self->identica,

 view all matches for this distribution


( run in 0.338 second using v1.01-cache-2.11-cpan-4face438c0f )