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 <xenoterrac...@gmail.com>
Date:   Wed Apr 4 00:35:08 2012 -0500

    convert spaces to tabs
    
    Signed-off-by: Caleb Cushing <xenoterrac...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to