Changeset 335 for trunk/ddt/ddt


Ignore:
Timestamp:
Aug 28, 2018, 3:18:44 PM (6 years ago)
Author:
g7moreau
Message:
  • Stupid variable error
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ddt/ddt

    r334 r335  
    2121use strict;
    2222#use warnings;
    23 use version; our $VERSION = version->declare('0.10.2');
     23use version; our $VERSION = version->declare('0.10.3');
    2424
    2525use Getopt::Long qw(GetOptions);
     
    727727
    728728         $attribute->{'modify_time'} = time;
    729          $computer->{$mac} = $attribut;      # add new mac
     729         $computer->{$mac} = $attribute;     # add new mac
    730730         delete $computer->{$mac_address};   # remove old mac
    731731
     
    748748
    749749         $attribute->{'modify_time'} = time;
    750          $computer->{$mac} = $attribut;      # add new mac
     750         $computer->{$mac} = $attribute;     # add new mac
    751751         delete $computer->{$mac_address};   # remove old mac
    752752
Note: See TracChangeset for help on using the changeset viewer.