From f4b398e39409908b30c3b8d3e06a28230c6975ef Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 25 Apr 2012 01:45:27 -0500 Subject: warn people off --- lib/MooseX/ABC.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/MooseX/ABC.pm b/lib/MooseX/ABC.pm index 45ac796..2fdda95 100644 --- a/lib/MooseX/ABC.pm +++ b/lib/MooseX/ABC.pm @@ -28,6 +28,8 @@ use Moose::Exporter; =head1 DESCRIPTION +B<< NOTE: This module is almost certainly a bad idea. You really want to just be using a L instead! >> + This module adds basic abstract base class functionality to Moose. Doing C turns the using class into an abstract class - it cannot be instantiated. It also allows you to mark certain methods in the class as -- cgit v1.2.3-54-g00ecf