| Server IP : 164.138.27.172 / Your IP : 216.73.217.113 Web Server : nginx/1.27.4 System : Linux cookingdream 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : www-adm ( 1001) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /home/jonasn/.cpan/build/ExtUtils-CBuilder-0.280236-0/ |
Upload File : |
Release instructions for dual-life ExtUtils::CBuilder
1. Check out a tag/commit corresponding to the release point. This
should generally be a Perl release (dev or stable). Make sure
your working tree is clear of extraneous files. E.g.
$ git checkout v5.15.8
$ git clean -dxf
2. Rsync the ExtUtils-CBuilder directory to a temporary directory for
release. E.g.
$ rsync -av --delete dist/ExtUtils-CBuilder /tmp
3. Change to the temp directory
$ cd /tmp/ExtUtils-CBuilder
4. Look at the Changes file. If it was not kept up to date in blead,
take a minute to feel sad, then update it. Remember to copy the
changes back to blead later.
5. Configure and then make a MANIFEST
$ perl Makefile.PL
$ make manifest
6. Build a release directory and examine its contents, paying particular
attention to the MANIFEST and the META files
$ make distdir
7. Test the release directory
$ make disttest
8. If all looks good, create a tarball and upload it to CPAN (maybe
install CPAN::Uploader or an equivalent tool)
$ make dist
$ cpan_upload ExtUtils-CBuilder-X.YYYZZZ.tar.gz
9. Update Porting/Maintainers.pl in the Perl repo with the new tarball
name for ExtUtils-CBuilder.
10. If you updated Changes, copy that back to blead now
11. Commit any changes to blead (or submit it as a patch if you don't have a
commit bit)