[libmoosex-traitfor-meta-class-betteranonclassnames-perl] 05/08: control

gregor herrmann gregoa at debian.org
Tue Jan 2 20:10:49 UTC 2018


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

gregoa pushed a commit to branch master
in repository libmoosex-traitfor-meta-class-betteranonclassnames-perl.

commit bc82f27c486a7dd73001758c04cbef5b83fba270
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jan 2 20:58:26 2018 +0100

    control
---
 debian/control | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 3df0db2..b171ca9 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,16 @@ Depends: ${misc:Depends},
          libautobox-core-perl,
          libmoose-perl,
          libnamespace-autoclean-perl
-Description: Metaclass trait to *attempt* to demystify generated anonymous class names
- (no description was found)
+Description: helper for MooseX::Util to generate anonymous class names
+ MooseX::TraitFor::Meta::Class::BetterAnonClassNames helps MooseX::Util's
+ with_traits() method to create better named anonymous classes.
  .
- This description was automagically extracted from the module by dh-make-perl.
+  my $anon_class_name = with_traits('Zombie::Catcher', 'SomeTrait');
+ .
+ now becomes
+ .
+  Zombie::Catcher::__ANON__::SERIAL::1
+ .
+ rather than
+ .
+  Moose::Meta::Class::__ANON__::SERIAL::1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-traitfor-meta-class-betteranonclassnames-perl.git



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