Skip to content

Commit 3b215d5

Browse files
author
Marek Rouchal
committed
Bump version
1 parent 259d0cd commit 3b215d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ my %WriteMakefileArgs = (
3030
"Test::More" => "0.60",
3131
"blib" => 0
3232
},
33-
"VERSION" => "2.03",
33+
"VERSION" => "2.04",
3434
"test" => {
3535
"TESTS" => "t/*.t t/pod/*.t"
3636
}

lib/Pod/Usage.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use Config;
1818
use Exporter;
1919
use File::Spec;
2020

21-
our $VERSION = '2.03';
21+
our $VERSION = '2.04';
2222

2323
our @EXPORT = qw(&pod2usage);
2424
our @ISA;

0 commit comments

Comments
 (0)