|
1 | | -package File::Temp; # git description: v0.2310-3-gc7148fe |
| 1 | +package File::Temp; # git description: v0.2311-9-gca0cdb7 |
2 | 2 | # ABSTRACT: return name and handle of a temporary file safely |
3 | 3 |
|
4 | | -our $VERSION = '0.2311_01'; |
| 4 | +our $VERSION = '0.2312'; |
5 | 5 |
|
6 | 6 | #pod =begin :__INTERNALS |
7 | 7 | #pod |
@@ -658,7 +658,6 @@ sub _force_writable { |
658 | 658 | #Args: directory path to check |
659 | 659 | # Optionally: reference to scalar to contain error message |
660 | 660 | # Returns true if the path is safe and false otherwise. |
661 | | -# Returns undef if can not even run stat() on the path |
662 | 661 |
|
663 | 662 | # This routine based on version written by Tom Christiansen |
664 | 663 |
|
@@ -1707,7 +1706,7 @@ sub tempdir { |
1707 | 1706 | my $tempdir; |
1708 | 1707 | my $suffixlen = 0; |
1709 | 1708 | if ($^O eq 'VMS' |
1710 | | - && ($template =~ m/([\.\]:>]+)$/)) { # dir specs can end in delimiters |
| 1709 | + && ($template =~ m/([\.\]:>]+)$/)) { # dir specs can end in delimiters |
1711 | 1710 | $suffixlen = length($1); |
1712 | 1711 | } |
1713 | 1712 | if ( ($^O eq 'MacOS') && (substr($template, -1) eq ':') ) { |
@@ -2596,7 +2595,7 @@ sub unlink1 { |
2596 | 2595 | package ## hide from PAUSE |
2597 | 2596 | File::Temp::Dir; |
2598 | 2597 |
|
2599 | | -our $VERSION = '0.2311'; |
| 2598 | +our $VERSION = '0.2312'; |
2600 | 2599 |
|
2601 | 2600 | use File::Path qw/ rmtree /; |
2602 | 2601 | use strict; |
@@ -2663,7 +2662,7 @@ File::Temp - return name and handle of a temporary file safely |
2663 | 2662 |
|
2664 | 2663 | =head1 VERSION |
2665 | 2664 |
|
2666 | | -version 0.2311 |
| 2665 | +version 0.2312 |
2667 | 2666 |
|
2668 | 2667 | =head1 SYNOPSIS |
2669 | 2668 |
|
@@ -3610,7 +3609,7 @@ different implementations of temporary file handling. |
3610 | 3609 | See L<File::Tempdir> for an alternative object-oriented wrapper for |
3611 | 3610 | the C<tempdir> function. |
3612 | 3611 |
|
3613 | | -=for Pod::Coverage STRINGIFY NUMIFY top_system_uid |
| 3612 | +=for Pod::Coverage STRINGIFY NUMIFY top_system_uid MAX_TRIES MINX TEMPXXX |
3614 | 3613 |
|
3615 | 3614 | =head1 SUPPORT |
3616 | 3615 |
|
|
3629 | 3628 |
|
3630 | 3629 | =head1 CONTRIBUTORS |
3631 | 3630 |
|
3632 | | -=for stopwords Tim Jenness Karen Etheridge David Golden Slaven Rezic mohawk2 Roy Ivy III Peter Rabbitson Olivier Mengué John Acklam Gim Yee Nicolas R Brian Mowrey Dagfinn Ilmari Mannsåker Steinbrunner Ed Avis Guillem Jover James E. Keenan Kevin Ryde Ben Tilly |
| 3631 | +=for stopwords Karen Etheridge David Golden Slaven Rezic mohawk2 Roy Ivy III Craig A. Berry Olivier Mengué Peter Rabbitson Ben Tilly Brian Mowrey Dagfinn Ilmari Mannsåker Steinbrunner Ed Avis Guillem Jover James E. Keenan Kevin Ryde mauke Nicolas R John Acklam Tim Gim Yee |
3633 | 3632 |
|
3634 | 3633 | =over 4 |
3635 | 3634 |
|
3636 | 3635 | =item * |
3637 | 3636 |
|
3638 | | - |
3639 | | -
|
3640 | | -=item * |
3641 | | -
|
3642 | 3637 | Karen Etheridge <[email protected]> |
3643 | 3638 |
|
3644 | 3639 | =item * |
|
3659 | 3654 |
|
3660 | 3655 | =item * |
3661 | 3656 |
|
3662 | | -Peter Rabbitson <[email protected]> |
| 3657 | +Craig A. Berry <[email protected]> |
3663 | 3658 |
|
3664 | 3659 | =item * |
3665 | 3660 |
|
3666 | 3661 | Olivier Mengué <[email protected]> |
3667 | 3662 |
|
3668 | 3663 | =item * |
3669 | 3664 |
|
3670 | | -Peter John Acklam <[email protected]> |
3671 | | -
|
3672 | | -=item * |
3673 | | -
|
3674 | | - |
| 3665 | +Peter Rabbitson <[email protected]> |
3675 | 3666 |
|
3676 | 3667 | =item * |
3677 | 3668 |
|
3678 | | - |
| 3669 | + |
3679 | 3670 |
|
3680 | 3671 | =item * |
3681 | 3672 |
|
|
3707 | 3698 |
|
3708 | 3699 | =item * |
3709 | 3700 |
|
3710 | | - |
| 3701 | + |
| 3702 | +
|
| 3703 | +=item * |
| 3704 | +
|
| 3705 | + |
| 3706 | +
|
| 3707 | +=item * |
| 3708 | +
|
| 3709 | +Peter John Acklam <[email protected]> |
| 3710 | +
|
| 3711 | +=item * |
| 3712 | +
|
| 3713 | + |
3711 | 3714 |
|
3712 | 3715 | =back |
3713 | 3716 |
|
3714 | 3717 | =head1 COPYRIGHT AND LICENSE |
3715 | 3718 |
|
3716 | | -This software is copyright (c) 2020 by Tim Jenness and the UK Particle Physics and Astronomy Research Council. |
| 3719 | +This software is copyright (c) 2025 by Tim Jenness and the UK Particle Physics and Astronomy Research Council. |
3717 | 3720 |
|
3718 | 3721 | This is free software; you can redistribute it and/or modify it under |
3719 | 3722 | the same terms as the Perl 5 programming language system itself. |
|
0 commit comments