summary refs log tree commit diff
path: root/pkgs/development/perl-modules/Device-OUI-1.04-hash.patch
blob: 6133ab67475642d72f72496c270b479ccbcb408d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Device-OUI-1.04/lib/Device/OUI.pm.orig	2009-03-07 02:23:17.000000000 +0000
+++ Device-OUI-1.04/lib/Device/OUI.pm	2016-08-09 08:19:00.642799675 +0100
@@ -54,7 +54,7 @@
         for my $x ( keys %hash ) {
             if ( not defined $hash{ $x } ) { $hash{ $x } = '' }
         }
-        return $handle->{ $oui } = join( "\0", %hash );
+        return $handle->{ $oui } = join( "\0", map {$_,$hash{$_}} sort keys %hash );
     } elsif ( my $x = $handle->{ $oui } ) {
         return { split( "\0", $x ) };
     }