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

Split version checking from use Alien::Gnuplot #99

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

zmughal
Copy link
Member

@zmughal zmughal commented Aug 17, 2023

in order to make downstream packaging easier.

This works around dependency scanning code that assumes the standard
semantics where a version-like string in that location refers to the
version of the Perl module that is stored in the package variable
$VERSION.

In particular, this is what rpmbuild does via the perl-generators
plugin per https://github.com/jplesnik/generators/blob/1.16/template/bin/perl.req#L240.

Fixes #98.

in order to make downstream packaging easier.

This works around dependency scanning code that assumes the standard
semantics where a version-like string in that location refers to the
version of the Perl module that is stored in the package variable
`$VERSION`.

In particular, this is what `rpmbuild` does via the `perl-generators`
plugin per <https://github.com/jplesnik/generators/blob/1.16/template/bin/perl.req#L240>.

Fixes <#98>.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 5894230573

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 323 unchanged lines in 1 file lost coverage.
  • Overall coverage remained the same at 58.974%

Files with Coverage Reduction New Missed Lines %
/home/runner/work/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot/blib/lib/PDL/Graphics/Gnuplot.pm 323 58.97%
Totals Coverage Status
Change from base Build 4561077264: 0.0%
Covered Lines: 828
Relevant Lines: 1404

💛 - Coveralls

@mohawk2 mohawk2 merged commit e11c9a1 into master Apr 12, 2024
23 checks passed
@mohawk2 mohawk2 deleted the 98-split-check-version branch April 12, 2024 13:32
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.

Extraneous "use Alien::Gnuplot 4.4;" requirements?
3 participants