File: control

package info (click to toggle)
libfile-bom-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 180 kB
  • sloc: perl: 705; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,542 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
32
33
34
Source: libfile-bom-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 (>= 11),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libtest-exception-perl,
                     libreadonly-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-bom-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-bom-perl.git
Homepage: https://metacpan.org/release/File-BOM

Package: libfile-bom-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libreadonly-perl
Description: Perl module for handling Byte Order Marks
 File::BOM provides functions for handling Unicode Byte Order Marks, which are
 sometimes found at the beginning of some files and streams. It allows programs
 to automatically determine the original byte ordering a file was written with;
 in other words, whether the program was written in little-endian or big-endian
 byte order.
 .
 This module provides a simple way to open a file, determine its byte ordering
 and return the appropriate encoding style. Byte Order Marks are usually found
 at the beginning of a file, but in the case of a stream where this is not the
 case, this module also provides a utility to scan any filehandle for it.