Ignore:
Timestamp:
Jan 21, 2018, 5:13:08 PM (6 years ago)
Author:
g7moreau
Message:
  • Add module version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/project-meta/project-meta

    r195 r196  
    77use strict;
    88use warnings;
    9 
    10 use File::Copy qw{copy};   
     9use version; our $VERSION = version->declare('0.0.3');
     10
     11use File::Copy qw(copy);   
    1112use YAML::Syck;
    1213use Getopt::Long();
    1314use Cwd();
    1415use Template;
    15 use Archive::Zip qw( :ERROR_CODES :CONSTANTS );
     16use Archive::Zip qw(:ERROR_CODES :CONSTANTS);
    1617
    1718
     
    99100
    100101sub cmd_version {
    101    print "0.0.2\n";
     102   print "$VERSION\n";
    102103   }
    103104
Note: See TracChangeset for help on using the changeset viewer.