[libclass-virtual-perl] 04/05: Discourage use of this module.

dom at earth.li dom at earth.li
Wed Aug 23 14:00:19 UTC 2017


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

dom pushed a commit to tag v0.07
in repository libclass-virtual-perl.

commit 0f9172558659bf547401752a2e2c634264d25b36
Author: Michael G. Schwern <schwern at pobox.com>
Date:   Sun Mar 1 12:32:24 2015 -0800

    Discourage use of this module.
---
 lib/Class/Virtual.pm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/Class/Virtual.pm b/lib/Class/Virtual.pm
index 545309f..6175629 100644
--- a/lib/Class/Virtual.pm
+++ b/lib/Class/Virtual.pm
@@ -46,6 +46,10 @@ Class::Virtual - Base class for virtual base classes.
 
 =head1 DESCRIPTION
 
+B<THIS MODULE IS DISCOURAGED!> Avoid using it for new code.  There's
+nothing wrong with it, but there are better ways to accomplish the
+same thing.  Look into the L<Moose> ecosystem.
+
 This is a base class for implementing virtual base classes (what some
 people call an abstract class).  Kinda kooky.  It allows you to
 explicitly declare what methods are virtual and that must be

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



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