Changeset 335 for trunk/ddt


Ignore:
Timestamp:
Aug 28, 2018, 3:18:44 PM (6 years ago)
Author:
g7moreau
Message:
  • Stupid variable error
Location:
trunk/ddt
Files:
2 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
  • trunk/ddt/make-package-debian

    r296 r335  
    1414PKG_NAME=ddt
    1515CODE_VERSION=$(grep 'version->declare' ddt | cut -f 2 -d "'") #'
    16 PKG_VERSION=6
     16PKG_VERSION=1
    1717
    1818# Create future tree
Note: See TracChangeset for help on using the changeset viewer.