Acme-CPANModulesBundle-Import-MJGARDNER
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/MJGARDNER/LocalizingDate.pm view on Meta::CPAN
# This file was first automatically generated by gen-acme-cpanmodules-module-from-webpage on Wed May 19 19:08:03 2021 from webpage at https://phoenixtrap.com/2021/04/20/localizing-dates-in-a-perl-web-application/.
package Acme::CPANModules::Import::MJGARDNER::LocalizingDate;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2021-05-19'; # DATE
our $DIST = 'Acme-CPANModulesBundle-Import-MJGARDNER'; # DIST
our $VERSION = '0.002'; # VERSION
our $LIST = {
entries => [
{ module => "DateTime::Locale" },
{ module => "DateTime::Locale::Catalog" },
{ module => "DateTime" },
{ module => "HTTP::AcceptLanguage" },
{ module => "DateTime" },
{ module => "Locale::Maketext" },
],
summary => "List of modules mentioned in https://phoenixtrap.com/2021/04/20/localizing-dates-in-a-perl-web-application/",
};
1;
# ABSTRACT: List of modules mentioned in https://phoenixtrap.com/2021/04/20/localizing-dates-in-a-perl-web-application/
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Import::MJGARDNER::LocalizingDate - List of modules mentioned in https://phoenixtrap.com/2021/04/20/localizing-dates-in-a-perl-web-application/
=head1 VERSION
This document describes version 0.002 of Acme::CPANModules::Import::MJGARDNER::LocalizingDate (from Perl distribution Acme-CPANModulesBundle-Import-MJGARDNER), released on 2021-05-19.
=head1 DESCRIPTION
This L<Acme::CPANModules> module was first automatically generated from list of modules mentioned at L<https://phoenixtrap.com/2021/04/20/localizing-dates-in-a-perl-web-application/>.
=head1 ACME::CPANMODULES ENTRIES
=over
=item * L<DateTime::Locale>
=item * L<DateTime::Locale::Catalog>
=item * L<DateTime>
=item * L<HTTP::AcceptLanguage>
=item * L<DateTime>
=item * L<Locale::Maketext>
=back
=head1 FAQ
=head2 What is an Acme::CPANModules::* module?
An Acme::CPANModules::* module, like this module, contains just a list of module
names that share a common characteristics. It is a way to categorize modules and
document CPAN. See L<Acme::CPANModules> for more details.
=head2 What are ways to use this Acme::CPANModules module?
Aside from reading this Acme::CPANModules module's POD documentation, you can
install all the listed modules (entries) using L<cpanmodules> CLI (from
L<App::cpanmodules> distribution):
% cpanmodules ls-entries Import::MJGARDNER::LocalizingDate | cpanm -n
or L<Acme::CM::Get>:
% perl -MAcme::CM::Get=Import::MJGARDNER::LocalizingDate -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::Import::MJGARDNER::LocalizingDate -E'say $_->{module} for @{ $Acme::CPANModules::Import::MJGARDNER::LocalizingDate::LIST->{entries} }' | cpanm -n
This Acme::CPANModules module also helps L<lcpan> produce a more meaningful
result for C<lcpan related-mods> command when it comes to finding related
modules for the modules listed in this Acme::CPANModules module.
=head1 HOMEPAGE
( run in 1.338 second using v1.01-cache-2.11-cpan-39bf76dae61 )