Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perl 5.22 is out already
  • Loading branch information
kraih committed Aug 13, 2015
1 parent bf2e739 commit 761e525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.15 2015-08-12
6.15 2015-08-13
- Removed deprecated build_body and build_headers methods from Mojo::Content.
- Improved Mojo::Transaction::HTTP performance slightly.
- Fixed warnings in Mojo::DOM.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Base.pm
Expand Up @@ -11,7 +11,7 @@ use Carp ();
# Only Perl 5.14+ requires it on demand
use IO::Handle ();

# Will be shipping with Perl 5.22
# Supported on Perl 5.22+
my $NAME
= eval { require Sub::Util; Sub::Util->can('set_subname') } || sub { $_[1] };

Expand Down

0 comments on commit 761e525

Please sign in to comment.