Skip to content

Commit 7c625f1

Browse files
committed
Version 0.004005
1 parent b95a6da commit 7c625f1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.004005
2+
3+
- Fix --help: pod2usage() wasn't being called correctly
4+
15
# 0.004004
26

37
- Skip capture() tests on Windows.

git-autofixup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use File::Temp;
1111
use Getopt::Long qw(:config bundling);
1212
use IPC::Open3;
1313

14-
our $VERSION = 0.004004;
14+
our $VERSION = 0.004005;
1515

1616
my $VERBOSE;
1717
my @GIT_OPTIONS;

lib/App/Git/Autofixup.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package App::Git::Autofixup;
22
use strict;
33
use warnings FATAL => 'all';
44

5-
our $VERSION = 0.004004;
5+
our $VERSION = 0.004005;
66

77
=head1 NAME
88

0 commit comments

Comments
 (0)