[libdist-zilla-plugin-test-eol-perl] 08/09: convert spaces to tabs

Intrigeri intrigeri at moszumanska.debian.org
Sun Aug 16 09:19:56 UTC 2015


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

intrigeri pushed a commit to annotated tag 0.07
in repository libdist-zilla-plugin-test-eol-perl.

commit fd36a36b1c8f824c94399fd485bf0ab6625bf6e5
Author: Caleb Cushing <xenoterracide at gmail.com>
Date:   Wed Apr 4 00:35:08 2012 -0500

    convert spaces to tabs
    
    Signed-off-by: Caleb Cushing <xenoterracide at gmail.com>
---
 lib/Dist/Zilla/Plugin/Test/EOL.pm | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/lib/Dist/Zilla/Plugin/Test/EOL.pm b/lib/Dist/Zilla/Plugin/Test/EOL.pm
index 36f9c07..75270e1 100644
--- a/lib/Dist/Zilla/Plugin/Test/EOL.pm
+++ b/lib/Dist/Zilla/Plugin/Test/EOL.pm
@@ -9,27 +9,27 @@ with 'Dist::Zilla::Role::TextTemplate';
 
 
 has trailing_whitespace => (
-    is      => 'ro',
-    isa     => 'Bool',
-    default => 1,
+	 is      => 'ro',
+	 isa     => 'Bool',
+	 default => 1,
 );
 
 around add_file => sub {
-    my ($orig, $self, $file) = @_;
-    return $self->$orig(
-        Dist::Zilla::File::InMemory->new({
-            name    => $file->name,
-            content => $self->fill_in_string(
-                $file->content,
-                {
-					name        => __PACKAGE__,
-					version     => __PACKAGE__->VERSION
-						|| 'bootstrapped version',
-					trailing_ws => \$self->trailing_whitespace
-				},
-            ),
-        }),
-    );
+	 my ($orig, $self, $file) = @_;
+	 return $self->$orig(
+		  Dist::Zilla::File::InMemory->new({
+				name    => $file->name,
+				content => $self->fill_in_string(
+					$file->content,
+					{
+						name    => __PACKAGE__,
+						version => __PACKAGE__->VERSION
+							|| 'bootstrapped version',
+						trailing_ws => \$self->trailing_whitespace
+					},
+				),
+		  }),
+	 );
 };
 
 __PACKAGE__->meta->make_immutable;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-eol-perl.git



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