# from Aristotle Pagaltzis
# on Monday 08 September 2008 21:50:

>    use\s+Test::More.*no_plan\s*[')/]\s*[^;]
>
>but that matches pretty much every `use Test::More` line with
>`no_plan` on it ever written, regardless of what follows.
>
>If anyone can see something that I can’t, please tell me.

/.*=>/ or /\d/ perhaps?  But, uh... what are you looking for exactly?  I 
suspect that the /[^;]/ is matching "\n" or just not working.  
Remember, google doesn't use perl ;-)

--Eric
-- 
"Because understanding simplicity is complicated."
--Eric Raymond
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to