We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66535a7 commit d34c3c9Copy full SHA for d34c3c9
Changes
@@ -1,6 +1,5 @@
1
-0.22
+0.22 Tuesday 7th February, 2012
2
POD spelling corrections. (rt #22113)
3
-
4
Add "unimport" to the stoplist. (rt #33914)
5
6
0.21 Tuesday 27th July, 2010
lib/Pod/Coverage.pm
@@ -8,7 +8,7 @@ use Pod::Find qw(pod_where);
8
BEGIN { defined &TRACE_ALL or eval 'sub TRACE_ALL () { 0 }' }
9
10
use vars qw/ $VERSION /;
11
-$VERSION = '0.21';
+$VERSION = '0.22';
12
13
=head1 NAME
14
0 commit comments