The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Perl::Tidy"

Perl::Tidy - Parses and beautifies perl source River stage three • 77 direct dependents • 143 total dependents

This module makes the functionality of the perltidy utility available to perl scripts. Any or all of the input parameters may be omitted, in which case the @ARGV array will be used to provide input parameters as described in the perltidy(1) man page....

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

Perl::Tidy::Sweet - Tweaks to Perl::Tidy to support some syntactic sugar River stage one • 2 direct dependents • 2 total dependents

There are a number of modules on CPAN that allow users to write their classes with a more "modern" syntax. These tools eliminate the need to shift off $self, can support type checking and offer other improvements. Unfortunately, they can break the su...

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

Perl::Tidy::Komodo - tidy perl files in Komodo with a project rc River stage zero No dependents

This file provides the functionality behind a command line script. For usage documentation, please see: perltidy_ko....

MITHALDU/Perl-Tidy-Komodo-1.151340 - 14 May 2015 09:05:42 UTC - Search in distribution
  • perltidy_ko - tidy perl files in Komodo with a project rc

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

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

Kwiki::PerlTidyBlocks - Kwiki Perl Tidy Blocks Plugin River stage zero No dependents

INGY/Kwiki-PerlTidyBlocks-0.12 - 11 Jan 2005 16:24:47 UTC - Search in distribution

Kwiki::PerlTidyModule - Kwiki Perl Tidy Module Plugin River stage zero No dependents

INGY/Kwiki-PerlTidyModule-0.12 - 11 Jan 2005 16:25:04 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

Perl::Critic::Policy::CodeLayout::RequireTidyCode - Must run code through perltidy. River stage three • 133 direct dependents • 408 total dependents

Conway does make specific recommendations for whitespace and curly-braces in your code, but the most important thing is to adopt a consistent layout, regardless of the specifics. And the easiest way to do that is to use Perl::Tidy. This policy will c...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 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

Code::TidyAll::Plugin::Perl::AlignMooseAttributes - Sort and align Moose-style attributes with tidyall River stage two • 3 direct dependents • 11 total dependents

This tidyall plugin sorts and aligns consecutive Moose-style attribute lines. e.g. this: has 'namespace' => ( is => 'ro', isa => 'Str', default => 'Default' ); has 'expires_at' => ( is => 'rw', default => CHI_Max_Time ); has 'storage' => ( is => 'ro'...

JSWARTZ/Code-TidyAll-Plugin-Perl-AlignMooseAttributes-0.01 - 06 Aug 2012 04:47:53 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

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

Code::TidyAll::Plugin::Perl::IgnoreMethodSignaturesSimple - Prep Method::Signatures::Simple directives for perltidy and perlcritic River stage one • 1 direct dependent • 1 total dependent

This tidyall plugin uses a preprocess/postprocess step to convert Method::Signatures::Simple ("method" and "function") to specially marked subroutines so that perltidy and perlcritic will treat them as such, and then revert them afterwards. The postp...

JSWARTZ/Code-TidyAll-Plugin-Perl-IgnoreMethodSignaturesSimple-0.03 - 13 Aug 2014 12:28:49 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

YAML::Tidy - Tidy YAML files River stage zero No dependents

yamltidy is a linter or rather a formatter for YAML files. It can adjust formatting without removing comments or blank lines. For examples see <https://perlpunk.github.io/yamltidy> The code can be found at <https://github.com/perlpunk/yamltidy>....

TINITA/YAML-Tidy-v0.10.0 - 01 Feb 2024 14:36:26 UTC - Search in distribution

HTML::Valid - tidy/validate HTML River stage one • 2 direct dependents • 7 total dependents

Validate/repair HTML. This module is based on "HTML Tidy", but not on the Perl module HTML::Tidy. However, you do not need to install HTML Tidy before installing this, because the library is contained in the distribution....

BKB/HTML-Valid-0.09 - 28 Jun 2022 23:52:25 UTC - Search in distribution
249 results (0.095 seconds)