Newbie Q: how to make a cpan package

Newbie Q: how to make a cpan package

am 30.08.2005 03:59:06 von unknown

Post removed (X-No-Archive: yes)

Re: Newbie Q: how to make a cpan package

am 30.08.2005 09:03:28 von Sisyphus

"Ignoramus23186" wrote in message
news:K3PQe.110824$f24.30223@fe18.usenetserver.com...
> I wrote a module Net::eBay for easy communication with ebay via
> XML. You can use it to sell stuff, bid, search, and whatever. I use it
> to sell various things effectively. You still need to get developer
> keys to access ebay, to use with my module.
>
> I want to make a cpan distro and do not know how to do it easily. I
> recall some very easy tools, but forgot what they were.
>
>

perldoc -q "create a module"

(Btw, I saw your post on c.l.p.misc about this. You seem to have taken on
board John Bokma's suggestion that it be called "Net::eBay". Imho, that's
the correct thing to do :-)

Cheers,
Rob

Re: Newbie Q: how to make a cpan package

am 30.08.2005 13:16:02 von unknown

Post removed (X-No-Archive: yes)

Re: Newbie Q: how to make a cpan package

am 30.08.2005 17:53:15 von unknown

Post removed (X-No-Archive: yes)

Re: Newbie Q: how to make a cpan package

am 30.08.2005 18:05:06 von Stephen Patterson

On Tue, 30 Aug 2005 15:53:15 GMT, Ignoramus8644 wrote:
> Thanks... Will try to do asap. Would you give me some example of such
> good formatting, thanks. My readme turned out messed up.

Well, heres one of my modules;
http://search.cpan.org/~srpatt/Printer-0.98/lib/Printer.pm [html]
http://search.cpan.org/src/SRPATT/Printer-0.98/lib/Printer.p m [original]
The documentation's towards the end.

--
Stephen Patterson steve@patter.mine.nu http://patter.mine.nu/ GPG: E3E8E974
Jabber: patter on jabber.earth.li MSN: stephenpatterson893@hotmail.com
"Whoever said nothing is impossible never tried slamming a revolving door."
-- Melissa O'Brien

Re: Newbie Q: how to make a cpan package

am 30.08.2005 18:24:45 von unknown

Post removed (X-No-Archive: yes)