summaryrefslogtreecommitdiffstats
path: root/perl_checker_fake_packages/Net/Ping.pm
blob: 1a8f8a999430ea35fee4dd3eb44d6c5cf003c176 (plain)
1
2
3
4
5
6
7
8
9
package Net::Ping;

sub new {
    my ($_class, @_l) = @_;
}

sub ping {
    my ($_class, $_host, $_o_timeout) = @_;
}