diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d6768d6..e3c67de 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -31,7 +31,7 @@ jobs: - name: Set up Perl run: | brew install perl - readlink `which perl` | xargs dirname | xargs realpath >> $GITHUB_PATH + perl -MFile::Spec::Functions=rel2abs -MFile::Basename -le '$_=shift; print dirname(rel2abs(-l?readlink:$_))' `which perl` >> $GITHUB_PATH - name: Perl version check run: | echo $PATH diff --git a/lib/Module/Release/PAUSE.pm b/lib/Module/Release/PAUSE.pm index a84deb1..d325993 100644 --- a/lib/Module/Release/PAUSE.pm +++ b/lib/Module/Release/PAUSE.pm @@ -34,7 +34,7 @@ L =head1 SOURCE AVAILABILITY -This source is in GitHub: +This source is in GitHub https://github.com/briandfoy/module-release