in reply to Re^3: Submitting a module to cpan (releasing using git)
in thread Submitting a module to cpan
Everything for git and uploading a module references this blog post http://blog.usarundbrief.com/?p=36
Yes, but it still gives away the secret :)
1) have the cpan distrbution layout (module-starter guarantees this)
2) tag a release on github
3) give pause regular github tarball url with with a cpan dist style filename at end, ie give it http://github.com/username/perl-module-dist/tarball/tagname/Perl-Module-Dist-1.22.tgz
And thats it, then press “Upload this URL” and you're done
The caveats are, don't forgot to make manifest... so you have a MANIFEST and META.yml in the git repo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Submitting a module to cpan (releasing using git)
by Anonymous Monk on Jul 16, 2014 at 11:13 UTC |