From dd27aac45e8b3b042c1d2a422cf8ec27b7e99c9e Mon Sep 17 00:00:00 2001 From: Brad Clawsie Date: Sun, 15 Jan 2023 17:02:17 -0600 Subject: [PATCH] tidy, add github meta info --- .github/workflows/ci.yml | 2 +- Makefile | 2 +- dist.ini | 1 + lib/Lang/Go/Mod.pm | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77a9ec4..b7026f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: ci: runs-on: ubuntu-latest container: - image: b7j0c/perl:5.34.0 + image: b7j0c/perl:build env: PERL5LIB: "/__w/Lang-Go-Mod/Lang-Go-Mod/lib" PERLCRITIC: "/__w/Lang-Go-Mod/Lang-Go-Mod/.perlcritic" diff --git a/Makefile b/Makefile index 3e0a7b8..630d603 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ WORKDIR = /perl DOCKER_RUN = docker run --rm -it -v $(CWD):$(WORKDIR) -w $(WORKDIR) DZIL = dzil TEST_RUNNER = yath -TIDY = perltidy +TIDY = perltidier CRITIC = perlcritic CRITIC_ARGS = TCRITIC_ARGS = --theme=tests diff --git a/dist.ini b/dist.ini index 6b010bf..87cb769 100644 --- a/dist.ini +++ b/dist.ini @@ -33,5 +33,6 @@ File::Spec = 0 -remove = GatherDir [GitHub::Meta] +repo = Lang-Go-Mod [Git::Contributors] diff --git a/lib/Lang/Go/Mod.pm b/lib/Lang/Go/Mod.pm index d84ff02..b2b61a4 100644 --- a/lib/Lang/Go/Mod.pm +++ b/lib/Lang/Go/Mod.pm @@ -6,9 +6,9 @@ package Lang::Go::Mod; use warnings; use strict; -use Carp qw(croak); -use English qw(-no_match_vars); -use Exporter qw(import); +use Carp qw(croak); +use English qw(-no_match_vars); +use Exporter qw(import); use Path::Tiny qw(path); # ABSTRACT: parse and model go.mod files -- 2.45.2