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

Don't try to open files in the distribution for writing #46

Merged
merged 1 commit into from Mar 30, 2014
Merged

Don't try to open files in the distribution for writing #46

merged 1 commit into from Mar 30, 2014

Conversation

afresh1
Copy link
Contributor

@afresh1 afresh1 commented Mar 29, 2014

When imported into OpenBSD, this will be attempted to run from a
readonly source tree. This test fails in that situation because we are
not allowed to open t/truncate_me for writing.

Instead, we can just use the tempfile.

When imported into OpenBSD, this will be attempted to run from a
readonly source tree.  This test fails in that situation because we are
not allowed to open t/truncate_me for writing.

Instead, we can just use the tempfile.
@pjf
Copy link
Collaborator

pjf commented Mar 30, 2014

This looks good to me, and travis loves it, so I'm merging.

I know I was trying to clean up #35 before doing a release, but honestly what we have now is better than what we had before, and since my release criterion is purely "better than the previous release", I'll try and roll this out now. :)

Thanks for being awesome!

Paul

pjf added a commit that referenced this pull request Mar 30, 2014
Don't try to open files in the distribution for writing
@pjf pjf merged commit 547efdb into Dual-Life:master Mar 30, 2014
pjf added a commit that referenced this pull request Mar 30, 2014
pjf added a commit that referenced this pull request Mar 30, 2014
        * FEATURE: Provide a stack backtrace when `Carp::Always` is enabled.
                   Note that sometimes this is not as pretty as it could
                   be, patches welcome.
                   (Thanks to Niels Thykier, GH #35)

        * BUGFIX: Fix situations where `no autodie` doesn't respect lexical
                  scope. (Thanks to Niels Thykier, GH #41, RT #72053,
                  RT #86396)

        * INTERNAL: Remove now unused variables in code (Niels Thykier).

        * DOCS: Make it extra-clear autodie doesn't check `print`.
                (Dave Rolsky, GH #39)

        * TEST: Removed obsolete boilerplate.t

        * TEST / INTERNAL: Enabled travis-ci for Perl 5.8

        * TEST: Stopped some Pod::Coverage tests failing under Perl 5.8

        * BUILD: Better support for building in a read-only directory
                 (courtesy Andrew Fresh, GH #46)
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

2 participants