Skip to content

Commit

Permalink
Add test recommends on Test::Pod
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 10, 2024
1 parent f3dc231 commit 8664d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ NEXT
Fixed docs about %isBodyElement calling it %isBodyMarkup
(RT #34913, RT #109024, RT #118356)

Cleaned up metadata and version requirements.

2008-02-29 Andy Lester

* Release 3.20 -- Added <div> to the list of p_closure_barriers.
Expand Down
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ on 'build' => sub {

on 'test' => sub {
requires 'Test::More', '0.95';
recommends 'Test::Pod', '1.14';
};

0 comments on commit 8664d37

Please sign in to comment.