libtext-findindent-perl 0.11-5 source package in Ubuntu

Changelog

libtext-findindent-perl (0.11-5) unstable; urgency=medium

  * Team upload.
  * Fix typo in long description.
  * Add patch to make Makefile.PL work without Module::Install::DSL.
    Thanks to Niko Tyni for the bug report. (Closes: #1040021)
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Sat, 01 Jul 2023 17:05:16 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-findindent-perl_0.11-5.dsc 2.4 KiB 19ca8007ee4f29a6c65d79d499723f3c90b034cd9171b5ef5ea9dfdfc8bc4fbf
libtext-findindent-perl_0.11.orig.tar.gz 27.4 KiB d80d4b660c6b0676a9e0cb710c4397fa8c988f18ddb93fb99ae76f75a3af0bcd
libtext-findindent-perl_0.11-5.debian.tar.xz 3.4 KiB f8beda6e86d3459ced0f9a41c6211dd2732cecc2acb6b6fa88b76367b2b1454b

Available diffs

No changes file available.

Binary packages built by this source

libtext-findindent-perl: module to heuristically determine indentation style

 Text::FindIndent is a Perl module that attempts to detect the underlying
 indentation "policy" for a text file (most likely a source code file). You
 give it a chunk of text, and it tells you if tabs, spaces or combination of
 both are used for indentation.
 .
 It honours Vim modelines and Emacs Local Variables settings.