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 b95a6da commit 7c625f1Copy full SHA for 7c625f1
Changes
@@ -1,3 +1,7 @@
1
+# 0.004005
2
+
3
+- Fix --help: pod2usage() wasn't being called correctly
4
5
# 0.004004
6
7
- Skip capture() tests on Windows.
git-autofixup
@@ -11,7 +11,7 @@ use File::Temp;
11
use Getopt::Long qw(:config bundling);
12
use IPC::Open3;
13
14
-our $VERSION = 0.004004;
+our $VERSION = 0.004005;
15
16
my $VERBOSE;
17
my @GIT_OPTIONS;
lib/App/Git/Autofixup.pm
@@ -2,7 +2,7 @@ package App::Git::Autofixup;
use strict;
use warnings FATAL => 'all';
=head1 NAME
8
0 commit comments