File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,8 @@ Examples:
2222
2323# DESCRIPTION
2424
25- ` rdapper ` is a simple RDAP client. It uses [ Net::RDAP] ( https://metacpan.org/pod/Net%3A%3ARDAP ) to retrieve data about
26- internet resources (domain names, IP addresses, and autonymous systems) and
27- outputs the information in a human-readable format. If you want to consume this
28- data in your own program you should use [ Net::RDAP] ( https://metacpan.org/pod/Net%3A%3ARDAP ) directly.
25+ ` rdapper ` retrieves data about internet resources (domain names, IP addresses,
26+ and autonymous systems) and outputs the information in a human-readable format.
2927
3028# OPTIONS
3129
@@ -122,7 +120,8 @@ arguments the program runs with. So if it contained
122120 --short
123121 --bypass-cache
124122
125- Then running ` rdapper EXAMPLE.COM ` will behave like ` rdapper EXAMPLE.COM --short --bypass-cache ` .
123+ Then running ` rdapper EXAMPLE.COM ` will behave like
124+ ` rdapper EXAMPLE.COM --short --bypass-cache ` .
126125
127126# INSTALLATION
128127
Original file line number Diff line number Diff line change @@ -1009,10 +1009,8 @@ Examples:
10091009
10101010=head1 DESCRIPTION
10111011
1012- C<rdapper > is a simple RDAP client. It uses L<Net::RDAP> to retrieve data about
1013- internet resources (domain names, IP addresses, and autonymous systems) and
1014- outputs the information in a human-readable format. If you want to consume this
1015- data in your own program you should use L<Net::RDAP> directly.
1012+ C<rdapper > retrieves data about internet resources (domain names, IP addresses,
1013+ and autonymous systems) and outputs the information in a human-readable format.
10161014
10171015=head1 OPTIONS
10181016
@@ -1143,7 +1141,8 @@ arguments the program runs with. So if it contained
11431141 --short
11441142 --bypass-cache
11451143
1146- Then running C<rdapper EXAMPLE.COM > will behave like C<rdapper EXAMPLE.COM --short --bypass-cache > .
1144+ Then running C<rdapper EXAMPLE.COM > will behave like
1145+ C<rdapper EXAMPLE.COM --short --bypass-cache > .
11471146
11481147=head1 INSTALLATION
11491148
You can’t perform that action at this time.
0 commit comments