Skip to content

Commit

Permalink
mention that multiple MIME types are ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 5, 2012
1 parent d194544 commit 11f089d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Mojolicious.

2.76 2012-04-06
- Improved documentation.

2.75 2012-04-05
- Improved documentation.
- Improved tests.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -33,7 +33,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Leaf Fluttering In Wind';
our $VERSION = '2.75';
our $VERSION = '2.76';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Types.pm
Expand Up @@ -93,7 +93,8 @@ the following ones.
my $ext = $types->detect('application/json;q=9');
Detect file extensions from C<Accept> header value.
Detect file extensions from C<Accept> header value. Unspecific values that
contain more than one MIME type are ignored.
=head2 C<type>
Expand Down

0 comments on commit 11f089d

Please sign in to comment.