Dist::Zilla::Plugin::Prepender(3pm) | User Contributed Perl Documentation | Dist::Zilla::Plugin::Prepender(3pm) |
Dist::Zilla::Plugin::Prepender - Prepend lines at the top of your perl files
version 2.004
In your dist.ini:
[Prepender] copyright = 0 line = use strict; line = use warnings; skip = t/data/.+\.pl skip = something-else-unnecessary
This plugin will prepend the specified lines in each Perl module or program within the distribution. For scripts having a shebang line, lines will be inserted just after it.
This is useful to enforce a set of pragmas to your files (since pragmas are lexical, they will be active for the whole file), or to add some copyright comments, as the fsf recommends.
The module accepts the following options in its dist.ini section:
You can look for information on this module at:
<http://search.cpan.org/dist/Dist-Zilla-Plugin-Prepender>
<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-Prepender>
<http://www.listbox.com/subscribe/?list_id=139292>
<http://github.com/jquelin/dist-zilla-plugin-prepender>
<http://annocpan.org/dist/Dist-Zilla-Plugin-Prepender>
<http://cpanratings.perl.org/d/Dist-Zilla-Plugin-Prepender>
Jerome Quelin
This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2022-10-13 | perl v5.34.0 |