Skip to content

Commit

Permalink
Release 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pstray committed Feb 26, 2023
1 parent 8ba4035 commit a4d6da2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl tool rename.

1.14 Sun Feb 26 22:07:31 CET 2023
- Add --shell-completion=zsh and docs

1.13 Mon Feb 13 14:24:37 CET 2023
- Add --shell-completion=bash

Expand Down
2 changes: 1 addition & 1 deletion bin/rename.PL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use Config;
use File::Basename qw(basename dirname);

($VERSION)=' $Id: rename.PL,v 1.13 Exp $ '=~/v\s*(\d+(?:\.\d+)+)/;
($VERSION)=' $Id: rename.PL,v 1.14 Exp $ '=~/v\s*(\d+(?:\.\d+)+)/;

chdir(dirname($0));
($file = basename($0)) =~ s/\.PL$//;
Expand Down

0 comments on commit a4d6da2

Please sign in to comment.