RE: creating a standard Perl module

2003-10-02 Thread Orton, Yves
Title: RE: creating a standard Perl module > My Perl Cookbook says I should use this command to initialize > my project: > >   h2xs -XA -n MyLibrary > > Fine, but I never expect to have an actual package named MyLibrary.pm. > Instead, I suspect I will have various

Re: creating a standard Perl module

2003-10-01 Thread James E Keenan
On Wed, 01 Oct 2003 11:48:20 -0500, Eric Lease Morgan wrote: > > How do I create a standard Perl module intended for distribution? > > I'm going to assume that by "intended for distribution" you mean distribution among colleagues rather than distribution via CPAN. If you intend the latter, then y

Re: creating a standard Perl module

2003-10-01 Thread Mark Stosberg
On Wed, Oct 01, 2003 at 11:48:20AM -0500, Eric Lease Morgan wrote: > > My Perl Cookbook says I should use this command to initialize my project: > > h2xs -XA -n MyLibrary Eric, Here's a related recommenation. I recommend trying 'modulemaker' as more pleasant alternative to h2xs. Install ExtUt

creating a standard Perl module

2003-10-01 Thread Eric Lease Morgan
How do I create a standard Perl module intended for distribution? First of all, after looking at the mailing list archives, this looks like a list where I can ask my question, but if not, then please excuse my intrusion. Second, I am in the process of writing an object oriented version of a prog