Skip to content

Commit 8a3be24

Browse files
File-Temp-0.2309
- fix longstanding pod formatting error (issue Perl-Toolchain-Gang#19, RT#109526)
1 parent 3bb4d88 commit 8a3be24

File tree

5 files changed

+40
-14
lines changed

5 files changed

+40
-14
lines changed

CONTRIBUTING

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ However, you can run tests directly using the 'prove' tool:
2121
$ prove -lv t/some_test_file.t
2222
$ prove -lvr t/
2323

24-
In most cases, 'prove' is entirely sufficient for you to test any
25-
patches you have.
24+
In most cases, 'prove' is entirely sufficient for you to test any patches you
25+
have.
2626

2727
You may need to satisfy some dependencies. The easiest way to satisfy
2828
dependencies is to install the last release -- this is available at
@@ -79,6 +79,11 @@ instructions for doing that is available here:
7979

8080
https://help.github.com/articles/creating-a-pull-request
8181

82+
All pull requests for this distribution will be automatically tested on Linux
83+
by Travis at: https://travis-ci.com/Perl-Toolchain-Gang/File-Temp
84+
All results will be visible in the pull request on GitHub. Follow the
85+
appropriate links for details when tests fail.
86+
8287
If you have found a bug, but do not have an accompanying patch to fix it, you
8388
can submit an issue report here:
8489
https://rt.cpan.org/Public/Dist/Display.html?Name=File-Temp
@@ -96,5 +101,5 @@ wish to be listed under a different name or address, you should submit a pull
96101
request to the .mailmap file to contain the correct mapping.
97102

98103

99-
This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.014 from a
100-
template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.143.
104+
This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.014
105+
from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.145.

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{$NEXT}}
1+
0.2309 2019-01-06 20:29:15Z
22
- fix longstanding pod formatting error (issue #19, RT#109526)
33

44
0.2308 2018-07-11 21:06:16Z

INSTALL

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Alternatively, if your CPAN shell is set up, you should just be able to do:
2222
## Manual installation
2323

2424
As a last resort, you can manually install it. Download the tarball, untar it,
25-
then build it:
25+
install configure prerequisites (see below), then build it:
2626

2727
% perl Makefile.PL
2828
% make && make test
@@ -37,16 +37,36 @@ If your perl is system-managed, you can create a local::lib in your home
3737
directory to install modules to. For details, see the local::lib documentation:
3838
https://metacpan.org/pod/local::lib
3939

40-
4140
The prerequisites of this distribution will also have to be installed manually. The
4241
prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated
4342
by running the manual build process described above.
4443

44+
## Configure Prerequisites
45+
46+
This distribution requires other modules to be installed before this
47+
distribution's installer can be run. They can be found under the
48+
"configure_requires" key of META.yml or the
49+
"{prereqs}{configure}{requires}" key of META.json.
50+
51+
## Other Prerequisites
52+
53+
This distribution may require additional modules to be installed after running
54+
Makefile.PL.
55+
Look for prerequisites in the following phases:
56+
57+
* to run make, PHASE = build
58+
* to use the module code itself, PHASE = runtime
59+
* to run tests, PHASE = test
60+
61+
They can all be found in the "PHASE_requires" key of MYMETA.yml or the
62+
"{prereqs}{PHASE}{requires}" key of MYMETA.json.
63+
4564
## Documentation
4665

4766
File-Temp documentation is available as POD.
4867
You can run `perldoc` from a shell to read the documentation:
4968

5069
% perldoc File::Temp
70+
5171
For more information on installing Perl modules via CPAN, please see:
5272
https://www.cpan.org/modules/INSTALL.html

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This software is copyright (c) 2018 by Tim Jenness and the UK Particle Physics and Astronomy Research Council.
1+
This software is copyright (c) 2019 by Tim Jenness and the UK Particle Physics and Astronomy Research Council.
22

33
This is free software; you can redistribute it and/or modify it under
44
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
1212

1313
--- The GNU General Public License, Version 1, February 1989 ---
1414

15-
This software is Copyright (c) 2018 by Tim Jenness and the UK Particle Physics and Astronomy Research Council.
15+
This software is Copyright (c) 2019 by Tim Jenness and the UK Particle Physics and Astronomy Research Council.
1616

1717
This is free software, licensed under:
1818

@@ -272,7 +272,7 @@ That's all there is to it!
272272

273273
--- The Artistic License 1.0 ---
274274

275-
This software is Copyright (c) 2018 by Tim Jenness and the UK Particle Physics and Astronomy Research Council.
275+
This software is Copyright (c) 2019 by Tim Jenness and the UK Particle Physics and Astronomy Research Council.
276276

277277
This is free software, licensed under:
278278

README.pod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ File::Temp - return name and handle of a temporary file safely
88

99
=head1 VERSION
1010

11-
version 0.2308
11+
version 0.2309
1212

1313
=head1 SYNOPSIS
1414

@@ -103,7 +103,7 @@ that the file will not exist by the time the caller opens the filename.
103103

104104
Filehandles returned by these functions support the seekable methods.
105105

106-
=begin __INTERNALS
106+
=begin :__INTERNALS
107107

108108
=head1 PORTABILITY
109109

@@ -116,6 +116,7 @@ This module is designed to be portable across operating systems and it
116116
currently supports Unix, VMS, DOS, OS/2, Windows and Mac OS
117117
(Classic). When porting to a new OS there are generally three main
118118
issues that have to be solved:
119+
119120
=over 4
120121

121122
=item *
@@ -140,7 +141,7 @@ The C<_can_do_level> method should be modified accordingly.
140141

141142
=back
142143

143-
=end __INTERNALS
144+
=end :__INTERNALS
144145

145146
=head1 OBJECT-ORIENTED INTERFACE
146147

@@ -1037,7 +1038,7 @@ Ben Tilly <[email protected]>
10371038

10381039
=head1 COPYRIGHT AND LICENSE
10391040

1040-
This software is copyright (c) 2018 by Tim Jenness and the UK Particle Physics and Astronomy Research Council.
1041+
This software is copyright (c) 2019 by Tim Jenness and the UK Particle Physics and Astronomy Research Council.
10411042

10421043
This is free software; you can redistribute it and/or modify it under
10431044
the same terms as the Perl 5 programming language system itself.

0 commit comments

Comments
 (0)