http://www.perlmonks.org?node_id=324002


in reply to Re: Re: Debug code out of production systems
in thread Debug code out of production systems

"I've thought about using =debug as a pod delimiter. The thing is that many pod processor generate a lot of noise when they encounter an unknown =pod delimiter. Wherease if they don't know how to handle =begin, they're supposed to ignore it. "

Couldn't you use the =for directive =for debug? That does not emit warnings.


-Lee
"To be civilized is to deny one's nature."
  • Comment on Re: Re: Re: Debug code out of production systems