Re: creating a standard Perl module

2003-10-01 Thread Eric Lease Morgan
On 10/1/03 11:37 AM, Paul Hoffman <[EMAIL PROTECTED]> wrote: >> Steal. Find a good distribution (say, MARC::Record) and adapt from >> there. >> >> I never use h2xs any more. > > I second that! I would start out this way: download a distribution by > a CPAN author who's got a few modules under

Re: creating a standard Perl module

2003-10-01 Thread Paul Hoffman
On Tuesday, September 30, 2003, at 06:14 PM, Andy Lester wrote: At 5:09 PM -0500 9/30/03, Eric Lease Morgan wrote: How do I create a standard Perl module intended for distribution? Steal. Find a good distribution (say, MARC::Record) and adapt from there. I never use h2xs any more. I second tha

Re: creating a standard Perl module

2003-09-30 Thread Andy Lester
At 5:09 PM -0500 9/30/03, Eric Lease Morgan wrote: How do I create a standard Perl module intended for distribution? Steal. Find a good distribution (say, MARC::Record) and adapt from there. I never use h2xs any more. xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

creating a standard Perl module

2003-09-30 Thread Eric Lease Morgan
How do I create a standard Perl module intended for distribution? As I've said before, I am rewriting MyLibrary in an object-oriented manner. In this new incarnation there will many smaller packages as opposed to one huge one. Since I want to create this module in the most Perl-standard fashion,