summaryrefslogtreecommitdiff
path: root/dist/Net-Ping
Commit message (Collapse)AuthorAgeFilesLines
* Net::Ping: Handle getprotobyn{ame,umber} not being availableBrian Fraser2014-01-2610-5/+49
|
* Increase $Net::Ping::VERSION to 2.42Father Chrysostomos2013-05-261-1/+1
|
* Net::Ping: wrap long pod linesFather Chrysostomos2013-05-261-2/+5
|
* Update Net::Ping from 2.40 to 2.41Max Maischein2013-03-213-23/+48
| | | | This is necessary to make tests pass on Windows (XP and onward).
* Upgrade to Net::Ping 2.40. This should silence much of the blackSteve Peters2013-03-157-45/+144
| | | | smoke seen on Windows and Cygwin coming from Net::Ping.
* Update Net-Ping to 2.39.Steve Peters2013-03-131-1/+3
|
* Net-Ping: creating an icmp socket requires admin access on recent cygwinTony Cook2012-08-021-2/+2
| | | | | | | | | | | on recent Windows. cygwin on XP can create an icmp socket as a normal user but can't do anything with it. On Vista or Win7 the process must be running as an admin to create the socket. If someone sees value in running the test on cygwin on XP, they can provide a patch.
* Net-Ping: add a sensible test note for the icmp ping testTony Cook2012-08-021-1/+1
|
* fix the cygwin breakage introduced in 2f794ae1Tony Cook2012-08-021-1/+1
| | | | | | | | | All modern Win32 systems* require admin access to use ICMP sockets from cygwin, the refactor in 2f794ae1 changed the condition for the skip, producing a failure here when the test is run unprivileged under cygwin. * assuming XP can be called modern
* Fix broken URLs in dist/Net-Ping/Changes from perlbrowse to gitLeon Brocard2011-06-121-1/+1
|
* Convert Net::Ping's tests to use Test::More from Test.Nicholas Clark2011-01-2215-256/+164
|
* Bumping the version of Net::Ping per Porting/cmpVERSION.plJesse Vincent2011-01-201-1/+1
|
* Fix typos (spelling errors) in dist/*Peter J. Acklam) (via RT2011-01-072-3/+3
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81888] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81888 > Signed-off-by: Abigail <abigail@abigail.be>
* Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal).Nicholas Clark2010-12-161-1/+1
|
* Remove "dead" RCS $Id$ tags from files that we own.Nicholas Clark2010-12-161-2/+0
| | | | | All files have been modified more recently than their tag, rendering information in the tag redundant.
* Move Net::Ping from ext/ to dist/Nicholas Clark2009-09-2917-0/+2931