File: control

package info (click to toggle)
libfile-spec-native-perl 1.004-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 244 kB
  • sloc: perl: 216; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,424 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
22
23
24
25
26
27
28
29
30
31
Source: libfile-spec-native-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libpath-class-perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-spec-native-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-spec-native-perl.git
Homepage: https://metacpan.org/release/File-Spec-Native

Package: libfile-spec-native-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module for using native OS implementation of File::Spec from a subclass
 File::Spec::Native is a stupid hack to make the default File::Spec behavior
 available from a subclass. This can be useful when using another module that
 expects a subclass of File::Spec but you want to use the current, native OS
 format (automatically detected by File::Spec).
 .
 For example: Path::Class/as_foreign (as of version 0.24) allows you to
 translate a Path::Class object from one OS format to another. However, there
 is no way to specify that you want to translate the path into the current,
 native OS format without guessing at what that format is (which may include
 peeking into @File::Spec::ISA).
 .
 This module @ISA File::Spec.