Acme-CPANModulesBundle-Import-DAVECROSS

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/Import/DAVECROSS/ProcessingDatesAndTimes.pm  view on Meta::CPAN

# This file was first automatically generated by gen-acme-cpanmodules-module-from-webpage on Wed Nov 17 20:29:37 2021 from webpage at https://dev.to/davorg/processing-dates-and-times-with-perl-31gh.

package Acme::CPANModules::Import::DAVECROSS::ProcessingDatesAndTimes;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2021-11-17'; # DATE
our $DIST = 'Acme-CPANModulesBundle-Import-DAVECROSS'; # DIST
our $VERSION = '0.001'; # VERSION

our $LIST = {
  description => "Note that Dave deliberately avoids linking to modules which he does not recommend",
  entries     => [{ module => "Time::Piece" }, { module => "DateTime" }],
  summary     => "List of modules mentioned in https://dev.to/davorg/processing-dates-and-times-with-perl-31gh",
};

1;
# ABSTRACT: List of modules mentioned in https://dev.to/davorg/processing-dates-and-times-with-perl-31gh

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::Import::DAVECROSS::ProcessingDatesAndTimes - List of modules mentioned in https://dev.to/davorg/processing-dates-and-times-with-perl-31gh

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::Import::DAVECROSS::ProcessingDatesAndTimes (from Perl distribution Acme-CPANModulesBundle-Import-DAVECROSS), released on 2021-11-17.

=head1 DESCRIPTION

This L<Acme::CPANModules> module was first automatically generated from list of modules mentioned at L<https://dev.to/davorg/processing-dates-and-times-with-perl-31gh>.

Note that Dave deliberately avoids linking to modules which he does not recommend

=head1 ACME::CPANMODULES ENTRIES

=over

=item * L<Time::Piece> - Object Oriented time objects

Author: L<ESAYM|https://metacpan.org/author/ESAYM>

=item * L<DateTime> - A date and time object for Perl

Author: L<DROLSKY|https://metacpan.org/author/DROLSKY>

=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<cpanm-cpanmodules> script (from
L<App::cpanm::cpanmodules> distribution):

 % cpanm-cpanmodules -n Import::DAVECROSS::ProcessingDatesAndTimes

Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):

    % cpanmodules ls-entries Import::DAVECROSS::ProcessingDatesAndTimes | cpanm -n

or L<Acme::CM::Get>:

    % perl -MAcme::CM::Get=Import::DAVECROSS::ProcessingDatesAndTimes -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n

or directly:

    % perl -MAcme::CPANModules::Import::DAVECROSS::ProcessingDatesAndTimes -E'say $_->{module} for @{ $Acme::CPANModules::Import::DAVECROSS::ProcessingDatesAndTimes::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



( run in 2.503 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )