in reply to cperl mode, XEmacs, and Test::Inline
IMHO a problem for all editors and a good argument against using POD for such stuff.
a syntax like
TEST { my $obj = foo(); is($obj, "blatz", "beer run(s)"); };
could have solved this easily...
concerning this special problem, I'd just create a little LISP routine to toggle the POD to comments
=begin test <-> #=begin test
Thats pretty easily implemented w/o Lisp knowledge:
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|