Skip to content

Commit b104048

Browse files
committed
Version 0.004003
1 parent 92c74ef commit b104048

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.004003
2+
3+
Add missing files to package manifest.
4+
15
# 0.004002
26

37
Fix minor issues so git-autofixup works with Git for Windows:

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Makefile.PL
66
MANIFEST This list of files
77
README.pod
88
t/autofixup.t
9+
t/capture.t
910
t/implicit_upstream.t
1011
t/repo.pl
12+
t/test.pl
1113
t/util.pl

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.004002;
14+
our $VERSION = 0.004003;
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.004002;
5+
our $VERSION = 0.004003;
66

77
=head1 NAME
88

0 commit comments

Comments
 (0)