~bradclawsie/Lang-Go-Mod

ea8edaa69ebb19883141817465b3ab587a325524 — Brad Clawsie 2 months ago 352abdc
v0.006; support retract directive
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/Lang/Go/Mod.pm
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.005';
our $VERSION   = '0.006';
our $AUTHORITY = 'cpan:bclawsie';

our @EXPORT_OK = qw(read_go_mod parse_go_mod _parse_retract);