@@ -8,7 +8,7 @@ Dist::Zilla::Plugin::MakeMaker::Awesome - A more awesome MakeMaker plugin for L<
8
8
9
9
=head1 VERSION
10
10
11
- version 0.33
11
+ version 0.34
12
12
13
13
=head1 SYNOPSIS
14
14
@@ -58,6 +58,7 @@ key-value pairs, for example:
58
58
WriteMakefile_arg = ( $^O eq 'solaris' ? ( CCFLAGS => '-Wall' ) : ())
59
59
60
60
Can be used more than once.
61
+ Available since version 0.21.
61
62
62
63
=for stopwords DynamicPrereqs
63
64
@@ -69,10 +70,12 @@ a look at L<[DynamicPrereqs]|Dist::Zilla::Plugin::DynamicPrereqs> for this.
69
70
=head2 header
70
71
71
72
A line of code which is included near the top of F<Makefile.PL>. Can be used more than once.
73
+ Available since version 0.26.
72
74
73
75
=head2 footer
74
76
75
77
A line of code which is included at the bottom of F<Makefile.PL>. Can be used more than once.
78
+ Available since version 0.26.
76
79
77
80
=head2 delimiter
78
81
@@ -83,18 +86,24 @@ this character at the front allows you to use leading whitespace in an option
83
86
string. This is crucial for the formatting of F<Makefile>s, but a nice thing
84
87
to have when inserting any block of code.
85
88
89
+ Available since version 0.27.
90
+
86
91
=head2 test_file
87
92
88
93
A glob path given to the C<< test => { TESTS => ... } >> parameter for
89
94
L<ExtUtils::MakeMaker/WriteMakefile>. Can be used more than once.
90
95
Defaults to F<.t> files under F<t/>. B<NOT> a directory name, despite the name.
91
96
97
+ Available since version 0.21.
98
+
92
99
=head2 exe_file
93
100
94
101
The file given to the C<EXE_FILES> parameter for
95
102
L<ExtUtils::MakeMaker/WriteMakefile>. Can be used more than once.
96
103
Defaults to using data from C<:ExecDir> plugins.
97
104
105
+ Available since version 0.21.
106
+
98
107
=head1 SUBCLASSING
99
108
100
109
You can further customize the content of F<Makefile.PL> by subclassing this plugin,
@@ -336,10 +345,20 @@ code and passing complex data structures to C<WriteMakefile>.
336
345
(_(__/ ./ / \_\ \.
337
346
(_(___/ \_____)_)
338
347
339
- =head1 AUTHOR
348
+ =head1 AUTHORS
349
+
350
+ =over 4
351
+
352
+ =item *
340
353
341
354
Ævar Arnfjörð Bjarmason <
[email protected] >
342
355
356
+ =item *
357
+
358
+ Karen Etheridge <
[email protected] >
359
+
360
+ =back
361
+
343
362
=head1 COPYRIGHT AND LICENSE
344
363
345
364
This software is copyright (c) 2015 by Ævar Arnfjörð Bjarmason.
@@ -349,16 +368,12 @@ the same terms as the Perl 5 programming language system itself.
349
368
350
369
=head1 CONTRIBUTORS
351
370
352
- =for stopwords Karen Etheridge Jesse Luehrs Robin Smidsrød Vladimir Timofeev
371
+ =for stopwords Jesse Luehrs Robin Smidsrød Vladimir Timofeev
353
372
354
373
=over 4
355
374
356
375
=item *
357
376
358
- Karen Etheridge <
[email protected] >
359
-
360
- =item *
361
-
362
377
363
378
364
379
=item *
0 commit comments