Re: More - Re: question about using "cover -ignore" and "cover -ignore_re"

2006-05-29 Thread Paul Johnson
On Mon, May 29, 2006 at 03:31:19PM -0700, Scott Wang wrote: > "-MDevel::Cover=+ignore,\\.pt$ ..." really helps! > > If I want to use Devel::Cover module in my code and > not from commandline, say I would like to use "use > Devel::Cover;" in code, what I should add after "use > Devel::Cover" to ma

More - Re: question about using "cover -ignore" and "cover -ignore_re"

2006-05-29 Thread Scott Wang
Hi Paul, "-MDevel::Cover=+ignore,\\.pt$ ..." really helps! If I want to use Devel::Cover module in my code and not from commandline, say I would like to use "use Devel::Cover;" in code, what I should add after "use Devel::Cover" to make it works as "-MDevel::Cover=+ignore,\\.pt$ ...". Many thank