Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37045611
en ru br
Репозитории ALT
S:0.36-alt1.1
5.1: 0.34-alt2
4.1: 0.34-alt1
4.0: 0.34-alt1
3.0: 0.34-alt1
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-File-NCopy

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.36-alt1.1
Время сборки: 22 ноября 2010, 18:28 ( 696.5 недели назад )
Размер архива: 12.46 Kb

Домашняя страница:   http://www.cpan.org

Лицензия: Artistic
О пакете: File-NCopy - Copy file, file
Описание:

File::NCopy::copy copies files to directories, or a single file to
another file.  You can also use a reference to a file handle if you wish
whem doing a file to file copy.  The functionality is very similar to
cp.  If the argument is a directory to directory copy and the
recursive flag is set then it is done recursively like cp -R.
In fact it behaves like cp on Unix for the most part.
If called in array context, an array of successful copies is returned,
otherwise the number of succesful copies is returned.  If passed a file
handle, it's difficult to make sure the file we are copying isn't the
same that we are copying to, since by opening the file in write mode it
gets pooched.  To avoid this use file names instead, if at all possible,
especially for the to file.  If passed a file handle, it is not closed
when copy returns, files opened by copy are closed.

Текущий майнтейнер: Vitaly Lipatov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • perl-File-NCopy
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin