Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test::Pod & friends are certainly *NOT* required for build #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

creaktive
Copy link

As is, META.yml looks like:

build_requires:
  ExtUtils::MakeMaker: '0'
  File::Spec: '0'
  IO::File: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Test::CPAN::Meta: '0'
  Test::More: '0'
  Test::Pod: '0'
  Test::Pod::Coverage: '0'
  perl: '5.010'

Which forces the Test::* modules to be installed for everyone. However,
these are only necessary for the development of the module itself.

As is, META.yml looks like:

    build_requires:
      ExtUtils::MakeMaker: '0'
      File::Spec: '0'
      IO::File: '0'
      IO::Handle: '0'
      IPC::Open3: '0'
      Test::CPAN::Meta: '0'
      Test::More: '0'
      Test::Pod: '0'
      Test::Pod::Coverage: '0'
      perl: '5.010'

Which forces the Test::* modules to be installed for everyone. However,
these are only necessary for the development of the module itself.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant