Fix installations using Carton or Carmel #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello. Looks like it's impossible to install this module using Carton.
We're going to start using Carton in our workflows, but we faced the following problem:
We're using
PDF::API2
inside our application and when PDF::TextBlock is going to be installed earlier PDF::API2 it tries to install PDF::Builder because of behavior defined in Makefile.PL. I think it's better for everyone to remove this code and if someone will forget to install PDF::API2 or PDF::Builder i'm sure he will know about this very soon.As I can see from code inside PDF::TextBlock module it will not cause any compilation time errors related to PDF::API2 or PDF::Builder modules because there is no explicit
use
orrequire
statements inside packages.