[libclass-tiny-perl] 08/11: perltidy

gregor herrmann gregoa at debian.org
Sun May 31 14:03:18 UTC 2015


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

gregoa pushed a commit to annotated tag release-0.006
in repository libclass-tiny-perl.

commit 808e836f70fccfb6e60d8079289debef0cfc4a65
Author: David Golden <dagolden at cpan.org>
Date:   Thu Sep 5 09:54:04 2013 -0400

    perltidy
---
 lib/Class/Tiny.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/Class/Tiny.pm b/lib/Class/Tiny.pm
index 1ef714d..3b75350 100644
--- a/lib/Class/Tiny.pm
+++ b/lib/Class/Tiny.pm
@@ -61,7 +61,9 @@ CODE
 
 sub get_all_attributes_for {
     my ( $class, $pkg ) = @_;
-    my %attr = map { $_ => undef } map { keys %{ $CLASS_ATTRIBUTES{$_} || {} } } @{ mro::get_linear_isa($pkg) };
+    my %attr =
+      map { $_ => undef }
+      map { keys %{ $CLASS_ATTRIBUTES{$_} || {} } } @{ mro::get_linear_isa($pkg) };
     return keys %attr;
 }
 

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



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