X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:date:message-id:subject:from:to
	:content-type; q=dns; s=default; b=Dict/12QzMwgLHXSXvWkHGzuqLvQR
	+hCw6/MKBU0ooP8Lfk198e3osv8NvwpRhIdpcbSw3hyjABiAyT7LwAUGx3P/1ojk
	adeKhNVEkRwg+HAgw6Ab6zlBihf2nVlVT94hDO+di4zh+gBvmRfQxl22NziVrSJ9
	pa2kAkVFBpOMpk=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:date:message-id:subject:from:to
	:content-type; s=default; bh=vZJ5ERI3tJAFgIdIjlegwhD6YKg=; b=DWU
	+zGElC7Y97LhbnHw+y3e0I/zZ5onqNHVXyw+CG47NleIQu0ymtVS4Rax2Zp+LIf7
	UZa8fB8HAx4rkhwWc089WKTk0iGOz8WWqXfLH02MJ8REuOOWbYaP4N+66TeVTOEo
	DWsJjFyqFws21M41NBUc06EDPpdyiPxG+VGz0vmk=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-yh0-f47.google.com
MIME-Version: 1.0
X-Received: by 10.170.139.86 with SMTP id g83mr17830210ykc.96.1415428521590; Fri, 07 Nov 2014 22:35:21 -0800 (PST)
Date: Sat, 8 Nov 2014 00:35:21 -0600
Message-ID: <CAAXzdLVL3FjfudT6wFfkW=jCV+0v1C14zgYhqWM1AWuuweT3MQ@mail.gmail.com>
Subject: Perl rename
From: Steven Penny <svnpenn@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

I noticed that Debian is using Perl rename

    $ readlink -f /usr/bin/rename
    /usr/bin/prename

    $ dpkg --search bin/prename
    perl: /usr/bin/prename

However, Cygwin Perl does not include this file.

    $ gzip -cd /etc/setup/perl.lst.gz | grep prename | wc
          0       0       0

I understand that the util-linux version has the benefit of not needing Perl,
however if a user decides to install the Perl package, shouldnt they benefit
from the Perl rename as well?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

