Navigation Menu

Skip to content

Commit

Permalink
removed obsolete version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 6, 2014
1 parent 9381472 commit 84a9d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/Date.pm
Expand Up @@ -2,7 +2,7 @@ package Mojo::Date;
use Mojo::Base -base;
use overload bool => sub {1}, '""' => sub { shift->to_string }, fallback => 1;

use Time::Local 1.2 'timegm';
use Time::Local 'timegm';

has epoch => sub {time};

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/PODRenderer.pm
Expand Up @@ -6,7 +6,7 @@ use Mojo::ByteStream 'b';
use Mojo::DOM;
use Mojo::URL;
use Mojo::Util qw(slurp unindent url_escape);
use Pod::Simple::XHTML 3.09;
use Pod::Simple::XHTML;
use Pod::Simple::Search;

sub register {
Expand Down

0 comments on commit 84a9d0a

Please sign in to comment.