Subject: | Net::MAC dies although die => 0 |
Date: | Mon, 2 May 2016 13:48:29 +0200 |
To: | bug-Net-MAC [...] rt.cpan.org |
From: | Florian Lohoff <f [...] zz.de> |
Hi,
this testcase dies although i have die => 0
#!/usr/bin/perl -w
use Net::MAC;
my $m=" 00:30:48:bd:46:3a";
my $mac=Net::MAC->new('mac' => $m, 'die' => 0);
print lc($mac->as_IEEE());
Flo
--
Florian Lohoff f@zz.de
UTF-8 Test: The 🐈 ran after a 🐁, but the 🐁 ran away
Message body not shown because it is not plain text.