~bradclawsie/Lang-Go-Mod

dd27aac45e8b3b042c1d2a422cf8ec27b7e99c9e — Brad Clawsie 4 months ago 68b3789
tidy, add github meta info
4 files changed, 6 insertions(+), 5 deletions(-)

M .github/workflows/ci.yml
M Makefile
M dist.ini
M lib/Lang/Go/Mod.pm
M .github/workflows/ci.yml => .github/workflows/ci.yml +1 -1
@@ 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"

M Makefile => Makefile +1 -1
@@ 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

M dist.ini => dist.ini +1 -0
@@ 33,5 33,6 @@ File::Spec = 0
-remove = GatherDir

[GitHub::Meta]
repo = Lang-Go-Mod

[Git::Contributors]

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