Package: perl Version: 5.10.0-11.1 Severity: minor The man page for rename includes a synposis of : rename [ -v ] [ -n ] [ -f ] perlexpr [ files ] The correct synopsis should be: rename [ -v ] [ -n ] [ -f ] perlexpr [--] [ files ]
If the files you are renaming start with a "-", then you need to use the "--" switch before your filename, so that Getopt::Long can know to ignore them. The man page for rename does not mention this. Users who want to use rename on files that start with a "-" may be misled into thinking it is impossible by the confusing error messages. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=ISO-8859-1) (ignored: LC_ALL set to en_CA) Shell: /bin/sh linked to /bin/bash Versions of packages perl depends on: ii libc6 2.7-13 GNU C Library: Shared libraries ii libdb4.6 4.6.21-8 Berkeley v4.6 Database Libraries [ ii libgdbm3 1.8.3-3 GNU dbm database routines (runtime ii perl-base 5.10.0-11.1 The Pathologically Eclectic Rubbis ii perl-modules 5.10.0-11.1 Core Perl modules Versions of packages perl recommends: ii netbase 4.32 Basic TCP/IP networking system ii perl-doc 5.10.0-11.1 Perl documentation Versions of packages perl suggests: pn libterm-readline-gnu-perl | l <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]