Skip to content
New issue

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

Cache works wrong #3

Closed
knutov opened this issue Aug 25, 2015 · 1 comment
Closed

Cache works wrong #3

knutov opened this issue Aug 25, 2015 · 1 comment
Assignees

Comments

@knutov
Copy link

knutov commented Aug 25, 2015

When caching is enabled - it's done without respecting QRY_LAST/QRY_FIRST flag. For example:

$Net::Whois::Raw::CACHE_DIR    = "/tmp/";
my $domain = 'example.com';
my $aa = whois($domain, undef, 'QRY_FIRST'); 
my $bb = whois($domain, undef, 'QRY_LAST'); 
say "wrong" if $aa eq $bb;
@nalobin nalobin self-assigned this Aug 30, 2015
@nalobin
Copy link
Member

nalobin commented Sep 1, 2015

Fixed in 2.86.

Thank you.

@nalobin nalobin closed this as completed Sep 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants