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 35
|
Source: libfile-localizenewlines-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libclass-default-perl,
libfile-find-rule-perl,
libfile-remove-perl,
libfile-slurp-perl,
libparams-util-perl,
libtest-script-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-localizenewlines-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-localizenewlines-perl.git
Homepage: https://metacpan.org/release/File-LocalizeNewlines/
Package: libfile-localizenewlines-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libclass-default-perl,
libfile-find-rule-perl,
libfile-remove-perl,
libfile-slurp-perl,
libparams-util-perl
Description: Perl module to localize the newlines for one or more files
File::LocalizeNewlines is a module that allows users to easily fix conflicting
newline formats (particularly Unix- and Win32-style line endings). It changes
every end-of-line character to those of the local platform, and even corrects
instances where multiple different newline formats are used in the same file.
|