Skip to content

Commit

Permalink
drop requires 'Modern::Perl';
Browse files Browse the repository at this point in the history
  • Loading branch information
shelling committed Apr 6, 2012
1 parent 057fc98 commit c42f6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -9,12 +9,12 @@ perl_version '5.010';


requires 'UNIVERSAL::filename';
requires 'Modern::Perl';

tests 't/*.t';
author_tests 'xt';

test_requires 'Test::More';
test_requires 'Modern::Perl';
test_requires 'Try::Tiny';

auto_include;
Expand Down
2 changes: 1 addition & 1 deletion lib/Namespace/Dispatch.pm
@@ -1,7 +1,7 @@
package Namespace::Dispatch;
our $VERSION = '0.01';

use Modern::Perl;
use 5.010;
use UNIVERSAL::filename;

sub import {
Expand Down

0 comments on commit c42f6c8

Please sign in to comment.