File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.004003
2+
3+ Add missing files to package manifest.
4+
15# 0.004002
26
37Fix minor issues so git-autofixup works with Git for Windows:
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Makefile.PL
66MANIFEST This list of files
77README.pod
88t/autofixup.t
9+ t/capture.t
910t/implicit_upstream.t
1011t/repo.pl
12+ t/test.pl
1113t/util.pl
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use File::Temp;
1111use Getopt::Long qw( :config bundling) ;
1212use IPC::Open3;
1313
14- our $VERSION = 0.004002 ;
14+ our $VERSION = 0.004003 ;
1515
1616my $VERBOSE ;
1717my @GIT_OPTIONS ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package App::Git::Autofixup;
22use strict;
33use warnings FATAL => ' all' ;
44
5- our $VERSION = 0.004002 ;
5+ our $VERSION = 0.004003 ;
66
77=head1 NAME
88
You can’t perform that action at this time.
0 commit comments