Changeset 228 for trunk/ddt/ddt


Ignore:
Timestamp:
Jun 22, 2018, 4:38:33 PM (6 years ago)
Author:
g7moreau
Message:
  • Add link dhcp-dns-tools in package
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ddt/ddt

    r227 r228  
    2121use strict;
    2222#use warnings;
    23 use version; our $VERSION = version->declare('0.9.4');
     23use version; our $VERSION = version->declare('0.9.5');
    2424
    2525use Getopt::Long qw(GetOptions);
     
    30393039ddt - management of computer names and IP addresses
    30403040
     3041
    30413042=head1 USAGE
    30423043
     
    30793080 ddt version
    30803081
     3082
     3083=head1 DESCRIPTION
     3084
     3085DDT is an acronym for DHCP-DNS-Tools.
     3086The previous command name was not C<ddt> but just C<dhcp-dns-tools>...
     3087In practise, DDT is an IP Address Management (IPAM) service.
     3088It has been used in the LEGI laboratory for over 10 years.
     3089
     3090The tool is quite effective and tries to keep things simple
     3091but easily configurable for your site like a swiss army knife.
     3092Everything is saved in a YAML database
     3093and entries could be added, deleted, or modified by the command line.
     3094
     3095
    30813096=head1 COMMANDS
    30823097
Note: See TracChangeset for help on using the changeset viewer.