Acme-CPANModules-ModernPreambles
view release on metacpan or search on metacpan
lib/Acme/CPANModules/ModernPreambles.pm view on Meta::CPAN
Meanwhile, you can also use:
use v5.12; # enables strict and warnings, as well as all 5.12 features (see <pm:feature> for more details on new features of each perl release)
and so on, but this also means you set a minimum Perl version.
_
entries => [
{module=>'Alt::common::sense::TOBYINK'},
{module=>'common::sense'},
{module=>'latest'},
{module=>'Modern::Perl'},
{module=>'nonsense'},
{module=>'perl5'},
{module=>'perl5i'},
],
};
1;
# ABSTRACT: List of modules that offer modern preambles
lib/Acme/CPANModules/ModernPreambles.pm view on Meta::CPAN
=over
=item L<Alt::common::sense::TOBYINK>
Author: L<TOBYINK|https://metacpan.org/author/TOBYINK>
=item L<common::sense>
Author: L<MLEHMANN|https://metacpan.org/author/MLEHMANN>
=item L<latest>
Author: L<ANDYA|https://metacpan.org/author/ANDYA>
=item L<Modern::Perl>
Author: L<CHROMATIC|https://metacpan.org/author/CHROMATIC>
=item L<nonsense>
Author: L<JROCKWAY|https://metacpan.org/author/JROCKWAY>
lib/Acme/CPANModules/ModernPreambles.pm view on Meta::CPAN
perlancar <perlancar@cpan.org>
=head1 CONTRIBUTING
To contribute, you can send patches by email/via RT, or send pull requests on
GitHub.
Most of the time, you don't need to build the distribution yourself. You can
simply modify the code, then test via:
% prove -l
If you want to build the distribution (e.g. to try to install it locally on your
system), you can install L<Dist::Zilla>,
L<Dist::Zilla::PluginBundle::Author::PERLANCAR>,
L<Pod::Weaver::PluginBundle::Author::PERLANCAR>, and sometimes one or two other
Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps required beyond
that are considered a bug and can be reported to me.
lib/Acme/CPANModules/ModernPreambles.pm view on Meta::CPAN
This software is copyright (c) 2023, 2019 by perlancar <perlancar@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=head1 BUGS
Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-ModernPreambles>
When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.
=cut
( run in 1.860 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )