Skip to content

Commit

Permalink
Drop unnecessary prerequisites for markdown filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Jun 28, 2019
1 parent 97b0ff4 commit 3c0643e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ WriteMakefile(
'Path::Tiny' => 0,
'XML::Twig' => 3.48,
'HTML::TreeBuilder' => 0,
'HTML::Scrubber' => 0,
'Parse::RecDescent' => 0,
'Moo' => 1.001000,
'Text::Markdown' => 0,
# minimum version which supports InstanceOf
'Type::Tiny' => 0.008,
'Scalar::Util' => 0,
Expand Down
2 changes: 2 additions & 0 deletions lib/Template/Flute.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2355,6 +2355,8 @@ see L<Template::Flute::Filter::LowerDash>.
Turns text in Markdown format into HTML.
see L<Template::Flute::Filter::Markdown>.
Requires L<Text::Markdown> and L<HTML::Scrubber> modules.
=back
Filter classes are loaded at runtime for efficiency and to keep the
Expand Down

0 comments on commit 3c0643e

Please sign in to comment.