-
-
15 Apr 2016 13:31:52 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (383 / 0 / 11)
- Kwalitee
Bus factor: 1- 89.27% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (21.47KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 4 contributors- Mark Grimes E<lt>mgrimes@cpan.orgE<gt>
- Kent Fredric (@kentnl)
- Gregoy Oschwald (@oschwal)
- Curtis Brandt (@aggrolite)
- Dependencies
- Carp
- Perl::Tidy
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.11
- Sends Perl::Tidy errors during testing to a string instead of fs (GH#9)
- By default Perl::Tidy writes a perltidy.ERR file when it encounters errors. Perl::Tidy::Sweetened tests remove the error file then check to see if it is created after each test. This leads to a race condition with running in parallel (ie, prove -j 9). This commit makes Perl::Tidy write errors to a string buffer instead. Thanks @shlomif for the bug report (GH#9).
- Only changes tests. No need to upgrade.
Documentation
Script to execute Perl::Tidy::Sweetened cleanupScript to execute Perl::Tidy::Sweetened cleanupModules
Tweaks to Perl::Tidy to support some syntactic sugarTweaks to Perl::Tidy to support some syntactic sugarPerl::Tidy::Sweetened filter plugin to define new subroutine and class keywordsSimple object to facilitate a pluggable filter architecturePerl::Tidy::Sweetened filter plugin to handle twiglsModule Install Instructions
To install Perl::Tidy::Sweetened, copy and paste the appropriate command in to your terminal.
cpanm Perl::Tidy::Sweetened
perl -MCPAN -e shell install Perl::Tidy::Sweetened
For more information on module installation, please visit the detailed CPAN module installation guide.