[libtype-tiny-perl] 20/27: ws
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 21:13:14 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libtype-tiny-perl.
commit b4fc4121fb641a30eb4711b63142c7e567c0041d
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Tue Aug 6 08:35:05 2013 +0100
ws
---
lib/Type/Tiny.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Type/Tiny.pm b/lib/Type/Tiny.pm
index f8eabc9..1b2351f 100644
--- a/lib/Type/Tiny.pm
+++ b/lib/Type/Tiny.pm
@@ -345,7 +345,7 @@ sub is_subtype_of
# }
# return;
- return unless $self->has_parent;
+ return unless $self->has_parent;
$self->parent->equals($other) or $self->parent->is_subtype_of($other);
}
@@ -389,7 +389,7 @@ sub is_strictly_subtype_of
# }
# return;
- return unless $self->has_parent;
+ return unless $self->has_parent;
$self->parent->strictly_equals($other) or $self->parent->is_strictly_subtype_of($other);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list