in reply to Re^3: 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 have run the podchecker & resolved all the warnings but still the script is not working for "test.pl -help". It is only working for verbose level 2.
  • Comment on Re^4: pod2usage not displaying the pod document information for verbose level 0 & 1 on LINUX

Replies are listed 'Best First'.
Re^5: pod2usage not displaying the pod document information for verbose level 0 & 1 on LINUX
by parv (Parson) on Feb 08, 2008 at 11:54 UTC
    I am out of ideas then, other than to investigate the workings of Pod::Usage module (unless there is some other issue).
      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.