added attribution

master
Charlie 2013-12-09 19:10:06 -05:00
parent 371a9efe32
commit f2b95d44ed
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ primary_example_queries 'please generate mac';
description 'generates a MAC address';
name "GenerateMAC";
attribution github => [ 'https://github.com/UnGround', 'Charlie Belmer' ];
attribution github => [ 'https://github.com/UnGround', 'Charlie Belmer' ],
web => ['http://www.charliebelmer.com','Charlie Belmer'];;
handle remainder => sub {
my $address = join(':', map {sprintf '%0.2X', rand(255)}(1..6));