~bradclawsie/Lang-Go-Mod

e771bb639fabd2a67e3a7e396b2666131862ae6a — Brad Clawsie 3 years ago 0079af5
v0.002 - cpan build bugs
3 files changed, 6 insertions(+), 1 deletions(-)

M Changelog
M dist.ini
M lib/Lang/Go/Mod.pm
M Changelog => Changelog +3 -0
@@ 1,2 1,5 @@
0.001 2021-07-25
  - Initial release

0.002 2021-07-26
  - Fix package requirement bugs

M dist.ini => dist.ini +2 -0
@@ 21,6 21,8 @@ Carp = 0
English = 0
Exporter = 0
Path::Tiny = 0
Test2::V0 = 0
File::Spec = 0

[Prereqs / DevelopRequires]
Test2::V0 = 0

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.001';
our $VERSION   = '0.002';
our $AUTHORITY = 'cpan:bclawsie';

our @EXPORT_OK = qw(read_go_mod parse_go_mod);