From 7c625f1f6b50dcb5b6cdfa7603667e5fc4741889 Mon Sep 17 00:00:00 2001 From: Jordan Torbiak Date: Tue, 24 Oct 2023 14:48:00 -0600 Subject: [PATCH] Version 0.004005 --- Changes | 4 ++++ git-autofixup | 2 +- lib/App/Git/Autofixup.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 5076eb9..3dcb431 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +# 0.004005 + +- Fix --help: pod2usage() wasn't being called correctly + # 0.004004 - Skip capture() tests on Windows. diff --git a/git-autofixup b/git-autofixup index 3978135..10aa2fd 100755 --- a/git-autofixup +++ b/git-autofixup @@ -11,7 +11,7 @@ use File::Temp; use Getopt::Long qw(:config bundling); use IPC::Open3; -our $VERSION = 0.004004; +our $VERSION = 0.004005; my $VERBOSE; my @GIT_OPTIONS; diff --git a/lib/App/Git/Autofixup.pm b/lib/App/Git/Autofixup.pm index 02ef8fb..d108040 100644 --- a/lib/App/Git/Autofixup.pm +++ b/lib/App/Git/Autofixup.pm @@ -2,7 +2,7 @@ package App::Git::Autofixup; use strict; use warnings FATAL => 'all'; -our $VERSION = 0.004004; +our $VERSION = 0.004005; =head1 NAME