Acme-CPANModulesBundle-Import-PerlAdvent-2018
view release on metacpan or search on metacpan
"Calendar::List" : "0",
"Context::Singleton" : "0",
"Convert::ASN1" : "0",
"Cpanel::JSON::XS" : "0",
"Cpanel::JSON::XS::Type" : "0",
"DBD::MariaDB" : "0",
"DBD::Pg" : "0",
"DBD::SQLite" : "0",
"DBD::mysql" : "0",
"DBIx::Class" : "0",
"Data::Rmap" : "0",
"Devel::hdb" : "0",
"Dist::Zilla" : "0",
"Dist::Zilla::Plugin::Babble" : "0",
"Future" : "0",
"Hash::Flatten" : "0",
"JSON" : "0",
"JSON::PP" : "0",
"JSON::XS" : "0",
"Mac::Glue" : "0",
"Memoize" : "0",
lib/Acme/CPANModules/Import/PerlAdvent/2018.pm view on Meta::CPAN
package Acme::CPANModules::Import::PerlAdvent::2018;
our $DATE = '2018-12-30'; # DATE
our $VERSION = '0.001'; # VERSION
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://perladvent.org/2018/] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Memoize"},{module=>"Convert::ASN1"},{module=>...
1;
# ABSTRACT: Modules mentioned in Perl Advent Calendar 2018
__END__
=pod
=encoding UTF-8
lib/Acme/CPANModules/Import/PerlAdvent/2018.pm view on Meta::CPAN
=item * L<Cpanel::JSON::XS::Type>
=item * L<JSON>
=item * L<JSON::PP>
=item * L<JSON::XS>
=item * L<XML::Compile::SOAP>
=item * L<Data::Rmap>
=item * L<Array::Sticky>
=item * L<Array::Sticky::INC>
=item * L<DBIx::Class>
=item * L<Text::CSV::Pivot>
=item * L<DBD::MariaDB>
lib/Acme/CPANModules/Import/PerlAdvent/2018_12_05.pm view on Meta::CPAN
package Acme::CPANModules::Import::PerlAdvent::2018_12_05;
our $DATE = '2018-12-30'; # DATE
our $VERSION = '0.001'; # VERSION
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://perladvent.org/2018/2018-12-05.html] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Data::Rmap"}],summary=>"Module...
1;
# ABSTRACT: Modules mentioned in Perl Advent Calendar 2018 (day 05)
__END__
=pod
=encoding UTF-8
lib/Acme/CPANModules/Import/PerlAdvent/2018_12_05.pm view on Meta::CPAN
This module is generated by extracting module names mentioned in L<http://perladvent.org/2018/2018-12-05.html> (retrieved on 2018-12-30). Visit the URL for the full contents.
Modules mentioned in Perl Advent Calendar 2018 (day 05).
This list is generated by extracting module names mentioned in [http://perladvent.org/2018/2018-12-05.html] (retrieved on 2018-12-30). Visit the URL for the full contents.
=head1 INCLUDED MODULES
=over
=item * L<Data::Rmap>
=back
=head1 HOMEPAGE
Please visit the project's homepage at L<https://metacpan.org/release/Acme-CPANModulesBundle-Import-PerlAdvent-2018>.
=head1 SOURCE
Source repository is at L<https://github.com/perlancar/perl-Acme-CPANModulesBundle-Import-PerlAdvent-2018>.
t/00-compile.t view on Meta::CPAN
use IO::Handle;
open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!";
my @warnings;
for my $lib (@module_files)
{
# see L<perlfaq8/How can I capture STDERR from an external command?>
my $stderr = IO::Handle->new;
diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} . $str . q{'} }
$^X, @switches, '-e', "require q[$lib]"))
if $ENV{PERL_COMPILE_TEST_DEBUG};
my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e', "require q[$lib]");
binmode $stderr, ':crlf' if $^O eq 'MSWin32';
my @_warnings = <$stderr>;
waitpid($pid, 0);
is($?, 0, "$lib loaded ok");
shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
( run in 0.303 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )