1631 shaares
17 private links
17 private links
2 results
tagged
authoring
The document provides instructions for uploading a first module to CPAN. It discusses using PAUSE as an intermediary, getting a PAUSE account, choosing a module name, creating the distribution, uploading modules early and often, using CPAN search, and ways to publicize and get help for modules.
> mi6 new Foo::Bar # create Foo-Bar distribution
> cd Foo-Bar
> mi6 build # build the distribution and re-generate README.md/META6.json
> mi6 test # run tests
> mi6 release # release!
!!! EXPERIMENTAL !!!
> mi6 dist # make distribution tarball
> mi6 upload # upload distribution tarball to CPAN