[libclass-multimethods-perl] 07/09: Mention module name in long description
Florian Schlichting
fsfs at moszumanska.debian.org
Thu Nov 24 21:50:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libclass-multimethods-perl.
commit bf7843d1903da9b15a4d04a4c19f727979b7042b
Author: Florian Schlichting <fsfs at debian.org>
Date: Thu Nov 24 22:13:16 2016 +0100
Mention module name in long description
---
debian/control | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 733550f..2cb12d1 100644
--- a/debian/control
+++ b/debian/control
@@ -17,11 +17,11 @@ Depends: ${misc:Depends},
Description: Support multimethods and subroutine overloading in Perl
Sometimes Perl's standard polymorphic method dispatch mechanism isn't
sophisticated enough to cope with the complexities of finding the right
- method to handle a given situation.
+ method to handle a given situation. Class::Multimethods to the rescue!
.
Generally speaking, multiple dispatch is needed whenever two or more objects
- belonging to different class hierarchies are going to interact, and we need to
- do different things depending on the combination of actual types of those
- objects. Typical applications that need this kind of ability include graphical
- user interfaces, image processing libraries, mixed-precision numerical
- computation systems, and most types of simulations.
+ belonging to different class hierarchies are going to interact, and there are
+ different things that need to be done depending on the combination of the
+ actual types of those objects. Typical applications that need this kind of
+ ability include graphical user interfaces, image processing libraries,
+ mixed-precision numerical computation systems, and most types of simulations.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-multimethods-perl.git
More information about the Pkg-perl-cvs-commits
mailing list