Skip to content

Commit

Permalink
output the version of Business::ISBN::Data
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jul 18, 2023
1 parent 388c04e commit 75dbb76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/business-isbn.yaml
Expand Up @@ -40,9 +40,13 @@ jobs:
- name: Install dependencies
run: |
cpanm --notest .
- name: Setup environment
run: |
echo "PERL5LIB=blib/lib" >> $GITHUB_ENV
- name: Install Business::ISBN
run: |
perl Makefile.PL
make
env PERL5LIB=lib/blib cpanm --verbose --test-only Business::ISBN
perl -MBusiness::ISBN::Data -le 'print q(Business::ISBN::Data: ), Business::ISBN::Data->VERSION'
cpanm --verbose --test-only Business::ISBN

0 comments on commit 75dbb76

Please sign in to comment.