Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Stopping redefined subroutine warnings.#9

Open
andrewyatz wants to merge 2 commits intosamtools:masterfrom
andrewyatz:bugfix/redefined_sub_warning
Open

Stopping redefined subroutine warnings.#9
andrewyatz wants to merge 2 commits intosamtools:masterfrom
andrewyatz:bugfix/redefined_sub_warning

Conversation

@andrewyatz
Copy link

Resolving issue #5

Perl 5.16 and upwards did a lot of undefined subroutine warnings which
really clutter up output. I moved the functions into a single XS package
and had TabixIterator use the Tabix XS module directly. It probably
isn't the best solution but it does stop the problem.

Perl 5.16 and upwards did a lot of undefined subroutine warnings which
really clutter up output. I moved the functions into a single XS package
and had TabixIterator use the Tabix XS module directly. It probably
isn't the best solution but it does stop the problem.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant