Skip Menu |

This queue is for tickets about the Net-Wake CPAN distribution.

Report information
The Basics
Id: 44605
Status: new
Priority: 0/
Queue: Net-Wake

People
Owner: Nobody in particular
Requestors: john_talbert [...] bigfix.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.02
Fixed in: (no value)



Subject: Feature Request - allow '-' as well as ':' in mac addresses
Many of the Windows OS display the mac address in the form of: 00-11-22-33-44-55 Net Wake requres either 00:11:22:33:44:55 OR 001122334455 the following line could be changed: $mac_addr =~ s/://g; new proposed line: $mac_addr =~ s/[-:]//g;