summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-04-20 03:27:34 -0500
committerdoy <doy@tozt.net>2009-04-20 03:27:34 -0500
commita3423ec0f408cb14a6f4718b70762e0f6734e43a (patch)
tree1e4aa61175525ef60a742ad59fbd36385bda8a04 /lib
parentb68490edda877bcda983c96f728d1e04a583eb4f (diff)
downloadmoosex-nonmoose-a3423ec0f408cb14a6f4718b70762e0f6734e43a.tar.gz
moosex-nonmoose-a3423ec0f408cb14a6f4718b70762e0f6734e43a.zip
add the moose faq entry on this topic to the see also section
Diffstat (limited to 'lib')
-rw-r--r--lib/MooseX/NonMoose.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/MooseX/NonMoose.pm b/lib/MooseX/NonMoose.pm
index 4c71fd9..e65c5dd 100644
--- a/lib/MooseX/NonMoose.pm
+++ b/lib/MooseX/NonMoose.pm
@@ -104,6 +104,8 @@ L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MooseX-NonMoose>.
=head1 SEE ALSO
+L<Moose::Cookbook::FAQ/How do I make non-Moose constructors work with Moose?>
+
L<MooseX::Alien> - serves the same purpose, but with a radically different (and
far more hackish and worse) implementation.