[Catalyst-commits] r7006 - trunk/Catalyst-View-Mason/lib/Catalyst/View

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Mon Oct 15 15:39:16 GMT 2007


Author: rafl
Date: 2007-10-15 15:39:16 +0100 (Mon, 15 Oct 2007)
New Revision: 7006

Modified:
   trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm
Log:
Fix a minor typo.


Modified: trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm
===================================================================
--- trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm	2007-10-15 14:38:59 UTC (rev 7005)
+++ trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm	2007-10-15 14:39:16 UTC (rev 7006)
@@ -100,8 +100,8 @@
     if ($self->config->{use_match}) {
         $c->log->warn(sprintf(<<'EOW', ref $self));
 DEPRECATION WARNING: %s sets the use_match config variable to a true value.
-This has been deprecated as been deprecated. Please see the
-Catalyst::View::Mason documentation for details on use_match.
+This has been deprecated. Please see the Catalyst::View::Mason
+documentation for details on use_match.
 EOW
     }
 




More information about the Catalyst-commits mailing list