Changeset 335
- Timestamp:
- Aug 28, 2018, 3:18:44 PM (6 years ago)
- Location:
- trunk/ddt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ddt/ddt
r334 r335 21 21 use strict; 22 22 #use warnings; 23 use version; our $VERSION = version->declare('0.10. 2');23 use version; our $VERSION = version->declare('0.10.3'); 24 24 25 25 use Getopt::Long qw(GetOptions); … … 727 727 728 728 $attribute->{'modify_time'} = time; 729 $computer->{$mac} = $attribut ;# add new mac729 $computer->{$mac} = $attribute; # add new mac 730 730 delete $computer->{$mac_address}; # remove old mac 731 731 … … 748 748 749 749 $attribute->{'modify_time'} = time; 750 $computer->{$mac} = $attribut ;# add new mac750 $computer->{$mac} = $attribute; # add new mac 751 751 delete $computer->{$mac_address}; # remove old mac 752 752 -
trunk/ddt/make-package-debian
r296 r335 14 14 PKG_NAME=ddt 15 15 CODE_VERSION=$(grep 'version->declare' ddt | cut -f 2 -d "'") #' 16 PKG_VERSION= 616 PKG_VERSION=1 17 17 18 18 # Create future tree
Note: See TracChangeset
for help on using the changeset viewer.