Changeset 196 for trunk/project-meta
- Timestamp:
- Jan 21, 2018, 5:13:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/project-meta/project-meta
r195 r196 7 7 use strict; 8 8 use warnings; 9 10 use File::Copy qw{copy}; 9 use version; our $VERSION = version->declare('0.0.3'); 10 11 use File::Copy qw(copy); 11 12 use YAML::Syck; 12 13 use Getopt::Long(); 13 14 use Cwd(); 14 15 use Template; 15 use Archive::Zip qw( :ERROR_CODES :CONSTANTS);16 use Archive::Zip qw(:ERROR_CODES :CONSTANTS); 16 17 17 18 … … 99 100 100 101 sub cmd_version { 101 print " 0.0.2\n";102 print "$VERSION\n"; 102 103 } 103 104
Note: See TracChangeset
for help on using the changeset viewer.