From 68b37899dc0b13f031a35c573b87275d9723b9fc Mon Sep 17 00:00:00 2001 From: Brad Clawsie Date: Sun, 15 Jan 2023 15:05:36 -0600 Subject: [PATCH] version, pod, year updates --- Makefile | 2 +- dist.ini | 2 +- lib/Lang/Go/Mod.pm | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index eacd9f8..3e0a7b8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -IMG = b7j0c/perl:5.34.0 +IMG = b7j0c/perl:build CWD = $(shell pwd) WORKDIR = /perl DOCKER_RUN = docker run --rm -it -v $(CWD):$(WORKDIR) -w $(WORKDIR) diff --git a/dist.ini b/dist.ini index e53d02c..6b010bf 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ name = Lang-Go-Mod author = Brad Clawsie license = Perl_5 copyright_holder = Brad Clawsie -copyright_year = 2021 +copyright_year = 2023 [RewriteVersion] diff --git a/lib/Lang/Go/Mod.pm b/lib/Lang/Go/Mod.pm index 1301b34..d84ff02 100644 --- a/lib/Lang/Go/Mod.pm +++ b/lib/Lang/Go/Mod.pm @@ -1,7 +1,7 @@ # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # -# (C) Brad Clawsie, 2021 -- brad.clawsie@gmail.com +# (C) Brad Clawsie, 2023 -- brad.clawsie@gmail.com package Lang::Go::Mod; use warnings; @@ -143,7 +143,7 @@ __END__ =head1 NAME -C - parse and model go.mod files +Lang::Go::Mod - parse and model go.mod files =head1 SYNOPSIS @@ -201,10 +201,10 @@ return the hash representation of the contents. All errors C. Lang::Go::Mod is licensed under the same terms as Perl itself. -https://opensource.org/licenses/artistic-license-2.0 +L =head1 CONTRIBUTORS -Ben Bullock (https://github.com/benkasminbullock) +Ben Bullock (L) =cut -- 2.38.5