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

Mention the print thing in the SYNOPSIS too #39

Merged
merged 1 commit into from Mar 19, 2014
Merged

Conversation

autarch
Copy link
Contributor

@autarch autarch commented Sep 26, 2013

This way people might actually notice ;)

This way people might actually notice ;)
@pjf
Copy link
Collaborator

pjf commented Oct 16, 2013

Wait, wouldn't print $fh; print the reference to the filehandle to STDOUT, which would presumably work?

Wouldn't we want print {$fh} "Hello World\n" instead? ;)

@autarch
Copy link
Contributor Author

autarch commented Oct 16, 2013

Good catch, though I suspect it might print $_. Either way it's unclear.

pjf added a commit that referenced this pull request Mar 19, 2014
Mention the print thing in the SYNOPSIS too
@pjf pjf merged commit d3883d9 into Dual-Life:master Mar 19, 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