Skip to content

Commit

Permalink
we now recommend Perl 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 28, 2012
1 parent 8b4e42a commit 8d012ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@

3.16 2012-07-29
- Improved documentation.

3.15 2012-07-28
- Improved Mojo::Base to load IO::Handle.
- Improved documentation.
Expand Down
2 changes: 1 addition & 1 deletion README.pod
Expand Up @@ -28,7 +28,7 @@ first class Unicode support and much more for you to discover.
=item *

Very clean, portable and Object Oriented pure-Perl API without any hidden
magic and no requirements besides Perl 5.10.1 (although 5.12+ is recommended,
magic and no requirements besides Perl 5.10.1 (although 5.14+ is recommended,
and optional CPAN modules will be used to provide advanced functionality if
they are installed).

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -34,7 +34,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Rainbow';
our $VERSION = '3.15';
our $VERSION = '3.16';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down

0 comments on commit 8d012ab

Please sign in to comment.