~bradclawsie/Lang-Go-Mod

68b37899dc0b13f031a35c573b87275d9723b9fc — Brad Clawsie 4 months ago ba44be2
version, pod, year updates
3 files changed, 6 insertions(+), 6 deletions(-)

M Makefile
M dist.ini
M lib/Lang/Go/Mod.pm
M Makefile => Makefile +1 -1
@@ 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)

M dist.ini => dist.ini +1 -1
@@ 2,7 2,7 @@ name    = Lang-Go-Mod
author  = Brad Clawsie <brad.clawsie@gmail.com>
license = Perl_5
copyright_holder = Brad Clawsie
copyright_year   = 2021
copyright_year   = 2023

[RewriteVersion]


M lib/Lang/Go/Mod.pm => lib/Lang/Go/Mod.pm +4 -4
@@ 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<Lang::Go::Mod> - 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<croak>.

Lang::Go::Mod is licensed under the same terms as Perl itself.

https://opensource.org/licenses/artistic-license-2.0
L<https://opensource.org/licenses/artistic-license-2.0>

=head1 CONTRIBUTORS

Ben Bullock (https://github.com/benkasminbullock)
Ben Bullock (L<https://github.com/benkasminbullock>)

=cut