fix push_ver for new file loc
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
use File::Glob qw/bsd_glob/;
|
use File::Glob qw/bsd_glob/;
|
||||||
|
|
||||||
my @pms = glob_rec("./lib");
|
my @pms = glob_rec("../../lib");
|
||||||
|
|
||||||
$new_version = shift @ARGV || die "missing new version\n";
|
$new_version = shift @ARGV || die "missing new version\n";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user