In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (William R Ward) wrote:

> [EMAIL PROTECTED] (Scott R. Godin) writes:
> > Yes, I've been thinking of re-doing it as a Time:: module, and that _is_ 
> > a good idea. I'm still learning how to wrap all this stuff up in 
> > something that 'make install' can handle. 
> 
> Try this...
> 
> h2xs -X -n Time::Elapsed
> 
> This will create a sample Makefile.PL, test.t, MANIFEST, etc. just
> like the modules in CPAN.  Plug your code into the Elapsed.pm that
> they provice, complete the POD, and create some test cases in test.t
> and then when you're ready to go, try:
> 
> perl Makefile.PL
> make
> make test
> 
> If that works, you can then do:
> 
> make tardist
> 
> to create the Time-Elapsed-0-01.tar.gz file, ready to upload.

That seems.. almost too easy. :-)

Thanks, I'll try that. (after I read up on the docs some more; I still 
want to learn a bit about the surrounding process too.)

print pack "H*", "4a75737420416e6f74686572204d61635065726c204861636b65722c0d";
-- 
Scott R. Godin            | e-mail : [EMAIL PROTECTED]
Laughing Dragon Services  |    web : http://www.webdragon.net/
It is not necessary to cc: me via e-mail unless you mean to speak off-group.
I read these via nntp.perl.org, so as to get the stuff OUT of my mailbox. :-)

Reply via email to