File: control

package info (click to toggle)
libfile-ncopy-perl 0.36-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 124 kB
  • ctags: 40
  • sloc: perl: 403; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 829 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libfile-ncopy-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libtest-pod-perl
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/File-NCopy/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-ncopy-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-ncopy-perl/

Package: libfile-ncopy-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module for file copying like cp
 The File::NCopy module provides a function that copies files to
 directories, or a single file to another file.  It can also use a
 reference to a file handle.  The functionality is very similar to
 the cp program.