[Jifty-commit] r2620 - in wifty/trunk: lib/Wifty/Model

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 26 22:30:51 EST 2007


Author: jesse
Date: Fri Jan 26 22:30:51 2007
New Revision: 2620

Modified:
   wifty/trunk/   (props changed)
   wifty/trunk/lib/Wifty/Model/Page.pm

Log:
 r21481 at hualien:  jesse | 2007-01-27 11:22:12 +0800
 * cleaned up a warning


Modified: wifty/trunk/lib/Wifty/Model/Page.pm
==============================================================================
--- wifty/trunk/lib/Wifty/Model/Page.pm	(original)
+++ wifty/trunk/lib/Wifty/Model/Page.pm	Fri Jan 26 22:30:51 2007
@@ -75,6 +75,8 @@
 
 }
 
+{
+no warnings qw'redefine';
 sub set_content {
     my $self    = shift;
     my $content = shift;
@@ -84,6 +86,7 @@
                 );
     return ( $val, $msg );
 }
+};
 
 sub _set {
     my $self = shift;


More information about the Jifty-commit mailing list