We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dc231 commit 8664d37Copy full SHA for 8664d37
Changes
@@ -12,6 +12,8 @@ NEXT
12
Fixed docs about %isBodyElement calling it %isBodyMarkup
13
(RT #34913, RT #109024, RT #118356)
14
15
+ Cleaned up metadata and version requirements.
16
+
17
2008-02-29 Andy Lester
18
19
* Release 3.20 -- Added <div> to the list of p_closure_barriers.
cpanfile
@@ -7,4 +7,5 @@ on 'build' => sub {
7
8
on 'test' => sub {
9
requires 'Test::More', '0.95';
10
+ recommends 'Test::Pod', '1.14';
11
};
0 commit comments