Subject: | File a bug for ParseUtil::Domain |
Date: | Thu, 25 Jul 2013 22:07:47 -0700 |
To: | bug-ParseUtil-Domain [...] rt.cpan.org |
From: | Matt Yang <twmattyoung [...] gmail.com> |
perl -v
This is perl 5, version 16, subversion 3 (v5.16.3) built for darwin-2level
and also on my another linux "This is perl, v5.10.1 (*) built for
x86_64-linux-thread-multi"
Show quoted text
> perl a.pl carbuyer.uk
Error processing domain. Please report to package maintainer. at a.pl line
4.
Show quoted text> cat a.pl
use ParseUtil::Domain ':parse';
my $dname = shift;
my $processed = parse_domain($dname);
print "$processed->{domain}\n";
print "$processed->{zone}\n";
Please let me know if this is a bug or it is my mistake.
Thanks,
P.S I use this module to parse some domain from the URL embedded in my
incoming email.
--
Matt Yang