In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5cd8f091ee4dda468a6e715960d37d7c896af0d5?hp=2ff1ebfe36bd2da608dc46ad4b62a29bdf95a8bc>
- Log ----------------------------------------------------------------- commit 5cd8f091ee4dda468a6e715960d37d7c896af0d5 Author: Matthew Horsfall <[email protected]> Date: Tue Jan 20 15:52:36 2015 -0500 Update RMG to mention uploading .xz to pause, and fix grammar ----------------------------------------------------------------------- Summary of changes: Porting/release_managers_guide.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index a724a94..7f80ee7 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -1036,7 +1036,7 @@ F</home/USERNAME/public_html>, where F<USERNAME> is your login account on dromedary. I<Remember>: if your upload is partially successful, you may need to contact a PAUSE administrator or even bump the version of perl. -Upload both the .gz and .bz2 versions of the tarball. +Upload the .gz, .xz, and .bz2 versions of the tarball. Do not proceed any further until you are sure that your tarballs are on CPAN. Check your authors directory www.cpan.org (the globally balanced "fast" @@ -1221,7 +1221,7 @@ Run a clean build and test to make sure nothing obvious is broken. In particular, F<Porting/perldelta_template.pod> is intentionally exempted from podchecker tests, to avoid false positives about placeholder text. However, once it's copied to F<pod/perldelta.pod> the contents can now -cause test failures. Problems should resolved by doing one of the +cause test failures. Problems should be resolved by doing one of the following: =over -- Perl5 Master Repository
