[Catalyst-commits] r9225 -
Catalyst-View-TT-XHTML/1.000/trunk/lib/Catalyst/View/TT
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Thu Feb 5 23:25:38 GMT 2009
Author: t0m
Date: 2009-02-05 23:25:38 +0000 (Thu, 05 Feb 2009)
New Revision: 9225
Modified:
Catalyst-View-TT-XHTML/1.000/trunk/lib/Catalyst/View/TT/XHTML.pm
Log:
Make deprecation notice more clear and explicit
Modified: Catalyst-View-TT-XHTML/1.000/trunk/lib/Catalyst/View/TT/XHTML.pm
===================================================================
--- Catalyst-View-TT-XHTML/1.000/trunk/lib/Catalyst/View/TT/XHTML.pm 2009-02-05 23:16:21 UTC (rev 9224)
+++ Catalyst-View-TT-XHTML/1.000/trunk/lib/Catalyst/View/TT/XHTML.pm 2009-02-05 23:25:38 UTC (rev 9225)
@@ -47,8 +47,11 @@
This module is a very simple demonstration of a consumer of the
L<Catalyst::View::ContentNegotiation::XHTML> role.
-If your needs are not trivial, then it is recommended that you consume that
-role yourself.
+If your needs are not trivial, or you are not using TT, then using this view
+is B<discouraged and deprecated>. It is highly recommended that you consume
+the L<Catalyst::View::ContentNegotiation::XHTML> role yourself, rather than
+doing silly things with multiple inheritance to use this view in combination
+with another one.
=head1 AUTHOR
More information about the Catalyst-commits
mailing list