Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Cygwin Pod::Usage malfunction?

by eric256 (Parson)
on May 21, 2004 at 05:04 UTC ( [id://355183]=note: print w/replies, xml ) Need Help??


in reply to Cygwin Pod::Usage malfunction?

Have you tried pod2usage all by itself in a script with just it and a little pod? You might get more help if your question was shorter and got right to this point.

___________
Eric Hodges

Replies are listed 'Best First'.
Re: Re: Cygwin Pod::Usage malfunction?
by Ambidangerous (Scribe) on May 21, 2004 at 11:39 UTC

    Thanks for the reply, and for the advice. (Sorry, looks like I had my personal --verbose option set.)

    Another data point:

    When you make a special program to test Pod::Usage, outside of the 'cookie cutter program' I showed in my first example, it WORKS.

    The only time Pod::Usage seems to be misfiring is in the original context above.

    #!/usr/bin/perl -w mystery.pl use Pod::Usage; pod2usage ( { -exit_status => 0, -verbose_level => 1 } ); __END__ =head1 SYNOPSIS mystery.pl tests Pod::Usage =head1 OPTIONS Yet this message DOES appear when you summon pod2usage, be it under Cygwin or AS . . . ?!?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://355183]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-19 16:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found