Skip to content

Commit

Permalink
Remove bogus dependency to 'mro'.
Browse files Browse the repository at this point in the history
Fixes #1069.
  • Loading branch information
yanick committed Sep 15, 2014
1 parent c20e320 commit ec3110c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -4,6 +4,7 @@ Revision history for Dancer
[API CHANGES]

[BUG FIXES]
- Bogus dependency for 'mro'. (GH#1069)

[DOCUMENTATION]

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -13,7 +13,7 @@ main_module = lib/Dancer.pm
-remove=ModuleBuild
-remove=Test::UnusedVars
NextVersion::Semantic.format=%d.%04d
autoprereqs_skip=Person
autoprereqs_skip=Person|mro
ChangeStats::Git.develop_branch=devel

authority=cpan:SUKRIA
Expand Down

0 comments on commit ec3110c

Please sign in to comment.