Skip to content

Commit

Permalink
Remove references to unused Pod::ParseLink
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Dec 15, 2013
1 parent f39932f commit 68c8481
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ Git::Commit.allow_dirty = README.mkdn

; Verbatim tests have trailing whitespace (in pod and and heredocs).
Test::EOL.trailing_whitespace = 0

[Prereqs]
; this could be RuntimeRecommends if it causes a problem
Pod::ParseLink = 1.10
1 change: 0 additions & 1 deletion lib/Pod/Markdown.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ package Pod::Markdown;

use Pod::Simple 3.14 (); # external links with text
use parent qw(Pod::Simple::Methody);
use Pod::ParseLink (); # core

our %URL_PREFIXES = (
sco => 'http://search.cpan.org/perldoc?',
Expand Down

0 comments on commit 68c8481

Please sign in to comment.