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