diff options
Diffstat (limited to 'fake_packages/Net/Ping.pm')
-rw-r--r-- | fake_packages/Net/Ping.pm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fake_packages/Net/Ping.pm b/fake_packages/Net/Ping.pm new file mode 100644 index 0000000..1a8f8a9 --- /dev/null +++ b/fake_packages/Net/Ping.pm @@ -0,0 +1,9 @@ +package Net::Ping; + +sub new { + my ($_class, @_l) = @_; +} + +sub ping { + my ($_class, $_host, $_o_timeout) = @_; +} |