Skip to content

Commit

Permalink
updated Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 14, 2011
1 parent 849003d commit d9c57d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.PL
Expand Up @@ -11,12 +11,10 @@ use ExtUtils::MakeMaker;

my ($mm) = $ExtUtils::MakeMaker::VERSION =~ /^([^_]+)/;

# We only use core modules, so you shouldn't have to install anything besides
# Perl 5.10.1!
WriteMakefile(
NAME => 'Mojolicious',
VERSION_FROM => 'lib/Mojolicious.pm',
ABSTRACT => 'Duct Tape For The HTML5 Web!',
ABSTRACT => 'Real-time web framework',
AUTHOR => 'Sebastian Riedel <sri@cpan.org>',

($mm < 6.3002 ? () : ('LICENSE' => 'artistic_2')),
Expand Down

0 comments on commit d9c57d7

Please sign in to comment.