Acme-CPANModules-PERLANCAR-ForkedModules

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/PERLANCAR/ForkedModules.pm  view on Meta::CPAN

package Acme::CPANModules::PERLANCAR::ForkedModules;

our $DATE = '2019-10-06'; # DATE
our $VERSION = '0.001'; # VERSION

our $LIST = {
    summary => 'List of my modules which are forked from others',
    description => <<'_',

This list serves as a reminder to check upstream for updates from time to time.

_
    entries => [
        {
            module => "PERLANCAR::Module::List",
            upstream_module => "Module::List",
            description => <<'_',

Also: <pm:Module::List::Tiny>, <pm:Module::List::Wildcard>.

_
        },
        {
            module => "Sys::RunAlone::Flexible",
            upstream_module => "Sys::RunAlone",
            description => <<'_',

Also: <pm:Sys::RunAlone::Flexible2>.

But since I have co-maint on <pm:Sys::RunAlone>, I plan to merge all these.

_
        },
        {
            module => "File::Slurper::Dash",
            upstream_module => "File::Slurper",
        },
        {
            module => "anywhere",
            upstream_module => "everywhere",
        },
        {
            module => "App::HTTPSThis",
            upstream_module => "App::HTTPThis",
        },
        {
            module => "Date::Extract::PERLANCAR",
            upstream_module => "Date::Extract",
        },
    ],
};

1;
# ABSTRACT: List of my modules which are forked from others

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::PERLANCAR::ForkedModules - List of my modules which are forked from others

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::PERLANCAR::ForkedModules (from Perl distribution Acme-CPANModules-PERLANCAR-ForkedModules), released on 2019-10-06.

=head1 DESCRIPTION

List of my modules which are forked from others.

This list serves as a reminder to check upstream for updates from time to time.

=head1 INCLUDED MODULES

=over

=item * L<PERLANCAR::Module::List>

Also: L<Module::List::Tiny>, L<Module::List::Wildcard>.


=item * L<Sys::RunAlone::Flexible>

Also: L<Sys::RunAlone::Flexible2>.

But since I have co-maint on L<Sys::RunAlone>, I plan to merge all these.


=item * L<File::Slurper::Dash>

=item * L<anywhere>

=item * L<App::HTTPSThis>

=item * L<Date::Extract::PERLANCAR>

=back

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/Acme-CPANModules-PERLANCAR-ForkedModules>.

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-Acme-CPANModules-PERLANCAR-ForkedModules>.

=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-PERLANCAR-ForkedModules>

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.

=head1 SEE ALSO

L<Acme::CPANModules> - about the Acme::CPANModules namespace



( run in 1.841 second using v1.01-cache-2.11-cpan-39bf76dae61 )