[560] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r678 - / branches/par/perl/lib/BarnOwl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:07:26 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Fri, 23 Mar 2007 15:11:06 -0400 (EDT)

Author: nelhage
Date: 2007-03-23 15:11:05 -0400 (Fri, 23 Mar 2007)
New Revision: 678

Modified:
   /
   branches/par/perl/lib/BarnOwl/ModuleLoader.pm
Log:
 r20644@phanatique:  nelhage | 2007-03-23 15:10:57 -0400
 Tighten up the reloaded regex a little.
 



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:20640
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636
   + 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:20644
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636

Modified: branches/par/perl/lib/BarnOwl/ModuleLoader.pm
===================================================================
--- branches/par/perl/lib/BarnOwl/ModuleLoader.pm	2007-03-23 19:09:45 UTC (rev 677)
+++ branches/par/perl/lib/BarnOwl/ModuleLoader.pm	2007-03-23 19:11:05 UTC (rev 678)
@@ -56,7 +56,7 @@
 
 sub squelch_redefine {
     my $warning = shift;
-    warn $warning unless $warning =~ /redefined/;
+    warn $warning unless $warning =~ /^Subroutine .+ redefined at/;
 }
 
 1;


home help back first fref pref prev next nref lref last post