This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libmoosex-types-laxnum-perl.
commit 2dd04d61a0688593c5875741edcc3e3457238541 Author: gregor herrmann <[email protected]> Date: Wed Sep 6 20:10:16 2017 +0200 control --- debian/control | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index d3bcbf1..f746069 100644 --- a/debian/control +++ b/debian/control @@ -18,10 +18,8 @@ Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl -Description: LaxNum type which provides the loose behavior of Moose's Num pre-2.10 - LaxNum accepts everything for which Scalar::Util/looks_like_number return - true. It can be used to get the old behaviour of +Description: Moose type providing the loose behavior of Moose's old Num type + MooseX::Types::LaxNum accepts everything for which Scalar::Util's + looks_like_number() returns true. It can be used to get the old behaviour of Moose::Util::TypeConstraints::Num, since Num has been changed to be more - strict. - . - This description was automagically extracted from the module by dh-make-perl. + strict since 2.10. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-types-laxnum-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
