Acme-CPANModules-Import-CPANRatings-User-stevenharyanto

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Storable" : "0",
            "String::ShellQuote" : "0",
            "Sub::Mage" : "0",
            "Sub::StopCalls" : "0",
            "Switch" : "0",
            "Syntax::Highlight::Engine::Kate" : "0",
            "Syntax::Highlight::Engine::Simple" : "0",
            "Syntax::Highlight::JSON" : "0",
            "Syntax::Highlight::Universal" : "0",
            "Syntax::SourceHighlight" : "0",
            "System::Timeout" : "0",
            "TOBYINK::PerlX::A" : "0",
            "Taint::Runtime" : "0",
            "Taint::Util" : "0",
            "Task::Mechanistic" : "0",
            "Term::Size" : "0",
            "Test::Lite" : "0",
            "Test::Tester" : "0",
            "Text::ASCIITable::TW" : "0",
            "Text::CharWidth" : "0",
            "Text::Table::Tiny" : "0",

META.json  view on Meta::CPAN

            "Text::VisualWidth::PP" : "0",
            "Thread::IID" : "0",
            "Tie::Hash::Identity" : "0",
            "Time::Mock" : "0",
            "Time::Out" : "0",
            "UNIVERSAL::moniker" : "0",
            "Umask::Local" : "0",
            "Underscore" : "0",
            "Unix::ConfigFile" : "0",
            "Unix::PasswdFileOps" : "0",
            "Util::Timeout" : "0",
            "WWW::Google::Images" : "0",
            "WWW::Mechanize" : "0",
            "WWW::Parallels::Agent" : "0",
            "WWW::YouTube::Download" : "0",
            "Win32::App::which" : "0",
            "Xporter" : "0",
            "YAML::Syck" : "0",
            "autodie" : "0",
            "experimental" : "0",
            "google_talk_bot" : "0",

META.json  view on Meta::CPAN

            "Storable" : "0",
            "String::ShellQuote" : "0",
            "Sub::Mage" : "0",
            "Sub::StopCalls" : "0",
            "Switch" : "0",
            "Syntax::Highlight::Engine::Kate" : "0",
            "Syntax::Highlight::Engine::Simple" : "0",
            "Syntax::Highlight::JSON" : "0",
            "Syntax::Highlight::Universal" : "0",
            "Syntax::SourceHighlight" : "0",
            "System::Timeout" : "0",
            "TOBYINK::PerlX::A" : "0",
            "Taint::Runtime" : "0",
            "Taint::Util" : "0",
            "Task::Mechanistic" : "0",
            "Term::Size" : "0",
            "Test::Lite" : "0",
            "Test::Tester" : "0",
            "Text::ASCIITable::TW" : "0",
            "Text::CharWidth" : "0",
            "Text::Table::Tiny" : "0",

META.json  view on Meta::CPAN

            "Text::VisualWidth::PP" : "0",
            "Thread::IID" : "0",
            "Tie::Hash::Identity" : "0",
            "Time::Mock" : "0",
            "Time::Out" : "0",
            "UNIVERSAL::moniker" : "0",
            "Umask::Local" : "0",
            "Underscore" : "0",
            "Unix::ConfigFile" : "0",
            "Unix::PasswdFileOps" : "0",
            "Util::Timeout" : "0",
            "WWW::Google::Images" : "0",
            "WWW::Mechanize" : "0",
            "WWW::Parallels::Agent" : "0",
            "WWW::YouTube::Download" : "0",
            "Win32::App::which" : "0",
            "Xporter" : "0",
            "YAML::Syck" : "0",
            "autodie" : "0",
            "experimental" : "0",
            "google_talk_bot" : "0",

README  view on Meta::CPAN

        Perl is not Ruby != everything Ruby does is horrible. This module
        has its uses.

    Time::Out
        Author: PATL <https://metacpan.org/author/PATL>

        A wrapper around Perl's alarm()/$SIG{ALRM}, so it has the same
        limitations, e.g. you cannot use this to properly timeout external
        programs started by system()/backtick. For the latter, you might
        want to try IPC::Cmd (run() or run_forked()), or some simpler
        interface for it like System::Timeout. <br><br>

    Util::Timeout
        Author: NOTBENH <https://metacpan.org/author/NOTBENH>

        A wrapper around Perl's alarm()/$SIG{ALRM}, so it has the same
        limitations, e.g. you cannot use this to properly timeout external
        programs started by system()/backtick. For the latter, you might
        want to try IPC::Cmd (run() or run_forked()), or some simpler
        interface for it like System::Timeout. <br><br>

    System::Timeout
        Author: CHENGANG <https://metacpan.org/author/CHENGANG>

        This is a thin wrapper over IPC::Cmd's run(). I'd personally use
        run() directly, it's not much harder or longer to type. Plus,
        IPC::Cmd is a core module. <br><br>

    Module::Quote
        Author: TOBYINK <https://metacpan.org/author/TOBYINK>

        Wouldn't a function like

devdata/stevenharyanto  view on Meta::CPAN


   (<a href="https://metacpan.org/release/Time-Out/">0.11</a>)



</h3>



<blockquote class="review_text">
A wrapper around Perl's alarm()/$SIG{ALRM}, so it has the same limitations, e.g. you cannot use this to properly timeout external programs started by system()/backtick. For the latter, you might want to try IPC::Cmd (run() or run_forked()), or some s...
</blockquote>


<div class="review_footer">
<p class="review_attribution">
<a href="/user/stevenharyanto">Steven Haryanto</a> - 2012-12-14T00:42:05
(<a href="/dist/Time-Out#10661">permalink</a>)
</p>

<div class="helpfulq">

devdata/stevenharyanto  view on Meta::CPAN


</div>


<div class="review" data-review="10659" data-user="10616">
<a name="10659"></a>
<h3 class="review_header">



<a href="/dist/Util-Timeout">


Util-Timeout</a>

   (<a href="https://metacpan.org/release/Util-Timeout/">0.01</a>)



</h3>



<blockquote class="review_text">
A wrapper around Perl's alarm()/$SIG{ALRM}, so it has the same limitations, e.g. you cannot use this to properly timeout external programs started by system()/backtick. For the latter, you might want to try IPC::Cmd (run() or run_forked()), or some s...
</blockquote>


<div class="review_footer">
<p class="review_attribution">
<a href="/user/stevenharyanto">Steven Haryanto</a> - 2012-12-14T00:40:21
(<a href="/dist/Util-Timeout#10659">permalink</a>)
</p>

<div class="helpfulq">

2 out of 2 found this review helpful.

Was this review helpful to you?&nbsp;

<!-- we should add non-js links to rate stuff helpful/not helpful too... -->

devdata/stevenharyanto  view on Meta::CPAN


</div>


<div class="review" data-review="10655" data-user="10616">
<a name="10655"></a>
<h3 class="review_header">



<a href="/dist/System-Timeout">


System-Timeout</a>

   (<a href="https://metacpan.org/release/System-Timeout/">0.07</a>)



</h3>



<blockquote class="review_text">
This is a thin wrapper over IPC::Cmd's run(). I'd personally use run() directly, it's not much harder or longer to type. Plus, IPC::Cmd is a core module.
<br><br>
</blockquote>


<div class="review_footer">
<p class="review_attribution">
<a href="/user/stevenharyanto">Steven Haryanto</a> - 2012-12-14T00:30:50
(<a href="/dist/System-Timeout#10655">permalink</a>)
</p>

<div class="helpfulq">

2 out of 2 found this review helpful.

Was this review helpful to you?&nbsp;

<!-- we should add non-js links to rate stuff helpful/not helpful too... -->

lib/Acme/CPANModules/Import/CPANRatings/User/stevenharyanto.pm  view on Meta::CPAN

package Acme::CPANModules::Import::CPANRatings::User::stevenharyanto;

use strict;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-29'; # DATE
our $DIST = 'Acme-CPANModules-Import-CPANRatings-User-stevenharyanto'; # DIST
our $VERSION = '0.002'; # VERSION

our $LIST = {description=>"This list is generated by scraping CPANRatings (cpanratings.perl.org) user page.",entries=>[{description=>"\n(REMOVED)\n",module=>"Log::Any",rating=>undef},{description=>"\nProvides a thin/lightweight OO interface for \$?, ...

1;
# ABSTRACT: List of modules mentioned by CPANRatings user stevenharyanto

__END__

=pod

=encoding UTF-8

lib/Acme/CPANModules/Import/CPANRatings/User/stevenharyanto.pm  view on Meta::CPAN


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

Perl is not Ruby != everything Ruby does is horrible. This module has its uses.


=item L<Time::Out>

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

A wrapper around Perl's alarm()/$SIG{ALRM}, so it has the same limitations, e.g. you cannot use this to properly timeout external programs started by system()/backtick. For the latter, you might want to try IPC::Cmd (run() or run_forked()), or some s...
<br><br>


=item L<Util::Timeout>

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

A wrapper around Perl's alarm()/$SIG{ALRM}, so it has the same limitations, e.g. you cannot use this to properly timeout external programs started by system()/backtick. For the latter, you might want to try IPC::Cmd (run() or run_forked()), or some s...
<br><br>


=item L<System::Timeout>

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

This is a thin wrapper over IPC::Cmd's run(). I'd personally use run() directly, it's not much harder or longer to type. Plus, IPC::Cmd is a core module.
<br><br>


=item L<Module::Quote>

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



( run in 0.288 second using v1.01-cache-2.11-cpan-4d50c553e7e )