summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/autodie.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/autodie.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/autodie.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/tlperl/lib/autodie.pm b/Master/tlpkg/tlperl/lib/autodie.pm
index 8f62d670d80..0c1b9ac04c4 100644
--- a/Master/tlpkg/tlperl/lib/autodie.pm
+++ b/Master/tlpkg/tlperl/lib/autodie.pm
@@ -9,7 +9,7 @@ our $VERSION;
# ABSTRACT: Replace functions with ones that succeed or die with lexical scope
BEGIN {
- our $VERSION = '2.32'; # VERSION: Generated by DZP::OurPkg::Version
+ our $VERSION = '2.34'; # VERSION: Generated by DZP::OurPkg::Version
}
use constant ERROR_WRONG_FATAL => q{
@@ -306,7 +306,7 @@ return an empty list, or a list consisting only of a single undef
element.
Some builtins (e.g. C<chdir> or C<truncate>) has a call signature that
-cannot completely be representated with a Perl prototype. This means
+cannot completely be represented with a Perl prototype. This means
that some valid Perl code will be invalid under autodie. As an example:
chdir(BAREWORD);
@@ -392,8 +392,7 @@ C<autodie> with block eval is considered good practice.
=head2 REPORTING BUGS
Please report bugs via the GitHub Issue Tracker at
-L<https://github.com/pjf/autodie/issues> or via the CPAN Request
-Tracker at L<https://rt.cpan.org/NoAuth/Bugs.html?Dist=autodie>.
+L<https://github.com/pjf/autodie/issues>.
=head1 FEEDBACK