< Previous | [Index] | slide #9 out of 13 slides | Next >

Creating a Module for CPAN - cont'd

Creating a Module for CPAN - cont'd

For the lazy among you, though, there's another way :-) which uses h2xs ([5]) and goes something like this:


   h2xs -X SuffixTree
   cp suffix_tree* SuffixTree  # this copies the source files
   cp -f SuffixTree.pm SuffixTree # overwrite the pm file created by h2xs with your edited version.
   cd SuffixTree
   edit, edit, edit
   tarball   # remember the version number: SuffixTree-0.04.tar.gz
   You're done :-)

< Previous (8) | [Index] | (10/13) Next >


Offer Kaye. YAPC::Israel::2003. Slides automatically generated by a Perl script. Last update on Sun Apr 6 09:28:17 IDT 2003