summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-04-25 01:45:27 -0500
committerJesse Luehrs <doy@tozt.net>2012-04-25 01:45:27 -0500
commitf4b398e39409908b30c3b8d3e06a28230c6975ef (patch)
treee034d9d43c29ae4a9860ac9c5bc3b01522a94e65
parent53c7bea3992c4c79d361a758fa7f28268d817d71 (diff)
downloadmoosex-abc-f4b398e39409908b30c3b8d3e06a28230c6975ef.tar.gz
moosex-abc-f4b398e39409908b30c3b8d3e06a28230c6975ef.zip
warn people off
-rw-r--r--lib/MooseX/ABC.pm2
1 files changed, 2 insertions, 0 deletions
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<role|Moose::Role> instead! >>
+
This module adds basic abstract base class functionality to Moose. Doing C<use
MooseX::ABC> turns the using class into an abstract class - it cannot be
instantiated. It also allows you to mark certain methods in the class as