M Changelog => Changelog +3 -0
@@ 3,3 3,6 @@
0.002 2021-07-26
- Fix package requirement bugs
+
+0.003 2021-07-29
+ - Add some metadata for metacpan
M dist.ini => dist.ini +2 -0
@@ 31,3 31,5 @@ File::Spec = 0
[@Filter]
-bundle = @Basic
-remove = GatherDir
+
+[GitHub::Meta]
M lib/Lang/Go/Mod.pm => lib/Lang/Go/Mod.pm +1 -1
@@ 13,7 13,7 @@ use Path::Tiny qw(path);
# ABSTRACT: parse and model go.mod files
-our $VERSION = '0.002';
+our $VERSION = '0.003';
our $AUTHORITY = 'cpan:bclawsie';
our @EXPORT_OK = qw(read_go_mod parse_go_mod);