Email-Address-Loose

 view release on metacpan or  search on metacpan

inc/Email/Address.pm  view on Meta::CPAN

    $class->__cache_parse($line, \@addrs);
    return @addrs;
}

#line 252

sub new {
  my ($class, $phrase, $email, $comment, $orig) = @_;
  $phrase =~ s/\A"(.+)"\z/$1/ if $phrase;

  bless [ $phrase, $email, $comment, $orig ] => $class;
}

#line 274

sub purge_cache {
    %NAME_CACHE   = ();
    %FORMAT_CACHE = ();
    %PARSE_CACHE  = ();
}

lib/Email/Address/Loose/EmailAddress.pm  view on Meta::CPAN


    $class->__cache_parse($line, \@addrs);
    return @addrs;
}


sub new {
  my ($class, $phrase, $email, $comment, $orig) = @_;
  $phrase =~ s/\A"(.+)"\z/$1/ if $phrase;

  bless [ $phrase, $email, $comment, $orig ] => $class;
}


sub purge_cache {
    %NAME_CACHE   = ();
    %FORMAT_CACHE = ();
    %PARSE_CACHE  = ();
}


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

( run in 0.429 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )