in reply to Re^4: pod2usage not displaying the pod document information for verbose level 0 & 1 on LINUX
in thread pod2usage not displaying the pod document information for verbose level 0 & 1 on LINUX

I am out of ideas then, other than to investigate the workings of Pod::Usage module (unless there is some other issue).
  • Comment on Re^5: pod2usage not displaying the pod document information for verbose level 0 & 1 on LINUX

Replies are listed 'Best First'.
Re^6: pod2usage not displaying the pod document information for verbose level 0 & 1 on LINUX
by Anonymous Monk on Feb 17, 2011 at 07:33 UTC
    I had that problem, then traced it to the fact that my perl script was saved with PC-style line endings instead of UNIX-style ones.