Skip to content

Commit

Permalink
Use perl to make the full path to the bin
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Feb 26, 2021
1 parent e1cff51 commit 3cd5e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/PAUSE.pm
Expand Up @@ -34,7 +34,7 @@ L<Module::Release>
=head1 SOURCE AVAILABILITY
This source is in GitHub:
This source is in GitHub
https://github.com/briandfoy/module-release
Expand Down

0 comments on commit 3cd5e85

Please sign in to comment.