From aaf61acdbaa2b4489317f39012140fa23dda7978 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 9 Feb 2023 14:03:12 +0300 Subject: [PATCH] Explicitly mention that Perl version is not supported --- torn => torn.pl | 6 ++++-- torn.zsh | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) rename torn => torn.pl (94%) diff --git a/torn b/torn.pl similarity index 94% rename from torn rename to torn.pl index 70a82b9..a029b56 100755 --- a/torn +++ b/torn.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # torn - Musical files renaming with russian language transliteration -# Copyright (C) 2007-2023 Sergey Matveev (stargrave@stargrave.org) +# Copyright (C) 2007-2021 Sergey Matveev (stargrave@stargrave.org) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,9 +19,11 @@ =head1 DESCRIPTION This Perl script takes directory file list and renames all files, -making some substitution changes. It has some rules for musical +making some substitution changes. It has some rules for musical files and rules to convert russian filenames to translit. +This version is unsupported! Use zsh-based implementation instead. + =head1 USAGE Simply run this script in directory where you want files and/or diff --git a/torn.zsh b/torn.zsh index 6be9f13..11d0fcc 100755 --- a/torn.zsh +++ b/torn.zsh @@ -1,5 +1,5 @@ # torn - Musical files renaming with russian language transliteration -# Copyright (C) 2007-2023 Sergey Matveev (stargrave@stargrave.org) +# Copyright (C) 2021-2023 Sergey Matveev (stargrave@stargrave.org) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- 2.44.0