This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add perldelta for packaging changes
authorKaren Etheridge <ether@cpan.org>
Sun, 19 Nov 2017 23:37:07 +0000 (15:37 -0800)
committerKaren Etheridge <ether@cpan.org>
Sun, 19 Nov 2017 23:38:25 +0000 (15:38 -0800)
pod/perldelta.pod

index e61f8a2..e80f2ec 100644 (file)
@@ -484,6 +484,14 @@ XXX
 
 =back
 
+=head1 Packaging
+
+For the past few years we have released perl using three different archive
+formats: bzip (C<.bz2>), LZMA2 (C<.xz>) and gzip (C<.gz>). Since xz compresses
+better and decompresses faster, and gzip is more compatible and uses less memory,
+we have dropped the C<.bz2> archive format with this release.
+(If this poses a problem, do let us know; see L</Reporting Bugs>, below.)
+
 =head1 Platform Support
 
 XXX Any changes to platform support should be listed in the sections below.