[Pdx-pm] h2xs question
Andy Lester
andy at petdance.com
Tue May 9 14:10:00 PDT 2006
On May 5, 2006, at 4:25 PM, Thomas J Keller wrote:
> Greetings,
> I'm new to writing modules. I though that
> ~keller$ h2xs -AX -n Tie::Array::Boundary
Don't use h2xs. Use Module::Starter, so you can say
$ module-starter --module=Tie::Array::Boundary --
email=kellert at ohsu.edu --author="Thomas J Keller" --verbose
and get...
Created Tie-Array-Boundary
Created Tie-Array-Boundary/lib/Tie/Array
Created Tie-Array-Boundary/lib/Tie/Array/Boundary.pm
Created Tie-Array-Boundary/t
Created Tie-Array-Boundary/t/pod-coverage.t
Created Tie-Array-Boundary/t/pod.t
Created Tie-Array-Boundary/t/boilerplate.t
Created Tie-Array-Boundary/t/00-load.t
Created Tie-Array-Boundary/.cvsignore
Created Tie-Array-Boundary/Makefile.PL
Created Tie-Array-Boundary/Changes
Created Tie-Array-Boundary/README
Created Tie-Array-Boundary/MANIFEST
Created starter directories and files
Everything you need for a successful distro.
xoxo,
Andy
--
Andy Lester => andy at petdance.com => www.petdance.com => AIM:petdance
More information about the Pdx-pm-list
mailing list