(1) h2xs -AXn Dictionary (2) edit Dictionary/Dictionary.pm # I tend to remove export() stuff. # Add your own (object or other) methods # Describe 'em in the POD at the end. Dictionary/Changes Dictionary/README Dictionary/t/1.t # Read Test::More and write some ok()'s (3) perl Makefile.PL make test make dist make install (optional; after install you can also read docs with "man Dictionary") pod2html Dictionary.pm > Dictionary.html