-
Notifications
You must be signed in to change notification settings - Fork 1
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
v0.14 depends on Test::DiagINC #7
Comments
That dependency on Would you mind sharing how you are building/installing |
Woops! My apologies. A typo propagated into my system here, mistaking v0.11 for v0.13. Sorry for the disturbance. You're quite right. I've bundled |
Ah, gotcha. Yes... when switching to using However, if you are using Happy to continue to try to help diagnose build/install problems, if you care to provide more info about how your build/install is being done. |
Thanks :) I'm packaging Perl modules for the nixpkgs repository, and was doing an update of JavaScript::Minifier::XS. It's a declarative way of defining environments, worth checking out. |
Hi there :)
While upgrading JavaScript::Minifier::XS in nixpkgs from v0.13 -> v0.14 I noticed that the tarball from CPAN has Test::DiagINC as a hard dependency for tests, although this is not in the cpanfile.
t/00-report-prereqs.t .. Can't locate Test/DiagINC.pm in @INC (you may need to install the Test::DiagINC module) (@INC contains: ...
The text was updated successfully, but these errors were encountered: