On Sat, 10 Nov 2001, Stephen Adkins wrote: > What experiences to people have with using inline POD within > the Module.pm as opposed to maintaining two files, > Module.pm (for code) and Module.pod (for documentation)? > What recommendations would you have for P5EE code?
Mason (including the current release) had external POD files. I found that I was less likely to update a separate pod file when I changed code for some reason. We recently merged the POD into the main .pm files and I found it easier to deal with. Its mostly psychological but I can't see any reason to not have inline pod. Plus perldoc -m doesn't work with separate files. -dave /*================== www.urth.org We await the New Sun ==================*/
