Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
dist /
ExtUtils-CBuilder /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
t
[ DIR ]
drwxr-xr-x
2016-10-10 18:26
Changes
13.65
KB
-r--r--r--
2014-12-27 11:49
LICENSE
17.92
KB
-r--r--r--
2014-12-27 11:48
Makefile.PL
1.54
KB
-r--r--r--
2014-12-27 11:49
README.patching
1.04
KB
-r--r--r--
2014-12-27 11:48
README.release
1.33
KB
-r--r--r--
2014-12-27 11:48
pm_to_blib
44
B
-rw-r--r--
2016-10-10 19:18
Save
Rename
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)