Skip to content

Commit

Permalink
Update File-Temp to CPAN version 0.2309
Browse files Browse the repository at this point in the history
  [DELTA]

0.2309    2019-01-06 20:29:15Z
          - fix longstanding pod formatting error (issue Perl#19, RT#109526)
  • Loading branch information
bingos committed Jan 17, 2019
1 parent 0c5ce8d commit 3b186cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ package Maintainers;
},

'File::Temp' => {
'DISTRIBUTION' => 'ETHER/File-Temp-0.2308.tar.gz',
'DISTRIBUTION' => 'ETHER/File-Temp-0.2309.tar.gz',
'FILES' => q[cpan/File-Temp],
'EXCLUDED' => [
qw( README.mkdn
Expand Down
19 changes: 10 additions & 9 deletions cpan/File-Temp/lib/File/Temp.pm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package File::Temp; # git description: v0.2307-2-g43003ec
package File::Temp; # git description: v0.2308-7-g3bb4d88
# ABSTRACT: return name and handle of a temporary file safely

our $VERSION = '0.2308';
our $VERSION = '0.2309';

#pod =begin __INTERNALS
#pod =begin :__INTERNALS
#pod
#pod =head1 PORTABILITY
#pod
Expand Down Expand Up @@ -41,7 +41,7 @@ our $VERSION = '0.2308';
#pod
#pod =back
#pod
#pod =end __INTERNALS
#pod =end :__INTERNALS
#pod
#pod =head1 SYNOPSIS
#pod
Expand Down Expand Up @@ -2581,7 +2581,7 @@ sub unlink1 {
package ## hide from PAUSE
File::Temp::Dir;

our $VERSION = '0.2308';
our $VERSION = '0.2309';

use File::Path qw/ rmtree /;
use strict;
Expand Down Expand Up @@ -2648,7 +2648,7 @@ File::Temp - return name and handle of a temporary file safely
=head1 VERSION
version 0.2308
version 0.2309
=head1 SYNOPSIS
Expand Down Expand Up @@ -2743,7 +2743,7 @@ that the file will not exist by the time the caller opens the filename.
Filehandles returned by these functions support the seekable methods.
=begin __INTERNALS
=begin :__INTERNALS
=head1 PORTABILITY
Expand All @@ -2756,6 +2756,7 @@ This module is designed to be portable across operating systems and it
currently supports Unix, VMS, DOS, OS/2, Windows and Mac OS
(Classic). When porting to a new OS there are generally three main
issues that have to be solved:
=over 4
=item *
Expand All @@ -2780,7 +2781,7 @@ The C<_can_do_level> method should be modified accordingly.
=back
=end __INTERNALS
=end :__INTERNALS
=head1 OBJECT-ORIENTED INTERFACE
Expand Down Expand Up @@ -3677,7 +3678,7 @@ Ben Tilly <btilly@gmail.com>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Tim Jenness and the UK Particle Physics and Astronomy Research Council.
This software is copyright (c) 2019 by Tim Jenness and the UK Particle Physics and Astronomy Research Council.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand Down

0 comments on commit 3b186cd

Please sign in to comment.