Re: POD on new module to make sure it looks right before uploading to CPAN

2004-09-01 Thread JupiterHost.Net
Seems the module docs are incorrect. This seems to work for me: Sorry for the delay :) pod2html("d:\\perl\\site\\lib\\$pmfile", "--title=$pmfile pod2html", '--backlink=Back to Top', '--css=http://search.cpan.org/s/style.css', "--cachedir=c:\\temp", ); That is it seems the first paramete

Re: POD on new module to make sure it looks right before uploading to CPAN

2004-08-26 Thread JupiterHost.Net
Jenda Krynicky wrote: From: "JupiterHost.Net" <[EMAIL PROTECTED]> Jenda Krynicky wrote: From: "JupiterHost.Net" <[EMAIL PROTECTED]> Is there an easy way to view the POD from a local module in a browser to see what it will look like in CPAN? I would generate the HTML file by the pod2html script and

Re: POD on new module to make sure it looks right before uploading to CPAN

2004-08-26 Thread Jenda Krynicky
From: "JupiterHost.Net" <[EMAIL PROTECTED]> > Jenda Krynicky wrote: > > From: "JupiterHost.Net" <[EMAIL PROTECTED]> > > > >>Is there an easy way to view the POD from a local module in a > >>browser to see what it will look like in CPAN? > > > > > > I would generate the HTML file by the pod2html

Re: POD on new module to make sure it looks right before uploading to CPAN

2004-08-26 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: Ok well sorry about that I must have missed your earlier post. Good luck on the other module, it looked simpler to me. Thanks, if I run into problems I'll be posting back :) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: POD on new module to make sure it looks right before uploading to CPAN

2004-08-26 Thread christopher . l . hood
- From: JupiterHost.Net [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 5:41 PM To: Christopher L. Hood Cc: [EMAIL PROTECTED] Subject: Re: POD on new module to make sure it looks right before uploading to CPAN [EMAIL PROTECTED] wrote: > Well I don't know if it is possible, how

Re: POD on new module to make sure it looks right before uploading to CPAN

2004-08-25 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: Well I don't know if it is possible, however the POD::HTML module is very skimpy on documentation, so try this one instead. http://search.cpan.org/~sburke/Pod-Simple-3.02/lib/Pod/Simple/HTML.pm it appears to be very easy to use, however I cannot test. Just give it a try an

Re: POD on new module to make sure it looks right before uploading to CPAN

2004-08-25 Thread JupiterHost.Net
Jenda Krynicky wrote: From: "JupiterHost.Net" <[EMAIL PROTECTED]> Is there an easy way to view the POD from a local module in a browser to see what it will look like in CPAN? I would generate the HTML file by the pod2html script and then look at the created file. pod2html --infile=The/Module.p

Re: POD on new module to make sure it looks right before uploading to CPAN

2004-08-25 Thread Jenda Krynicky
From: "JupiterHost.Net" <[EMAIL PROTECTED]> > Is there an easy way to view the POD from a local module in a browser > to see what it will look like in CPAN? I would generate the HTML file by the pod2html script and then look at the created file. pod2html --infile=The/Module.pm --outfile=

Re: POD on new module to make sure it looks right before uploading to CPAN

2004-08-25 Thread JupiterHost.Net
Hmm, no takers eh? :) Does anyone know if its possible to use Pod::Html to view a .pm file with pod documentation in it as a web page? If not that module does anyone know any other modules/methods to do that? Thanks :) Lee.M - JupiterHost.Net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: POD on new module to make sure it looks right before uploading to CPAN

2004-08-19 Thread JupiterHost.Net
To further where I'm at: pod2html('pod2html', '--backlink="Back to Top"', '--css=http://search.cpan.org/s/style.css', '--infile=/modules/$pmfile' ); So the questions are now: What does the first argument "pod2html" do? (It was in the example) It gives: Can't open pod2html: No such file or d

POD on new module to make sure it looks right before uploading to CPAN

2004-08-19 Thread JupiterHost.Net
Howdy group, I'm getting ready to add a module or two to CPAN. I'm working on the POD documentation now. I'd like to make sure it looks right and the links work and all before I upload it to CPAN. Is there an easy way to view the POD from a local module in a browser to see what it will look like