[boxer] 16/33: Tidy B::Task::Serialize.

Jonas Smedegaard dr at jones.dk
Sun Nov 5 18:28:17 UTC 2017


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

js pushed a commit to annotated tag debian/1.1.5-1
in repository boxer.

commit 22b832d0ea2d07dddf9ea5f11c52704bea265975
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jan 24 21:41:58 2017 +0100

    Tidy B::Task::Serialize.
---
 lib/Boxer/Task/Serialize.pm | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/lib/Boxer/Task/Serialize.pm b/lib/Boxer/Task/Serialize.pm
index edcafb6..d36899f 100644
--- a/lib/Boxer/Task/Serialize.pm
+++ b/lib/Boxer/Task/Serialize.pm
@@ -38,39 +38,39 @@ has world => (
 );
 
 has skeldir => (
-	is       => 'ro',
-	isa      => SkelDir,
-	coerce   => 1,
+	is     => 'ro',
+	isa    => SkelDir,
+	coerce => 1,
 );
 
 has infile => (
-	is       => 'ro',
-	isa      => File,
-	coerce   => File->coercion,
+	is     => 'ro',
+	isa    => File,
+	coerce => File->coercion,
 );
 
 has altinfile => (
-	is       => 'ro',
-	isa      => File,
-	coerce   => File->coercion,
+	is     => 'ro',
+	isa    => File,
+	coerce => File->coercion,
 );
 
 has outdir => (
-	is       => 'ro',
-	isa      => Dir,
-	coerce   => Dir->coercion,
+	is     => 'ro',
+	isa    => Dir,
+	coerce => Dir->coercion,
 );
 
 has outfile => (
-	is       => 'ro',
-	isa      => Path,
-	coerce   => Path->coercion,
+	is     => 'ro',
+	isa    => Path,
+	coerce => Path->coercion,
 );
 
 has altoutfile => (
-	is       => 'ro',
-	isa      => Path,
-	coerce   => Path->coercion,
+	is     => 'ro',
+	isa    => Path,
+	coerce => Path->coercion,
 );
 
 has node => (

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



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