Skip to content

Commit

Permalink
Rebuild perl-test-pod-coverage (#12654)
Browse files Browse the repository at this point in the history
* Rebuild perl-test-pod-coverage

* Unblacklist
  • Loading branch information
druvus authored Dec 14, 2018
1 parent 98d0ad8 commit 4f3edcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
1 change: 0 additions & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ recipes/snap
recipes/perl-mixin-linewise
recipes/perl-pod-coverage-trustpod/0.100003
recipes/perl-symbol-util/0.0203
recipes/perl-test-pod-coverage/1.10
recipes/oases
recipes/novoplasty
recipes/metavelvet-sl-feature-extraction
Expand Down
5 changes: 0 additions & 5 deletions recipes/perl-test-pod-coverage/1.10/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

# If it has Build.PL use that, otherwise use Makefile.PL

set -x -e

HOME=/tmp cpanm --installdeps .
#cpanm --installdeps .

if [ -f Build.PL ]; then
perl Build.PL
perl ./Build
Expand Down
28 changes: 6 additions & 22 deletions recipes/perl-test-pod-coverage/1.10/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,26 @@ source:
url: https://cpan.metacpan.org/authors/id/N/NE/NEILB/Test-Pod-Coverage-1.10.tar.gz
sha256: {{ sha256 }}

# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
build:
number: 1
number: 2

requirements:
build:
- perl
- perl-extutils-makemaker
- perl-pod-coverage
- perl-test-builder-tester
- perl-lib
- perl-app-cpanminus
#- perl-test-builder
#- perl-warnings
#- perl-strict
#- perl-test-more

run:
- perl
- perl-app-cpanminus
#- perl-test-builder
#- perl-warnings
#- perl-strict
- perl-pod-coverage

test:
# Perl 'use' tests
commands:
- perl -e 'Test::Pod::Coverage'

# You can also put a file called run_test.pl (or run_test.py) in the recipe
# that will be run at test time.
imports:
- Test::Pod::Coverage

about:
home: http://metacpan.org/pod/Test::Pod::Coverage
license: artistic_2
summary: 'Check for pod coverage in your distribution'

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml

0 comments on commit 4f3edcd

Please sign in to comment.