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 259d0cd commit 3b215d5Copy full SHA for 3b215d5
Makefile.PL
@@ -30,7 +30,7 @@ my %WriteMakefileArgs = (
30
"Test::More" => "0.60",
31
"blib" => 0
32
},
33
- "VERSION" => "2.03",
+ "VERSION" => "2.04",
34
"test" => {
35
"TESTS" => "t/*.t t/pod/*.t"
36
}
lib/Pod/Usage.pm
@@ -18,7 +18,7 @@ use Config;
18
use Exporter;
19
use File::Spec;
20
21
-our $VERSION = '2.03';
+our $VERSION = '2.04';
22
23
our @EXPORT = qw(&pod2usage);
24
our @ISA;
0 commit comments