Bump version and update Changes
[gruntmaster-data.git] / lib / Gruntmaster / App / Command / Set.pm
index 3ae62b0d507f7b81c6fb01c23365ec8dca00e199..c342e477ebf82078bc7d433c344f8953aad36afd 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Set;
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_014';
 
 use Gruntmaster::App '-command';
 use Gruntmaster::Data;
@@ -11,7 +11,7 @@ use Gruntmaster::Data;
 use File::Slurp qw/read_file/;
 
 sub opt_spec {
-       ['file!', 'Use the contents of a file as value'],
+       ['file!', 'Use the contents of a file as value']
 }
 
 sub usage_desc { "%c [-cjpu] set id column value [column value ...]\n%c [-cjpu] set --file id column filename [column filename ...]" }
@@ -63,7 +63,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2015 by Marius Gavrilescu
+Copyright (C) 2014-2015 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.1 or,
This page took 0.010832 seconds and 4 git commands to generate.