We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testcase:
use Net::DNS::Packet; my $packet = Net::DNS::Packet->new("google.com", 'A');
On Linux compiled executable returns 0, but on Windows dies with Can't locate object method "new" via package "Net::DNS::DomainName1035".
Can't locate object method "new" via package "Net::DNS::DomainName1035"
The text was updated successfully, but these errors were encountered:
I remember, we had this exact same bug before.
Sorry, something went wrong.
No branches or pull requests
testcase:
On Linux compiled executable returns 0, but on Windows dies with
Can't locate object method "new" via package "Net::DNS::DomainName1035"
.The text was updated successfully, but these errors were encountered: