From: Graham Knop Date: Thu, 12 Nov 2015 09:26:40 +0000 (-0500) Subject: gnu style args X-Git-Tag: v0.003000~47 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDistar.git;a=commitdiff_plain;h=25f4abaf097de92215c2a67f927e5075663743e6 gnu style args --- diff --git a/helpers/bump-version b/helpers/bump-version index 4e0ebab..0c935cf 100755 --- a/helpers/bump-version +++ b/helpers/bump-version @@ -3,7 +3,7 @@ use strict; use warnings FATAL => 'all'; use File::Find; -use Getopt::Long qw(:config gnu_compat); +use Getopt::Long qw(:config gnu_getopt); use File::Temp (); GetOptions(