Email-Address-JP-Mobile
view release on metacpan or search on metacpan
inc/Email/Address.pm view on Meta::CPAN
144145146147148149150151152153154155156157158159160161162163
$class
->__cache_parse(
$line
, \
@addrs
);
return
@addrs
;
}
#line 252
sub
new {
my
(
$class
,
$phrase
,
,
$comment
,
$orig
) =
@_
;
$phrase
=~ s/\A
"(.+)"
\z/$1/
if
$phrase
;
bless
[
$phrase
,
,
$comment
,
$orig
] =>
$class
;
}
#line 274
sub
purge_cache {
%NAME_CACHE
= ();
%FORMAT_CACHE
= ();
%PARSE_CACHE
= ();
}
( run in 0.459 second using v1.01-cache-2.11-cpan-49f99fa48dc )