Acme-CPANModulesBundle-Import-DAVECROSS

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "test" : {
         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::More" : "0"
         }
      },
      "x_mentions" : {
         "x_mentions" : {
            "DateTime" : "0",
            "Time::Piece" : "0"
         }
      }
   },
   "provides" : {
      "Acme::CPANModules::Import::DAVECROSS::ProcessingDatesAndTimes" : {
         "file" : "lib/Acme/CPANModules/Import/DAVECROSS/ProcessingDatesAndTimes.pm",
         "version" : "0.001"
      },
      "Acme::CPANModulesBundle::Import::DAVECROSS" : {

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


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

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

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



( run in 0.239 second using v1.01-cache-2.11-cpan-05444aca049 )