[Rt-commit] rtir branch, 5.0/fix-net-whois-test-functionality, repushed
Aaron Trevena
ast at bestpractical.com
Fri Jun 12 08:51:13 EDT 2020
The branch 5.0/fix-net-whois-test-functionality was deleted and repushed:
was ec68feb83147c030721e9cc5ecec5b394ea47916
now 1054ccd83e9feb963ee0091342197369da103d8b
1: ec68feb8 ! 1: 1054ccd8 Fix whois lookup by ip address with new Net::WHOIS::RIPE
@@ -22,9 +22,7 @@
+ foreach my $line ( split /\n/, $iterator->value() ) {
+ if ( $line =~ /^\s*(\S+\s?\S*):\s*(.*)/ ) {
+ my ($attribute, $value) = ($1,$2);
-+ warn "got attr : '$attribute' / value : '$value'";
+ if (lc $attribute eq lc $field) {
-+ warn "matched attribute $attribute";
+ push(@res, $value);
+ }
+ }
More information about the rt-commit
mailing list