From ba44be2ff9d25e1d0568d7c12eb38ab9bf4f7776 Mon Sep 17 00:00:00 2001 From: Brad Clawsie Date: Thu, 29 Jul 2021 20:20:23 -0500 Subject: [PATCH] add contributor shoutout --- dist.ini | 2 ++ lib/Lang/Go/Mod.pm | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index 4ad3db9..e53d02c 100644 --- a/dist.ini +++ b/dist.ini @@ -33,3 +33,5 @@ File::Spec = 0 -remove = GatherDir [GitHub::Meta] + +[Git::Contributors] diff --git a/lib/Lang/Go/Mod.pm b/lib/Lang/Go/Mod.pm index 6ded690..1301b34 100644 --- a/lib/Lang/Go/Mod.pm +++ b/lib/Lang/Go/Mod.pm @@ -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 -- 2.45.2