~bradclawsie/Lang-Go-Mod

ba44be2ff9d25e1d0568d7c12eb38ab9bf4f7776 — Brad Clawsie 1 year, 10 months ago 2046cf8
add contributor shoutout
2 files changed, 7 insertions(+), 1 deletions(-)

M dist.ini
M lib/Lang/Go/Mod.pm
M dist.ini => dist.ini +2 -0
@@ 33,3 33,5 @@ File::Spec = 0
-remove = GatherDir

[GitHub::Meta]

[Git::Contributors]

M lib/Lang/Go/Mod.pm => lib/Lang/Go/Mod.pm +5 -1
@@ 13,7 13,7 @@ use Path::Tiny qw(path);

# ABSTRACT: parse and model go.mod files

our $VERSION   = '0.004';
our $VERSION   = '0.005';
our $AUTHORITY = 'cpan:bclawsie';

our @EXPORT_OK = qw(read_go_mod parse_go_mod);


@@ 203,4 203,8 @@ Lang::Go::Mod is licensed under the same terms as Perl itself.

https://opensource.org/licenses/artistic-license-2.0

=head1 CONTRIBUTORS

Ben Bullock (https://github.com/benkasminbullock)

=cut