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

Fix winport.pl on newer Perl versions, update README #4

Merged
merged 2 commits into from
Jun 25, 2015
Merged

Fix winport.pl on newer Perl versions, update README #4

merged 2 commits into from
Jun 25, 2015

Conversation

CaptainJet
Copy link
Contributor

Using defined in this manner has been deprecated for many versions, but
now returns an error in the newest versions of Perl. The README makes no
mention of needing XML::LibXML in run the script properly, and despite
it being mentioned in the original UnlinkMKV repository, is warranted in
being reiterated here.

This should fix #3

Using defined in this manner has been deprecated for many versions, but
now returns an error in the newest versions of Perl. The README makes no
mention of needing XML::LibXML in run the script properly, and despite
it being mentioned in the original UnlinkMKV repository, is warranted in
being reiterated here.
Using ffmpeg would cause everything to hang-up because of stdout/stderr
readings blocking yadda-yadda. Solved by combining the 2, preventing
blocking. Also fixes some indentation because I'm nitpicky.
@hilts-vaughan
Copy link
Owner

Thanks for this, I added a couple comments. After you confirm on those, we're good to merge. (Y)

@CaptainJet
Copy link
Contributor Author

2>&1 should be cross-platform, all it does is redirect stderr into stdout, and doesn't define any specific paths.

hilts-vaughan added a commit that referenced this pull request Jun 25, 2015
Fix winport.pl on newer Perl versions, update README
@hilts-vaughan hilts-vaughan merged commit 17a0925 into hilts-vaughan:master Jun 25, 2015
@hilts-vaughan
Copy link
Owner

Thanks for your change, I'll prepare a new release.

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.

"The Unlinking is Complete!", with no output
2 participants