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

v0.4.0 #22

Merged
merged 6 commits into from
May 15, 2018
Merged

v0.4.0 #22

merged 6 commits into from
May 15, 2018

Conversation

cxw42
Copy link
Member

@cxw42 cxw42 commented May 15, 2018

Fixes #14 and #15.

Chris White added 5 commits May 14, 2018 14:15
The unpacked installation of bin/perlpp references Text/PerlPP.pm from
somewhere else.  Use the POD from bin/perlpp if that's what we're
running under.
This way you can suppress a trailing newline, e.g,. with `<?...`
or `<?#...`.  This does not apply to capturing, which you have to close
properly in the input file.

Closes interpreters#15.
- By default, add `#line` directives to the generated script so that
  errors will be reported somewhere near the input file/line number.
  Closes interpreters#14.
- New option `--Elines` to suppress that, so that you can look at the
  `-E` output and find exactly where the error is.
- Bumped version number to 0.4.0.
@cxw42 cxw42 self-assigned this May 15, 2018
@cxw42 cxw42 merged commit 50db492 into interpreters:master May 15, 2018
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.

1 participant