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

Set encoding to fix pod2man errors. #104

Merged
merged 1 commit into from Apr 22, 2024
Merged

Conversation

sebastic
Copy link
Contributor

The lintian QA tool reported pod2man errors for the Debian package build:

POD ERRORS
       Hey! The above document had some coding errors, which are explained below:

       Around line 307:
           Non-ASCII character seen before =encoding in '2Ï€'. Assuming CP1252

This is fixed by using =encoding UTF-8 for '2π'.

```
POD ERRORS
       Hey! The above document had some coding errors, which are explained below:

       Around line 307:
           Non-ASCII character seen before =encoding in '2Ï€'. Assuming CP1252
```
Use UTF-8 for '2π'.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8782142554

Details

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

Files with Coverage Reduction New Missed Lines %
/home/runner/work/PDL-Graphics-Gnuplot/PDL-Graphics-Gnuplot/blib/lib/PDL/Graphics/Gnuplot.pm 308 58.88%
Totals Coverage Status
Change from base Build 8765908884: 0.0%
Covered Lines: 802
Relevant Lines: 1362

💛 - Coveralls

@mohawk2 mohawk2 merged commit 713198c into PDLPorters:master Apr 22, 2024
9 checks passed
@mohawk2
Copy link
Member

mohawk2 commented Apr 22, 2024

Thank you!

@sebastic sebastic deleted the pod2man branch April 22, 2024 11:30
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.

None yet

3 participants