Graham Knop
Graham Knop
No, just based on things I've seen making perl or CPAN releases.
This was implemented with #22273
Because nobody has done the work to release it yet. This will only be relevant for 5.36, but it would be nice to do.
Fixes #22245
All of the tar implementations we care about support `--format=ustar`. Producing an empty tarball requires a rather specific system setup that is not common. It's something I ran into before,...
pmqs/Compress-Raw-Bzip2#15 addresses this, so it should be fixed in the next Compress-Raw-Bzip2 release.
Why does PAUSE need to remember which releases were authorized? PAUSE only uses the data when indexing new stable releases. An old stable release isn't treated any differently than an...
MetaCPAN checks permissions at index time and stores those. It does the same for normal CPAN releases. It doesn't use historical data.
Reverting this to the old behavior for the `C` locale seems reasonable to me. There should probably be a warning for the unsafe cases that return an empty string.
Everything here is working as expected, and I don't think there's anything worth changing. `__DATA__` is inherently a file-based feature, and trying to make it interact with inner lexical scopes...