The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "perltidy"

perltidy - a perl script indenter and reformatter River stage three • 78 direct dependents • 144 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240511 - 10 May 2024 13:16:10 UTC - Search in distribution

Acme::PerlTidy - Clean code every time River stage zero No dependents

Acme::PerlTidy cleans up your code every time you run it....

XERN/Acme-PerlTidy-0.02 - 12 Aug 2005 10:10:18 UTC - Search in distribution

Test::PerlTidy - check that all your files are tidy. River stage two • 13 direct dependents • 32 total dependents

This rather unflattering comment was made in a piece by Ken Arnold: "Perl is a vast swamp of lexical and syntactic swill and nobody knows how to format even their own code well, but it's the only major language I can think of (with the possible excep...

SHLOMIF/Test-PerlTidy-20230226 - 26 Feb 2023 06:05:15 UTC - Search in distribution

lib/PerlTidy/Run.pm River stage zero No dependents

LEIF/tidyview-1.14 - 21 Jun 2008 07:05:15 UTC - Search in distribution

App::PerlTidy::Tk - Tk based GUI to experiment with PerlTidy configuration options River stage zero No dependents

This is a GUI program. There are some videos on Perl Maven Tk <https://perlmaven.com/tk> explaining how does this work and how was this built. When the application exits we save the current window size in the config file and next time we use that siz...

SZABGAB/App-PerlTidy-Tk-0.03 - 16 Nov 2020 10:10:42 UTC - Search in distribution

App::githook::perltidy - core implementation of githook-perltidy. River stage zero No dependents

The App::githook::perltidy module contains the implementation of the githook-perltidy script....

MLAWREN/App-githook-perltidy-1.0.1 - 14 Oct 2022 09:25:22 UTC - Search in distribution

Data::Dumper::Perltidy - Dump and pretty print Perl data structures. River stage one • 2 direct dependents • 2 total dependents

"Data::Dumper::Perltidy" encapsulates both "Data::Dumper" and "Perl::Tidy" to provide a function that stringifies a Perl data structure in a pretty printed format. See the documentation for Data::Dumper and Perl::Tidy for further information. Data::D...

JMCNAMARA/Data-Dumper-Perltidy-0.03 - 12 Dec 2012 23:25:38 UTC - Search in distribution

Padre::Plugin::PerlTidy - Format perl files using Perl::Tidy River stage one • 1 direct dependent • 1 total dependent

This is a simple plugin to run Perl::Tidy on your source code. Currently there are no customisable options (since the Padre plugin system doesn't support that yet) - however Perl::Tidy will use your normal .perltidyrc file if it exists (see Perl::Tid...

AZAWAWI/Padre-Plugin-PerlTidy-0.22 - 28 Feb 2012 11:48:49 UTC - Search in distribution

Test::PerlTidy::XTFiles - XT::Files interface for Test::PerlTidy River stage zero No dependents

Adds support for the XT::Files interface to Test::PerlTidy....

SKIRMESS/Test-PerlTidy-XTFiles-0.001 - 06 Aug 2019 11:39:02 UTC - Search in distribution

Template::Plugin::PerlTidy - Perl::Tidy filter for Template Toolkit River stage one • 1 direct dependent • 1 total dependent

This modules is a Template Toolkit Filter for Perl::Tidy. It can be used to automatically display coloured and formatted perl code in web pages....

BRIAC/Template-Plugin-PerlTidy-0.03 - 14 Dec 2002 15:04:10 UTC - Search in distribution

Test::PerlTidy::Concurrent - Concurrent Test::PerlTidy test executor. River stage zero No dependents

This module does the same work as Test::PerlTidy but in several threads concurrently. Differences in regard to Test::PerlTidy: run_tests subroutine *'j' option is added*. run_tests subroutine *'mute' option is always TRUE* for j != 0....

WTERTIUS/Test-PerlTidy-Concurrent-0.1.1 - 07 Mar 2014 11:31:51 UTC - Search in distribution

Dist::Zilla::Plugin::PerlTidy - PerlTidy in Dist::Zilla River stage one • 7 direct dependents • 8 total dependents

FAYLAND/Dist-Zilla-Plugin-PerlTidy-0.21 - 12 Feb 2015 14:24:37 UTC - Search in distribution

Code::TidyAll::Plugin::PerlTidy - Use perltidy with tidyall River stage two • 34 direct dependents • 50 total dependents

Runs perltidy, a Perl tidier....

DROLSKY/Code-TidyAll-0.84 - 10 Dec 2023 02:31:40 UTC - Search in distribution

Template::Plugin::Dumper::Perltidy - Template Toolkit plugin interface to Data::Dumper::Perltidy River stage zero No dependents

A very simple Template Toolkit Plugin Interface to the Data::Dumper::Perltidy module. The Data::Dumper::Perltidy module is "Stringify and pretty print Perl data structures." like Data::Dumper....

FAYLAND/Template-Plugin-Dumper-Perltidy-0.01 - 18 Feb 2009 13:20:29 UTC - Search in distribution

ru-perltidy - утилита для форматирования файлов perltidy с определением их кодировки. River stage zero No dependents

Форматирует файлы через perltidy c определением их кодировки. Есть 4 основные режима работы: # Отформатировать все изменённые, но ещё не закомиченные файлы: $ ru-perltidy # Обработать изменённые и закомиченные файлы в ветке (branch-е): $ ru-perltidy ...

DART/Octets-To-Unicode-0.06 - 26 May 2022 13:06:11 UTC - Search in distribution
  • ru-utf8 - утилита подмены файлов в национальных кодировках на файлы в utf-8.
  • Octets::To::Unicode - модуль и утилиты ru-perltidy и ru-utf8 для распознавания кодировки текста (в том числе в файлах) и его декодирования.

perltidy-sweet - Script to execute Perl::Tidy::Sweetened cleanup River stage one • 2 direct dependents • 2 total dependents

This script is a drop in replacement for Perl::Tidy's "perltidy" which uses Perl::Tidy::Sweetened to cleanup Perl code with a more "modern" syntax (ie, Method::Signatures::Simple, MooseX::Method::Signatures, MooseX::Declare, Kavorka, etc). See the do...

MGRIMES/Perl-Tidy-Sweetened-1.20 - 18 Apr 2023 13:41:50 UTC - Search in distribution

perltidy_ko - tidy perl files in Komodo with a project rc River stage zero No dependents

Define this script as a formatter in your Komodo preferences. Perl::Tidy will then use either .perltidyrc in the same directory as the currently open file, or if that does not exist, walk up the directories until it finds a .perltidyrc in a directory...

MITHALDU/Perl-Tidy-Komodo-1.151340 - 14 May 2015 09:05:42 UTC - Search in distribution

ur River stage one • 1 direct dependent • 1 total dependent

: UR classes have a header at the top which defines the class in terms of its metadata. This command replaces that text in the source module with a fresh copy. It is most useful to fix formatting problems, since the data from which the new version is...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution

pl - Perl One-Liner Magic Wand River stage zero No dependents

*Don't believe everything you read on SourceForge^H^H^H the internet! -- Plato :-y* Pl follows Perl's philosophy for one-liners: the one variable solely used in one-liners, @F, is single-lettered. Because not everyone may like that, pl has it both wa...

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

PPI - Parse, Analyze and Manipulate Perl (without perl) River stage four • 194 direct dependents • 1596 total dependents

About this Document This is the PPI manual. It describes its reason for existing, its general structure, its use, an overview of the API, and provides a few implementation samples. Background The ability to read, and manipulate Perl (the language) pr...

OALDERS/PPI-1.278 - 11 Mar 2024 02:22:07 UTC - Search in distribution
103 results (0.055 seconds)