[libcode-tidyall-perl] 371/374: Imported Upstream version 0.18

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:54 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit 41026e190c68246b932a1c4501688a646436bc72
Merge: 7f070b1 3f69e52
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Sep 30 00:02:14 2013 +0200

    Imported Upstream version 0.18

 Changes                                      |    6 ++++++
 MANIFEST                                     |    3 ++-
 META.json                                    |    4 ++--
 META.yml                                     |    4 ++--
 Makefile.PL                                  |   22 ++++++++++++++++++----
 README                                       |    2 +-
 bin/tidyall                                  |    2 +-
 lib/Code/TidyAll.pm                          |    4 ++--
 lib/Code/TidyAll/Cache.pm                    |    2 +-
 lib/Code/TidyAll/Config/INI/Reader.pm        |    2 +-
 lib/Code/TidyAll/Git/Precommit.pm            |   21 ++++++++++++++++-----
 lib/Code/TidyAll/Git/Prereceive.pm           |    4 ++--
 lib/Code/TidyAll/Git/Util.pm                 |    2 +-
 lib/Code/TidyAll/Plugin.pm                   |    4 ++--
 lib/Code/TidyAll/Plugin/CSSUnminifier.pm     |    4 ++--
 lib/Code/TidyAll/Plugin/JSBeautify.pm        |   11 +++++++----
 lib/Code/TidyAll/Plugin/JSHint.pm            |    4 ++--
 lib/Code/TidyAll/Plugin/JSLint.pm            |    4 ++--
 lib/Code/TidyAll/Plugin/MasonTidy.pm         |    4 ++--
 lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm    |    4 ++--
 lib/Code/TidyAll/Plugin/PerlCritic.pm        |    4 ++--
 lib/Code/TidyAll/Plugin/PerlTidy.pm          |    4 ++--
 lib/Code/TidyAll/Plugin/PodChecker.pm        |    4 ++--
 lib/Code/TidyAll/Plugin/PodSpell.pm          |    9 +++++----
 lib/Code/TidyAll/Plugin/PodTidy.pm           |    4 ++--
 lib/Code/TidyAll/Plugin/SortLines.pm         |    4 ++--
 lib/Code/TidyAll/Result.pm                   |    4 ++--
 lib/Code/TidyAll/SVN/Precommit.pm            |    4 ++--
 lib/Code/TidyAll/SVN/Util.pm                 |    2 +-
 lib/Code/TidyAll/Test/Class.pm               |    2 +-
 lib/Code/TidyAll/Test/Plugin/AToZ.pm         |    2 +-
 lib/Code/TidyAll/Test/Plugin/CheckUpper.pm   |    2 +-
 lib/Code/TidyAll/Test/Plugin/RepeatFoo.pm    |    2 +-
 lib/Code/TidyAll/Test/Plugin/ReverseFoo.pm   |    2 +-
 lib/Code/TidyAll/Test/Plugin/UpperText.pm    |    2 +-
 lib/Code/TidyAll/Util.pm                     |    2 +-
 lib/Code/TidyAll/Util/Zglob.pm               |    2 +-
 lib/Code/TidyAll/t/Basic.pm                  |    2 +-
 lib/Code/TidyAll/t/Conf.pm                   |    2 +-
 lib/Code/TidyAll/t/Git.pm                    |    2 +-
 lib/Code/TidyAll/t/Plugin.pm                 |    2 +-
 lib/Code/TidyAll/t/Plugin/CSSUnminifier.pm   |    2 +-
 lib/Code/TidyAll/t/Plugin/JSBeautify.pm      |    2 +-
 lib/Code/TidyAll/t/Plugin/JSHint.pm          |    2 +-
 lib/Code/TidyAll/t/Plugin/JSLint.pm          |    2 +-
 lib/Code/TidyAll/t/Plugin/MasonTidy.pm       |    2 +-
 lib/Code/TidyAll/t/Plugin/PHPCodeSniffer.pm  |    2 +-
 lib/Code/TidyAll/t/Plugin/PerlCritic.pm      |    2 +-
 lib/Code/TidyAll/t/Plugin/PerlTidy.pm        |    2 +-
 lib/Code/TidyAll/t/Plugin/PodChecker.pm      |    4 ++--
 lib/Code/TidyAll/t/Plugin/PodSpell.pm        |    2 +-
 lib/Code/TidyAll/t/Plugin/PodTidy.pm         |    4 ++--
 lib/Code/TidyAll/t/Plugin/SortLines.pm       |    2 +-
 lib/Code/TidyAll/t/SVN.pm                    |    2 +-
 lib/Code/TidyAll/t/Util.pm                   |    2 +-
 lib/Code/TidyAll/t/Zglob.pm                  |    2 +-
 lib/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm |    2 +-
 lib/Test/Code/TidyAll.pm                     |   11 ++++++-----
 perltidy.LOG                                 |   21 +++++++++++++++++++++
 t/author-Plugin-PHPCodeSniffer.t             |   11 -----------
 xt/tidyall.t                                 |    3 +++
 61 files changed, 154 insertions(+), 104 deletions(-)

diff --cc MANIFEST
index d976c9e,0000000..3e14930
mode 100644,000000..100644
--- a/MANIFEST
+++ b/MANIFEST
@@@ -1,80 -1,0 +1,81 @@@
 +Changes
 +INSTALL
 +LICENSE
 +MANIFEST
 +META.json
 +META.yml
 +Makefile.PL
 +bin/tidyall
 +etc/editors/tidyall.el
 +etc/editors/tidyall.vim
 +lib/Code/TidyAll.pm
 +lib/Code/TidyAll/Cache.pm
 +lib/Code/TidyAll/Config/INI/Reader.pm
 +lib/Code/TidyAll/Git/Precommit.pm
 +lib/Code/TidyAll/Git/Prereceive.pm
 +lib/Code/TidyAll/Git/Util.pm
 +lib/Code/TidyAll/Plugin.pm
 +lib/Code/TidyAll/Plugin/CSSUnminifier.pm
 +lib/Code/TidyAll/Plugin/JSBeautify.pm
 +lib/Code/TidyAll/Plugin/JSHint.pm
 +lib/Code/TidyAll/Plugin/JSLint.pm
 +lib/Code/TidyAll/Plugin/MasonTidy.pm
 +lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm
 +lib/Code/TidyAll/Plugin/PerlCritic.pm
 +lib/Code/TidyAll/Plugin/PerlTidy.pm
 +lib/Code/TidyAll/Plugin/PodChecker.pm
 +lib/Code/TidyAll/Plugin/PodSpell.pm
 +lib/Code/TidyAll/Plugin/PodTidy.pm
 +lib/Code/TidyAll/Plugin/SortLines.pm
 +lib/Code/TidyAll/Result.pm
 +lib/Code/TidyAll/SVN/Precommit.pm
 +lib/Code/TidyAll/SVN/Util.pm
 +lib/Code/TidyAll/Test/Class.pm
 +lib/Code/TidyAll/Test/Plugin/AToZ.pm
 +lib/Code/TidyAll/Test/Plugin/CheckUpper.pm
 +lib/Code/TidyAll/Test/Plugin/RepeatFoo.pm
 +lib/Code/TidyAll/Test/Plugin/ReverseFoo.pm
 +lib/Code/TidyAll/Test/Plugin/UpperText.pm
 +lib/Code/TidyAll/Util.pm
 +lib/Code/TidyAll/Util/Zglob.pm
 +lib/Code/TidyAll/t/Basic.pm
 +lib/Code/TidyAll/t/Conf.pm
 +lib/Code/TidyAll/t/Git.pm
 +lib/Code/TidyAll/t/Plugin.pm
 +lib/Code/TidyAll/t/Plugin/CSSUnminifier.pm
 +lib/Code/TidyAll/t/Plugin/JSBeautify.pm
 +lib/Code/TidyAll/t/Plugin/JSHint.pm
 +lib/Code/TidyAll/t/Plugin/JSLint.pm
 +lib/Code/TidyAll/t/Plugin/MasonTidy.pm
 +lib/Code/TidyAll/t/Plugin/PHPCodeSniffer.pm
 +lib/Code/TidyAll/t/Plugin/PerlCritic.pm
 +lib/Code/TidyAll/t/Plugin/PerlTidy.pm
 +lib/Code/TidyAll/t/Plugin/PodChecker.pm
 +lib/Code/TidyAll/t/Plugin/PodSpell.pm
 +lib/Code/TidyAll/t/Plugin/PodTidy.pm
 +lib/Code/TidyAll/t/Plugin/SortLines.pm
 +lib/Code/TidyAll/t/SVN.pm
 +lib/Code/TidyAll/t/Util.pm
 +lib/Code/TidyAll/t/Zglob.pm
 +lib/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm
 +lib/Test/Code/TidyAll.pm
++perltidy.LOG
 +t/Basic.t
 +t/Conf.t
 +t/Zglob.t
 +t/author-Git.t
 +t/author-Plugin-CSSUnminifier.t
 +t/author-Plugin-JSBeautify.t
 +t/author-Plugin-JSHint.t
 +t/author-Plugin-JSLint.t
 +t/author-Plugin-MasonTidy.t
- t/author-Plugin-PHPCodeSniffer.t
 +t/author-Plugin-PerlCritic.t
 +t/author-Plugin-PerlTidy.t
 +t/author-Plugin-PodChecker.t
 +t/author-Plugin-PodSpell.t
 +t/author-Plugin-PodTidy.t
 +t/author-Plugin-SortLines.t
 +t/author-SVN.t
 +t/author-Util.t
 +t/author-tidy-and-critic.t
++xt/tidyall.t
diff --cc META.json
index 288a1ee,0000000..a49caad
mode 100644,000000..100644
--- a/META.json
+++ b/META.json
@@@ -1,75 -1,0 +1,75 @@@
 +{
 +   "abstract" : "Tidy and validate code in many ways at once",
 +   "author" : [
 +      "Jonathan Swartz <swartz at pobox.com>"
 +   ],
 +   "dynamic_config" : 0,
-    "generated_by" : "Dist::Zilla version 4.300028, CPAN::Meta::Converter version 2.120921",
++   "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.131560",
 +   "license" : [
 +      "perl_5"
 +   ],
 +   "meta-spec" : {
 +      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
 +      "version" : "2"
 +   },
 +   "name" : "Code-TidyAll",
 +   "no_index" : {
 +      "directory" : [
 +         "lib/Code/TidyAll/t",
 +         "lib/Code/TidyAll/Test"
 +      ],
 +      "file" : [
 +         "lib/Code/TidyAll/Util.pm"
 +      ]
 +   },
 +   "prereqs" : {
 +      "configure" : {
 +         "requires" : {
 +            "ExtUtils::MakeMaker" : "6.30"
 +         }
 +      },
 +      "runtime" : {
 +         "requires" : {
 +            "Capture::Tiny" : "0.12",
 +            "Config::INI::Reader" : "0",
 +            "Date::Format" : "0",
 +            "Digest::SHA1" : "0",
 +            "File::Basename" : "0",
 +            "File::Find" : "0",
 +            "File::Path" : "0",
 +            "File::Temp" : "0",
 +            "File::Zglob" : "0",
 +            "Getopt::Long" : "0",
 +            "Guard" : "0",
 +            "IPC::Run3" : "0",
 +            "IPC::System::Simple" : "0.15",
 +            "List::MoreUtils" : "0",
 +            "Log::Any" : "0",
 +            "Moo" : "0.0091010",
 +            "Scalar::Util" : "0",
 +            "Text::ParseWords" : "0",
 +            "Time::Duration::Parse" : "0",
 +            "Try::Tiny" : "0"
 +         }
 +      },
 +      "test" : {
 +         "requires" : {
 +            "Test::Class::Most" : "0"
 +         }
 +      }
 +   },
 +   "release_status" : "stable",
 +   "resources" : {
 +      "bugtracker" : {
 +         "mailto" : "bug-code-tidyall at rt.cpan.org",
 +         "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Code-TidyAll"
 +      },
 +      "repository" : {
 +         "type" : "git",
 +         "url" : "git://github.com/jonswar/perl-code-tidyall.git",
 +         "web" : "https://github.com/jonswar/perl-code-tidyall"
 +      }
 +   },
-    "version" : "0.17"
++   "version" : "0.18"
 +}
 +
diff --cc META.yml
index a62447e,0000000..55bd0c0
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,46 -1,0 +1,46 @@@
 +---
 +abstract: 'Tidy and validate code in many ways at once'
 +author:
 +  - 'Jonathan Swartz <swartz at pobox.com>'
 +build_requires:
 +  Test::Class::Most: 0
 +configure_requires:
 +  ExtUtils::MakeMaker: 6.30
 +dynamic_config: 0
- generated_by: 'Dist::Zilla version 4.300028, CPAN::Meta::Converter version 2.120921'
++generated_by: 'Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.131560'
 +license: perl
 +meta-spec:
 +  url: http://module-build.sourceforge.net/META-spec-v1.4.html
 +  version: 1.4
 +name: Code-TidyAll
 +no_index:
 +  directory:
 +    - lib/Code/TidyAll/t
 +    - lib/Code/TidyAll/Test
 +  file:
 +    - lib/Code/TidyAll/Util.pm
 +requires:
 +  Capture::Tiny: 0.12
 +  Config::INI::Reader: 0
 +  Date::Format: 0
 +  Digest::SHA1: 0
 +  File::Basename: 0
 +  File::Find: 0
 +  File::Path: 0
 +  File::Temp: 0
 +  File::Zglob: 0
 +  Getopt::Long: 0
 +  Guard: 0
 +  IPC::Run3: 0
 +  IPC::System::Simple: 0.15
 +  List::MoreUtils: 0
 +  Log::Any: 0
 +  Moo: 0.0091010
 +  Scalar::Util: 0
 +  Text::ParseWords: 0
 +  Time::Duration::Parse: 0
 +  Try::Tiny: 0
 +resources:
 +  bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Code-TidyAll
 +  repository: git://github.com/jonswar/perl-code-tidyall.git
- version: 0.17
++version: 0.18
diff --cc Makefile.PL
index c05bcff,0000000..8dda52b
mode 100644,000000..100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@@ -1,74 -1,0 +1,88 @@@
 +
 +use strict;
 +use warnings;
 +
 +
 +
 +use ExtUtils::MakeMaker 6.30;
 +
 +
 +
 +my %WriteMakefileArgs = (
 +  "ABSTRACT" => "Tidy and validate code in many ways at once",
 +  "AUTHOR" => "Jonathan Swartz <swartz\@pobox.com>",
-   "BUILD_REQUIRES" => {
-     "Test::Class::Most" => 0
-   },
++  "BUILD_REQUIRES" => {},
 +  "CONFIGURE_REQUIRES" => {
 +    "ExtUtils::MakeMaker" => "6.30"
 +  },
 +  "DISTNAME" => "Code-TidyAll",
 +  "EXE_FILES" => [
 +    "bin/tidyall"
 +  ],
 +  "LICENSE" => "perl",
 +  "NAME" => "Code::TidyAll",
 +  "PREREQ_PM" => {
 +    "Capture::Tiny" => "0.12",
 +    "Config::INI::Reader" => 0,
 +    "Date::Format" => 0,
 +    "Digest::SHA1" => 0,
 +    "File::Basename" => 0,
 +    "File::Find" => 0,
 +    "File::Path" => 0,
 +    "File::Temp" => 0,
 +    "File::Zglob" => 0,
 +    "Getopt::Long" => 0,
 +    "Guard" => 0,
 +    "IPC::Run3" => 0,
 +    "IPC::System::Simple" => "0.15",
 +    "List::MoreUtils" => 0,
 +    "Log::Any" => 0,
 +    "Moo" => "0.0091010",
 +    "Scalar::Util" => 0,
 +    "Text::ParseWords" => 0,
 +    "Time::Duration::Parse" => 0,
 +    "Try::Tiny" => 0
 +  },
-   "VERSION" => "0.17",
++  "TEST_REQUIRES" => {
++    "Test::Class::Most" => 0
++  },
++  "VERSION" => "0.18",
 +  "test" => {
 +    "TESTS" => "t/*.t"
 +  }
 +);
 +
 +
++unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
++  my $tr = delete $WriteMakefileArgs{TEST_REQUIRES};
++  my $br = $WriteMakefileArgs{BUILD_REQUIRES};
++  for my $mod ( keys %$tr ) {
++    if ( exists $br->{$mod} ) {
++      $br->{$mod} = $tr->{$mod} if $tr->{$mod} > $br->{$mod};
++    }
++    else {
++      $br->{$mod} = $tr->{$mod};
++    }
++  }
++}
++
 +unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
 +  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
 +  my $pp = $WriteMakefileArgs{PREREQ_PM};
 +  for my $mod ( keys %$br ) {
 +    if ( exists $pp->{$mod} ) {
 +      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
 +    }
 +    else {
 +      $pp->{$mod} = $br->{$mod};
 +    }
 +  }
 +}
 +
 +delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
 +  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 +
 +WriteMakefile(%WriteMakefileArgs);
 +
 +
 +
diff --cc README
index 00b61e1,0000000..4d56dcb
mode 100644,000000..100644
--- a/README
+++ b/README
@@@ -1,127 -1,0 +1,127 @@@
 +NAME
 +    Code::TidyAll - Engine for tidyall, your all-in-one code tidier and
 +    validator
 +
 +VERSION
-     version 0.17
++    version 0.18
 +
 +SYNOPSIS
 +        use Code::TidyAll;
 +
 +        my $ct = Code::TidyAll->new_from_conf_file(
 +            '/path/to/conf/file',
 +            ...
 +        );
 +
 +        # or
 +
 +        my $ct = Code::TidyAll->new(
 +            root_dir => '/path/to/root',
 +            plugins  => {
 +                perltidy => {
 +                    select => 'lib/**/*.(pl|pm)',
 +                    argv => '-noll -it=2',
 +                },
 +                ...
 +            }
 +        );
 +
 +        # then...
 +
 +        $ct->process_paths($file1, $file2);
 +
 +DESCRIPTION
 +    This is the engine used by tidyall - read that first to get an overview.
 +
 +    You can call this API from your own program instead of executing
 +    `tidyall'.
 +
 +CONSTRUCTION
 +  Constructor methods
 +    new (%params)
 +        The regular constructor. Must pass at least *plugins* and
 +        *root_dir*.
 +
 +    new_with_conf_file ($conf_file, %params)
 +        Takes a conf file path, followed optionally by a set of key/value
 +        parameters. Reads parameters out of the conf file and combines them
 +        with the passed parameters (the latter take precedence), and calls
 +        the regular constructor.
 +
 +        If the conf file or params defines *tidyall_class*, then that class
 +        is constructed instead of `Code::TidyAll'.
 +
 +  Constructor parameters
 +    plugins
 +        Specify a hash of plugins, each of which is itself a hash of
 +        options. This is equivalent to what would be parsed out of the
 +        sections in the configuration file.
 +
 +    backup_ttl
 +    check_only
 +    data_dir
 +    iterations
 +    mode
 +    no_backups
 +    no_cache
 +    output_suffix
 +    quiet
 +    root_dir
 +    verbose
 +        These options are the same as the equivalent `tidyall' command-line
 +        options, replacing dashes with underscore (e.g. the `backup-ttl'
 +        option becomes `backup_ttl' here).
 +
 +METHODS
 +    process_paths (path, ...)
 +        Call process_file on each file; descend recursively into each
 +        directory if the `recursive' flag is on. Return a list of
 +        Code::TidyAll::Result objects, one for each file.
 +
 +    process_file (file)
 +        Process the *file*, meaning
 +
 +        *   Check the cache and return immediately if file has not changed
 +
 +        *   Apply appropriate matching plugins
 +
 +        *   Print success or failure result to STDOUT, depending on
 +            quiet/verbose settings
 +
 +        *   Write the cache if enabled
 +
 +        *   Return a Code::TidyAll::Result object
 +
 +    process_source (*source*, *path*)
 +        Like process_file, but process the *source* string instead of a
 +        file, and do not read from or write to the cache. You must still
 +        pass the relative *path* from the root as the second argument, so
 +        that we know which plugins to apply. Return a Code::TidyAll::Result
 +        object.
 +
 +    plugins_for_path (*path*)
 +        Given a relative *path* from the root, return a list of
 +        Code::TidyAll::Plugin objects that apply to it, or an empty list if
 +        no plugins apply.
 +
 +    find_conf_file (*conf_names*, *start_dir*)
 +        Class method. Start in the *start_dir* and work upwards, looking for
 +        one of the *conf_names*. Return the pathname if found or throw an
 +        error if not found.
 +
 +    find_matched_files
 +        Returns a list of sorted files that match at least one plugin in
 +        configuration.
 +
 +SEE ALSO
 +    Code::TidyAll
 +
 +AUTHOR
 +    Jonathan Swartz <swartz at pobox.com>
 +
 +COPYRIGHT AND LICENSE
 +    This software is copyright (c) 2011 by Jonathan Swartz.
 +
 +    This is free software; you can redistribute it and/or modify it under
 +    the same terms as the Perl 5 programming language system itself.
 +
diff --cc bin/tidyall
index fd0309a,1490db6..aa9e7a2
--- a/bin/tidyall
+++ b/bin/tidyall
@@@ -180,10 -178,6 +180,10 @@@ __END_
  
  tidyall - Your all-in-one code tidier and validator
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
      # Create a tidyall.ini or .tidyallrc at the top of your project
diff --cc lib/Code/TidyAll.pm
index 5938031,c7e1ddd..38241a6
--- a/lib/Code/TidyAll.pm
+++ b/lib/Code/TidyAll.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll;
 +{
-   $Code::TidyAll::VERSION = '0.17';
++  $Code::TidyAll::VERSION = '0.18';
 +}
  use Cwd qw(realpath);
  use Code::TidyAll::Config::INI::Reader;
  use Code::TidyAll::Cache;
@@@ -490,10 -487,6 +490,10 @@@ __END_
  
  Code::TidyAll - Engine for tidyall, your all-in-one code tidier and validator
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
      use Code::TidyAll;
diff --cc lib/Code/TidyAll/Cache.pm
index 35649de,3ae99e0..6c965c6
--- a/lib/Code/TidyAll/Cache.pm
+++ b/lib/Code/TidyAll/Cache.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Cache;
 +{
-   $Code::TidyAll::Cache::VERSION = '0.17';
++  $Code::TidyAll::Cache::VERSION = '0.18';
 +}
  use Digest::SHA1 qw(sha1_hex);
  use Code::TidyAll::Util qw(dirname mkpath read_file write_file);
  use Moo;
diff --cc lib/Code/TidyAll/Config/INI/Reader.pm
index 1d75c08,8ccc911..1ca544d
--- a/lib/Code/TidyAll/Config/INI/Reader.pm
+++ b/lib/Code/TidyAll/Config/INI/Reader.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Config::INI::Reader;
 +{
-   $Code::TidyAll::Config::INI::Reader::VERSION = '0.17';
++  $Code::TidyAll::Config::INI::Reader::VERSION = '0.18';
 +}
  use strict;
  use warnings;
  use base qw(Config::INI::Reader);
diff --cc lib/Code/TidyAll/Git/Precommit.pm
index a5bcd74,8ccac78..597aaa1
--- a/lib/Code/TidyAll/Git/Precommit.pm
+++ b/lib/Code/TidyAll/Git/Precommit.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Git::Precommit;
 +{
-   $Code::TidyAll::Git::Precommit::VERSION = '0.17';
++  $Code::TidyAll::Git::Precommit::VERSION = '0.18';
 +}
  use Capture::Tiny qw(capture_stdout capture_stderr);
  use Code::TidyAll;
  use Code::TidyAll::Util qw(dirname mkpath realpath tempdir_simple write_file);
@@@ -80,10 -77,6 +80,10 @@@ __END_
  Code::TidyAll::Git::Precommit - Git pre-commit hook that requires files to be
  tidyall'd
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
    In .git/hooks/pre-commit:
diff --cc lib/Code/TidyAll/Git/Prereceive.pm
index 91c7122,7d49c0a..dfafe6e
--- a/lib/Code/TidyAll/Git/Prereceive.pm
+++ b/lib/Code/TidyAll/Git/Prereceive.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Git::Prereceive;
 +{
-   $Code::TidyAll::Git::Prereceive::VERSION = '0.17';
++  $Code::TidyAll::Git::Prereceive::VERSION = '0.18';
 +}
  use Code::TidyAll;
  use Code::TidyAll::Util qw(dirname realpath tempdir_simple read_file write_file);
  use Capture::Tiny qw(capture);
@@@ -152,10 -149,6 +152,10 @@@ __END_
  Code::TidyAll::Git::Prereceive - Git pre-receive hook that requires files to be
  tidyall'd
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
    In .git/hooks/pre-receive:
diff --cc lib/Code/TidyAll/Git/Util.pm
index b963fd9,75600ab..52aa474
--- a/lib/Code/TidyAll/Git/Util.pm
+++ b/lib/Code/TidyAll/Git/Util.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Git::Util;
 +{
-   $Code::TidyAll::Git::Util::VERSION = '0.17';
++  $Code::TidyAll::Git::Util::VERSION = '0.18';
 +}
  use Cwd qw(realpath);
  use Code::TidyAll::Util qw(pushd uniq);
  use IPC::System::Simple qw(capturex);
diff --cc lib/Code/TidyAll/Plugin.pm
index 4cef160,54d386e..0a9ad38
--- a/lib/Code/TidyAll/Plugin.pm
+++ b/lib/Code/TidyAll/Plugin.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Plugin;
 +{
-   $Code::TidyAll::Plugin::VERSION = '0.17';
++  $Code::TidyAll::Plugin::VERSION = '0.18';
 +}
  use Code::TidyAll::Util qw(basename read_file write_file);
  use Code::TidyAll::Util::Zglob qw(zglobs_to_regex);
  use Scalar::Util qw(weaken);
@@@ -150,10 -146,6 +150,10 @@@ __END_
  
  Code::TidyAll::Plugin - Create plugins for tidying or validating code
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
      package Code::TidyAll::Plugin::SomeTidier;
diff --cc lib/Code/TidyAll/Plugin/CSSUnminifier.pm
index f46ed57,da0a949..18e650a
--- a/lib/Code/TidyAll/Plugin/CSSUnminifier.pm
+++ b/lib/Code/TidyAll/Plugin/CSSUnminifier.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Plugin::CSSUnminifier;
 +{
-   $Code::TidyAll::Plugin::CSSUnminifier::VERSION = '0.17';
++  $Code::TidyAll::Plugin::CSSUnminifier::VERSION = '0.18';
 +}
  use IPC::System::Simple qw(run);
  use Moo;
  extends 'Code::TidyAll::Plugin';
@@@ -24,10 -21,6 +24,10 @@@ __END_
  
  Code::TidyAll::Plugin::CSUnminifier - use cssunminifier with tidyall
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
     In configuration:
diff --cc lib/Code/TidyAll/Plugin/JSBeautify.pm
index da4533d,51698b0..7d24882
--- a/lib/Code/TidyAll/Plugin/JSBeautify.pm
+++ b/lib/Code/TidyAll/Plugin/JSBeautify.pm
@@@ -1,8 -1,6 +1,9 @@@
  package Code::TidyAll::Plugin::JSBeautify;
 +{
-   $Code::TidyAll::Plugin::JSBeautify::VERSION = '0.17';
++  $Code::TidyAll::Plugin::JSBeautify::VERSION = '0.18';
 +}
- use IPC::System::Simple qw(run);
+ use Capture::Tiny qw(capture_merged);
+ use Code::TidyAll::Util qw(write_file);
  use Moo;
  use Try::Tiny;
  extends 'Code::TidyAll::Plugin';
@@@ -30,10 -30,6 +33,10 @@@ __END_
  
  Code::TidyAll::Plugin::JSBeautify - use js-beautify with tidyall
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
     In configuration:
diff --cc lib/Code/TidyAll/Plugin/JSHint.pm
index 1e52072,97bfb4b..cfa7903
--- a/lib/Code/TidyAll/Plugin/JSHint.pm
+++ b/lib/Code/TidyAll/Plugin/JSHint.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Plugin::JSHint;
 +{
-   $Code::TidyAll::Plugin::JSHint::VERSION = '0.17';
++  $Code::TidyAll::Plugin::JSHint::VERSION = '0.18';
 +}
  use Code::TidyAll::Util qw(tempdir_simple write_file);
  use Capture::Tiny qw(capture_merged);
  use Moo;
@@@ -51,10 -48,6 +51,10 @@@ __END_
  
  Code::TidyAll::Plugin::JSHint - use jshint with tidyall
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
     In configuration:
diff --cc lib/Code/TidyAll/Plugin/JSLint.pm
index 22dc2b4,fe8f736..ee96238
--- a/lib/Code/TidyAll/Plugin/JSLint.pm
+++ b/lib/Code/TidyAll/Plugin/JSLint.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Plugin::JSLint;
 +{
-   $Code::TidyAll::Plugin::JSLint::VERSION = '0.17';
++  $Code::TidyAll::Plugin::JSLint::VERSION = '0.18';
 +}
  use Capture::Tiny qw(capture_merged);
  use Moo;
  extends 'Code::TidyAll::Plugin';
@@@ -26,10 -23,6 +26,10 @@@ __END_
  
  Code::TidyAll::Plugin::JSLint - use jslint with tidyall
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
     In configuration:
diff --cc lib/Code/TidyAll/Plugin/MasonTidy.pm
index a1f9631,42d21b4..0e56bdd
--- a/lib/Code/TidyAll/Plugin/MasonTidy.pm
+++ b/lib/Code/TidyAll/Plugin/MasonTidy.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Plugin::MasonTidy;
 +{
-   $Code::TidyAll::Plugin::MasonTidy::VERSION = '0.17';
++  $Code::TidyAll::Plugin::MasonTidy::VERSION = '0.18';
 +}
  use Mason::Tidy;
  use Mason::Tidy::App;
  use Moo;
@@@ -29,10 -26,6 +29,10 @@@ __END_
  
  Code::TidyAll::Plugin::MasonTidy - use masontidy with tidyall
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
     In configuration:
diff --cc lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm
index c492593,ad54fb9..be4cdb3
--- a/lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm
+++ b/lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Plugin::PHPCodeSniffer;
 +{
-   $Code::TidyAll::Plugin::PHPCodeSniffer::VERSION = '0.17';
++  $Code::TidyAll::Plugin::PHPCodeSniffer::VERSION = '0.18';
 +}
  use IPC::System::Simple qw(runx EXIT_ANY);
  use Capture::Tiny qw(capture_merged);
  use Moo;
@@@ -33,7 -30,7 +33,7 @@@ Code::TidyAll::Plugin::PHPCodeSniffer 
  
  =head1 VERSION
  
- version 0.17
 -version 0.15
++version 0.18
  
  =head1 SYNOPSIS
  
diff --cc lib/Code/TidyAll/Plugin/PerlCritic.pm
index 817a386,5db23ba..0819be3
--- a/lib/Code/TidyAll/Plugin/PerlCritic.pm
+++ b/lib/Code/TidyAll/Plugin/PerlCritic.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Plugin::PerlCritic;
 +{
-   $Code::TidyAll::Plugin::PerlCritic::VERSION = '0.17';
++  $Code::TidyAll::Plugin::PerlCritic::VERSION = '0.18';
 +}
  use Capture::Tiny qw(capture_merged);
  use Moo;
  extends 'Code::TidyAll::Plugin';
@@@ -26,10 -23,6 +26,10 @@@ __END_
  
  Code::TidyAll::Plugin::PerlCritic - use perlcritic with tidyall
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
     In configuration:
diff --cc lib/Code/TidyAll/Plugin/PerlTidy.pm
index c6dba57,6b3a790..431d285
--- a/lib/Code/TidyAll/Plugin/PerlTidy.pm
+++ b/lib/Code/TidyAll/Plugin/PerlTidy.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Plugin::PerlTidy;
 +{
-   $Code::TidyAll::Plugin::PerlTidy::VERSION = '0.17';
++  $Code::TidyAll::Plugin::PerlTidy::VERSION = '0.18';
 +}
  use Capture::Tiny qw(capture_merged);
  use Perl::Tidy;
  use Moo;
@@@ -39,10 -36,6 +39,10 @@@ __END_
  
  Code::TidyAll::Plugin::PerlTidy - use perltidy with tidyall
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
     # In configuration:
diff --cc lib/Code/TidyAll/Plugin/PodChecker.pm
index ff0e2b8,4a2d395..d62edc7
--- a/lib/Code/TidyAll/Plugin/PodChecker.pm
+++ b/lib/Code/TidyAll/Plugin/PodChecker.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Plugin::PodChecker;
 +{
-   $Code::TidyAll::Plugin::PodChecker::VERSION = '0.17';
++  $Code::TidyAll::Plugin::PodChecker::VERSION = '0.18';
 +}
  use Capture::Tiny qw(capture_merged);
  use Pod::Checker;
  use Moo;
@@@ -31,10 -28,6 +31,10 @@@ __END_
  
  Code::TidyAll::Plugin::PodChecker - use podchecker with tidyall
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
     In configuration:
diff --cc lib/Code/TidyAll/Plugin/PodSpell.pm
index 09f05c3,4618a4b..26aa289
--- a/lib/Code/TidyAll/Plugin/PodSpell.pm
+++ b/lib/Code/TidyAll/Plugin/PodSpell.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Plugin::PodSpell;
 +{
-   $Code::TidyAll::Plugin::PodSpell::VERSION = '0.17';
++  $Code::TidyAll::Plugin::PodSpell::VERSION = '0.18';
 +}
  use Code::TidyAll::Util qw(basename uniq);
  use Capture::Tiny qw();
  use IPC::System::Simple qw();
@@@ -53,10 -51,6 +54,10 @@@ __END_
  
  Code::TidyAll::Plugin::PodSpell - use Pod::Spell + ispell with tidyall
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
     In configuration:
diff --cc lib/Code/TidyAll/Plugin/PodTidy.pm
index f559112,a210534..4ef233a
--- a/lib/Code/TidyAll/Plugin/PodTidy.pm
+++ b/lib/Code/TidyAll/Plugin/PodTidy.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Plugin::PodTidy;
 +{
-   $Code::TidyAll::Plugin::PodTidy::VERSION = '0.17';
++  $Code::TidyAll::Plugin::PodTidy::VERSION = '0.18';
 +}
  use Capture::Tiny qw(capture_merged);
  use Pod::Tidy;
  use Moo;
@@@ -34,10 -31,6 +34,10 @@@ __END_
  
  Code::TidyAll::Plugin::PodTidy - use podtidy with tidyall
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
     In configuration:
diff --cc lib/Code/TidyAll/Plugin/SortLines.pm
index c474747,9c52317..b1410f9
--- a/lib/Code/TidyAll/Plugin/SortLines.pm
+++ b/lib/Code/TidyAll/Plugin/SortLines.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Plugin::SortLines;
 +{
-   $Code::TidyAll::Plugin::SortLines::VERSION = '0.17';
++  $Code::TidyAll::Plugin::SortLines::VERSION = '0.18';
 +}
  use Moo;
  extends 'Code::TidyAll::Plugin';
  
@@@ -21,10 -18,6 +21,10 @@@ __END_
  
  Code::TidyAll::Plugin::SortLines - sort lines of a file
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
     # In configuration:
diff --cc lib/Code/TidyAll/Result.pm
index 62208ba,add8d09..414e8d3
--- a/lib/Code/TidyAll/Result.pm
+++ b/lib/Code/TidyAll/Result.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Result;
 +{
-   $Code::TidyAll::Result::VERSION = '0.17';
++  $Code::TidyAll::Result::VERSION = '0.18';
 +}
  use Moo;
  
  has 'error'        => ( is => 'ro' );
@@@ -21,10 -18,6 +21,10 @@@ __END_
  
  Code::TidyAll::Result - Result returned from processing a file/source
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
      my $ct = Code::TidyAll->new(...);
diff --cc lib/Code/TidyAll/SVN/Precommit.pm
index d80368b,457f7b2..37876bf
--- a/lib/Code/TidyAll/SVN/Precommit.pm
+++ b/lib/Code/TidyAll/SVN/Precommit.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::SVN::Precommit;
 +{
-   $Code::TidyAll::SVN::Precommit::VERSION = '0.17';
++  $Code::TidyAll::SVN::Precommit::VERSION = '0.18';
 +}
  use Capture::Tiny qw(capture_stdout capture_stderr);
  use Code::TidyAll;
  use Code::TidyAll::Util qw(basename dirname mkpath realpath tempdir_simple write_file);
@@@ -171,10 -168,6 +171,10 @@@ __END_
  Code::TidyAll::SVN::Precommit - Subversion pre-commit hook that requires files
  to be tidyall'd
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
    In hooks/pre-commit in your svn repo:
diff --cc lib/Code/TidyAll/SVN/Util.pm
index fffab2b,7d5be53..3f77903
--- a/lib/Code/TidyAll/SVN/Util.pm
+++ b/lib/Code/TidyAll/SVN/Util.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::SVN::Util;
 +{
-   $Code::TidyAll::SVN::Util::VERSION = '0.17';
++  $Code::TidyAll::SVN::Util::VERSION = '0.18';
 +}
  use Cwd qw(realpath);
  use IPC::System::Simple qw(capturex);
  use strict;
diff --cc lib/Code/TidyAll/Test/Class.pm
index eed4454,38a053e..c907f6a
--- a/lib/Code/TidyAll/Test/Class.pm
+++ b/lib/Code/TidyAll/Test/Class.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Test::Class;
 +{
-   $Code::TidyAll::Test::Class::VERSION = '0.17';
++  $Code::TidyAll::Test::Class::VERSION = '0.18';
 +}
  use Test::Class::Most;
  use strict;
  use warnings;
diff --cc lib/Code/TidyAll/Test/Plugin/AToZ.pm
index 6262ead,42aff30..e285a00
--- a/lib/Code/TidyAll/Test/Plugin/AToZ.pm
+++ b/lib/Code/TidyAll/Test/Plugin/AToZ.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Test::Plugin::AToZ;
 +{
-   $Code::TidyAll::Test::Plugin::AToZ::VERSION = '0.17';
++  $Code::TidyAll::Test::Plugin::AToZ::VERSION = '0.18';
 +}
  use Moo;
  extends 'Code::TidyAll::Plugin';
  
diff --cc lib/Code/TidyAll/Test/Plugin/CheckUpper.pm
index f31b917,87941b7..22270af
--- a/lib/Code/TidyAll/Test/Plugin/CheckUpper.pm
+++ b/lib/Code/TidyAll/Test/Plugin/CheckUpper.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Test::Plugin::CheckUpper;
 +{
-   $Code::TidyAll::Test::Plugin::CheckUpper::VERSION = '0.17';
++  $Code::TidyAll::Test::Plugin::CheckUpper::VERSION = '0.18';
 +}
  use Moo;
  extends 'Code::TidyAll::Plugin';
  
diff --cc lib/Code/TidyAll/Test/Plugin/RepeatFoo.pm
index 4399490,c73124e..c9f465b
--- a/lib/Code/TidyAll/Test/Plugin/RepeatFoo.pm
+++ b/lib/Code/TidyAll/Test/Plugin/RepeatFoo.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Test::Plugin::RepeatFoo;
 +{
-   $Code::TidyAll::Test::Plugin::RepeatFoo::VERSION = '0.17';
++  $Code::TidyAll::Test::Plugin::RepeatFoo::VERSION = '0.18';
 +}
  use Code::TidyAll::Util qw(read_file write_file);
  use Moo;
  extends 'Code::TidyAll::Plugin';
diff --cc lib/Code/TidyAll/Test/Plugin/ReverseFoo.pm
index 6222b69,477deae..c37289d
--- a/lib/Code/TidyAll/Test/Plugin/ReverseFoo.pm
+++ b/lib/Code/TidyAll/Test/Plugin/ReverseFoo.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Test::Plugin::ReverseFoo;
 +{
-   $Code::TidyAll::Test::Plugin::ReverseFoo::VERSION = '0.17';
++  $Code::TidyAll::Test::Plugin::ReverseFoo::VERSION = '0.18';
 +}
  use Code::TidyAll::Util qw(read_file write_file);
  use Moo;
  extends 'Code::TidyAll::Plugin';
diff --cc lib/Code/TidyAll/Test/Plugin/UpperText.pm
index 8b8f91f,9acfa43..88ed23f
--- a/lib/Code/TidyAll/Test/Plugin/UpperText.pm
+++ b/lib/Code/TidyAll/Test/Plugin/UpperText.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Test::Plugin::UpperText;
 +{
-   $Code::TidyAll::Test::Plugin::UpperText::VERSION = '0.17';
++  $Code::TidyAll::Test::Plugin::UpperText::VERSION = '0.18';
 +}
  use Moo;
  extends 'Code::TidyAll::Plugin';
  
diff --cc lib/Code/TidyAll/Util.pm
index f8fad19,d1a3c6c..a518092
--- a/lib/Code/TidyAll/Util.pm
+++ b/lib/Code/TidyAll/Util.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::Util;
 +{
-   $Code::TidyAll::Util::VERSION = '0.17';
++  $Code::TidyAll::Util::VERSION = '0.18';
 +}
  use Cwd qw(realpath);
  use Data::Dumper;
  use File::Basename;
diff --cc lib/Code/TidyAll/Util/Zglob.pm
index 690a0a3,c82e919..e802b1b
--- a/lib/Code/TidyAll/Util/Zglob.pm
+++ b/lib/Code/TidyAll/Util/Zglob.pm
@@@ -1,9 -1,6 +1,9 @@@
  # This is a copy of Text::Glob, modified to support "**/"
  #
  package Code::TidyAll::Util::Zglob;
 +{
-   $Code::TidyAll::Util::Zglob::VERSION = '0.17';
++  $Code::TidyAll::Util::Zglob::VERSION = '0.18';
 +}
  use strict;
  use Exporter;
  use vars qw/@ISA @EXPORT_OK
diff --cc lib/Code/TidyAll/t/Basic.pm
index 3fbd3ca,feebbc1..efab7f9
--- a/lib/Code/TidyAll/t/Basic.pm
+++ b/lib/Code/TidyAll/t/Basic.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Basic;
 +{
-   $Code::TidyAll::t::Basic::VERSION = '0.17';
++  $Code::TidyAll::t::Basic::VERSION = '0.18';
 +}
  use Cwd qw(realpath);
  use Code::TidyAll::Util qw(dirname mkpath pushd read_file tempdir_simple write_file);
  use Code::TidyAll;
diff --cc lib/Code/TidyAll/t/Conf.pm
index d2aa22e,5c808b2..7f8624b
--- a/lib/Code/TidyAll/t/Conf.pm
+++ b/lib/Code/TidyAll/t/Conf.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Conf;
 +{
-   $Code::TidyAll::t::Conf::VERSION = '0.17';
++  $Code::TidyAll::t::Conf::VERSION = '0.18';
 +}
  use Code::TidyAll;
  use Code::TidyAll::Util qw(dirname tempdir_simple write_file);
  use Test::Class::Most parent => 'Code::TidyAll::Test::Class';
diff --cc lib/Code/TidyAll/t/Git.pm
index 6d62868,5605728..546ba83
--- a/lib/Code/TidyAll/t/Git.pm
+++ b/lib/Code/TidyAll/t/Git.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Git;
 +{
-   $Code::TidyAll::t::Git::VERSION = '0.17';
++  $Code::TidyAll::t::Git::VERSION = '0.18';
 +}
  use Capture::Tiny qw(capture_stdout capture_stderr capture);
  use Code::TidyAll::Git::Util qw(git_uncommitted_files);
  use Code::TidyAll::Util qw(dirname mkpath pushd read_file realpath tempdir_simple write_file);
diff --cc lib/Code/TidyAll/t/Plugin.pm
index 2547fee,a84856c..862549b
--- a/lib/Code/TidyAll/t/Plugin.pm
+++ b/lib/Code/TidyAll/t/Plugin.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin;
 +{
-   $Code::TidyAll::t::Plugin::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::VERSION = '0.18';
 +}
  use Capture::Tiny qw(capture);
  use Code::TidyAll::Util qw(tempdir_simple);
  use Code::TidyAll;
diff --cc lib/Code/TidyAll/t/Plugin/CSSUnminifier.pm
index b236048,d178fb5..dea97a3
--- a/lib/Code/TidyAll/t/Plugin/CSSUnminifier.pm
+++ b/lib/Code/TidyAll/t/Plugin/CSSUnminifier.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin::CSSUnminifier;
 +{
-   $Code::TidyAll::t::Plugin::CSSUnminifier::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::CSSUnminifier::VERSION = '0.18';
 +}
  use Test::Class::Most parent => 'Code::TidyAll::t::Plugin';
  
  sub test_main : Tests {
diff --cc lib/Code/TidyAll/t/Plugin/JSBeautify.pm
index 7014b93,372368c..db444e7
--- a/lib/Code/TidyAll/t/Plugin/JSBeautify.pm
+++ b/lib/Code/TidyAll/t/Plugin/JSBeautify.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin::JSBeautify;
 +{
-   $Code::TidyAll::t::Plugin::JSBeautify::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::JSBeautify::VERSION = '0.18';
 +}
  use Test::Class::Most parent => 'Code::TidyAll::t::Plugin';
  
  sub test_main : Tests {
diff --cc lib/Code/TidyAll/t/Plugin/JSHint.pm
index 7c17cf8,5b7c538..c154ab9
--- a/lib/Code/TidyAll/t/Plugin/JSHint.pm
+++ b/lib/Code/TidyAll/t/Plugin/JSHint.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin::JSHint;
 +{
-   $Code::TidyAll::t::Plugin::JSHint::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::JSHint::VERSION = '0.18';
 +}
  use Code::TidyAll::Util qw(write_file);
  use Test::Class::Most parent => 'Code::TidyAll::t::Plugin';
  
diff --cc lib/Code/TidyAll/t/Plugin/JSLint.pm
index 751b293,6a3a9cf..d288aed
--- a/lib/Code/TidyAll/t/Plugin/JSLint.pm
+++ b/lib/Code/TidyAll/t/Plugin/JSLint.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin::JSLint;
 +{
-   $Code::TidyAll::t::Plugin::JSLint::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::JSLint::VERSION = '0.18';
 +}
  use Code::TidyAll::Util qw(write_file);
  use Test::Class::Most parent => 'Code::TidyAll::t::Plugin';
  
diff --cc lib/Code/TidyAll/t/Plugin/MasonTidy.pm
index 6758cc8,d269a14..52a0aa7
--- a/lib/Code/TidyAll/t/Plugin/MasonTidy.pm
+++ b/lib/Code/TidyAll/t/Plugin/MasonTidy.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin::MasonTidy;
 +{
-   $Code::TidyAll::t::Plugin::MasonTidy::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::MasonTidy::VERSION = '0.18';
 +}
  use Test::Class::Most parent => 'Code::TidyAll::t::Plugin';
  
  sub test_main : Tests {
diff --cc lib/Code/TidyAll/t/Plugin/PHPCodeSniffer.pm
index fb91adc,2f1ef4a..f9d09bf
--- a/lib/Code/TidyAll/t/Plugin/PHPCodeSniffer.pm
+++ b/lib/Code/TidyAll/t/Plugin/PHPCodeSniffer.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin::PHPCodeSniffer;
 +{
-   $Code::TidyAll::t::Plugin::PHPCodeSniffer::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::PHPCodeSniffer::VERSION = '0.18';
 +}
  use Test::Class::Most parent => 'Code::TidyAll::t::Plugin';
  
  sub test_filename { 'foo.php' }
diff --cc lib/Code/TidyAll/t/Plugin/PerlCritic.pm
index 4f05263,d00ace4..f1aa830
--- a/lib/Code/TidyAll/t/Plugin/PerlCritic.pm
+++ b/lib/Code/TidyAll/t/Plugin/PerlCritic.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin::PerlCritic;
 +{
-   $Code::TidyAll::t::Plugin::PerlCritic::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::PerlCritic::VERSION = '0.18';
 +}
  use Code::TidyAll::Util qw(write_file);
  use Test::Class::Most parent => 'Code::TidyAll::t::Plugin';
  
diff --cc lib/Code/TidyAll/t/Plugin/PerlTidy.pm
index 950a1d8,16761a6..6e13095
--- a/lib/Code/TidyAll/t/Plugin/PerlTidy.pm
+++ b/lib/Code/TidyAll/t/Plugin/PerlTidy.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin::PerlTidy;
 +{
-   $Code::TidyAll::t::Plugin::PerlTidy::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::PerlTidy::VERSION = '0.18';
 +}
  use Test::Class::Most parent => 'Code::TidyAll::t::Plugin';
  
  sub test_main : Tests {
diff --cc lib/Code/TidyAll/t/Plugin/PodChecker.pm
index 3b1eef3,c2f2625..45289ca
--- a/lib/Code/TidyAll/t/Plugin/PodChecker.pm
+++ b/lib/Code/TidyAll/t/Plugin/PodChecker.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin::PodChecker;
 +{
-   $Code::TidyAll::t::Plugin::PodChecker::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::PodChecker::VERSION = '0.18';
 +}
  use Test::Class::Most parent => 'Code::TidyAll::t::Plugin';
  
  sub test_main : Tests {
@@@ -43,28 -40,3 +43,28 @@@
  }
  
  1;
 +
 +__END__
 +
 +=pod
 +
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
 +=head1 SEE ALSO
 +
 +L<Code::TidyAll|Code::TidyAll>
 +
 +=head1 AUTHOR
 +
 +Jonathan Swartz <swartz at pobox.com>
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Jonathan Swartz.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
diff --cc lib/Code/TidyAll/t/Plugin/PodSpell.pm
index cfb1d4d,2c4ae5d..b1a4b38
--- a/lib/Code/TidyAll/t/Plugin/PodSpell.pm
+++ b/lib/Code/TidyAll/t/Plugin/PodSpell.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin::PodSpell;
 +{
-   $Code::TidyAll::t::Plugin::PodSpell::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::PodSpell::VERSION = '0.18';
 +}
  use Code::TidyAll::Util qw(write_file);
  use Test::Class::Most parent => 'Code::TidyAll::t::Plugin';
  
diff --cc lib/Code/TidyAll/t/Plugin/PodTidy.pm
index 825680f,cf93958..3231c51
--- a/lib/Code/TidyAll/t/Plugin/PodTidy.pm
+++ b/lib/Code/TidyAll/t/Plugin/PodTidy.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin::PodTidy;
 +{
-   $Code::TidyAll::t::Plugin::PodTidy::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::PodTidy::VERSION = '0.18';
 +}
  use Test::Class::Most parent => 'Code::TidyAll::t::Plugin';
  
  sub test_main : Tests {
@@@ -75,28 -72,3 +75,28 @@@ they were last processed
  }
  
  1;
 +
 +__END__
 +
 +=pod
 +
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
 +=head1 SEE ALSO
 +
 +L<Code::TidyAll|Code::TidyAll>
 +
 +=head1 AUTHOR
 +
 +Jonathan Swartz <swartz at pobox.com>
 +
 +=head1 COPYRIGHT AND LICENSE
 +
 +This software is copyright (c) 2011 by Jonathan Swartz.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +=cut
diff --cc lib/Code/TidyAll/t/Plugin/SortLines.pm
index b1d68d4,3990008..506e892
--- a/lib/Code/TidyAll/t/Plugin/SortLines.pm
+++ b/lib/Code/TidyAll/t/Plugin/SortLines.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Plugin::SortLines;
 +{
-   $Code::TidyAll::t::Plugin::SortLines::VERSION = '0.17';
++  $Code::TidyAll::t::Plugin::SortLines::VERSION = '0.18';
 +}
  use Test::Class::Most parent => 'Code::TidyAll::t::Plugin';
  
  sub test_main : Tests {
diff --cc lib/Code/TidyAll/t/SVN.pm
index e3748dd,31021fd..1661918
--- a/lib/Code/TidyAll/t/SVN.pm
+++ b/lib/Code/TidyAll/t/SVN.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::SVN;
 +{
-   $Code::TidyAll::t::SVN::VERSION = '0.17';
++  $Code::TidyAll::t::SVN::VERSION = '0.18';
 +}
  use Capture::Tiny qw(capture_stdout capture_stderr capture);
  use Code::TidyAll::SVN::Precommit;
  use Code::TidyAll::SVN::Util qw(svn_uncommitted_files);
diff --cc lib/Code/TidyAll/t/Util.pm
index 15e7766,f325c18..3c322cb
--- a/lib/Code/TidyAll/t/Util.pm
+++ b/lib/Code/TidyAll/t/Util.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Util;
 +{
-   $Code::TidyAll::t::Util::VERSION = '0.17';
++  $Code::TidyAll::t::Util::VERSION = '0.18';
 +}
  use Code::TidyAll::Util qw(dirname tempdir_simple);
  use IPC::System::Simple qw(capturex);
  use Test::Class::Most parent => 'Code::TidyAll::Test::Class';
diff --cc lib/Code/TidyAll/t/Zglob.pm
index 756aa30,df4d3ed..0c7f386
--- a/lib/Code/TidyAll/t/Zglob.pm
+++ b/lib/Code/TidyAll/t/Zglob.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Code::TidyAll::t::Zglob;
 +{
-   $Code::TidyAll::t::Zglob::VERSION = '0.17';
++  $Code::TidyAll::t::Zglob::VERSION = '0.18';
 +}
  use File::Zglob;
  use Test::Class::Most parent => 'Code::TidyAll::Test::Class';
  use Code::TidyAll::Util::Zglob qw(zglob_to_regex);
diff --cc lib/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm
index a8cf6ec,9e39cc0..2d6ae83
--- a/lib/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm
+++ b/lib/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Pod::Weaver::Section::SeeAlsoCodeTidyAll;
 +{
-   $Pod::Weaver::Section::SeeAlsoCodeTidyAll::VERSION = '0.17';
++  $Pod::Weaver::Section::SeeAlsoCodeTidyAll::VERSION = '0.18';
 +}
  use Moose;
  with 'Pod::Weaver::Role::Section';
  
diff --cc lib/Test/Code/TidyAll.pm
index 6e9c898,aa5ad4e..acecb4f
--- a/lib/Test/Code/TidyAll.pm
+++ b/lib/Test/Code/TidyAll.pm
@@@ -1,7 -1,4 +1,7 @@@
  package Test::Code::TidyAll;
 +{
-   $Test::Code::TidyAll::VERSION = '0.17';
++  $Test::Code::TidyAll::VERSION = '0.18';
 +}
  use IPC::System::Simple qw(run);
  use Code::TidyAll;
  use Test::Builder;
@@@ -43,10 -39,6 +44,10 @@@ __END_
  Test::Code::TidyAll - check that all your files are tidy and valid according to
  tidyall
  
 +=head1 VERSION
 +
- version 0.17
++version 0.18
 +
  =head1 SYNOPSIS
  
    In a file like 't/tidyall.t':
diff --cc perltidy.LOG
index 0000000,0000000..d7f5c0e
new file mode 100644
--- /dev/null
+++ b/perltidy.LOG
@@@ -1,0 -1,0 +1,21 @@@
++perltidy version 20121207 log file on a darwin system, OLD_PERL_VERSION=5.012004
++Configuration and command line parameters for this run:
++-noll -l=100
++To find error messages search for 'WARNING' with your editor
++Indentation will be with 4 spaces
++Line 1 implies starting-indentation-level = 0
++The nesting depths in the table below are at the start of the lines.
++The indicated output line numbers are not always exact.
++ci = levels of continuation indentation; bk = 1 if in BLOCK, 0 if not.
++
++in:out indent c b  nesting   code + messages; (messages begin with >>>)
++lines  levels i k            (code begins with one '.' per indent level)
++------  ----- - - --------   -------------------------------------------
++L3:3     i0:0 0 1            >>>Last line
++
++No indentation disagreement seen
++
++No lines exceeded 100 characters
++  Maximum output line length was 34 at line 3
++Suggest including 'use warnings;'
++Suggest including 'use strict;'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git



More information about the Pkg-perl-cvs-commits mailing list