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