The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "APOCAL"

poepp - Interprets POE::Devel::Profiler output River stage one • 1 direct dependent • 1 total dependent

This small program handles parsing the data and passing it to a Visualization module. Included in this distribution is one Visualizer, 'BasicSummary'. As I have time, more visualizers will be added, hopefully some nice graphs :) The desired Visualize...

APOCAL/POE-Devel-Profiler-0.02 - 18 Oct 2004 20:40:57 UTC - Search in distribution

POE::Component::IRC - A fully event-driven IRC client module River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC is a POE component (who'd have guessed?) which acts as an easily controllable IRC client for your other POE components and sessions. You create an IRC component and tell it what events your session cares about and where to connect...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC - Search in distribution

POE::Wheel::Run - portably run blocking code and programs in subprocesses River stage three • 401 direct dependents • 538 total dependents

POE::Wheel::Run executes a program or block of code in a subprocess, created the usual way: using fork(). The parent process may exchange information with the child over the child's STDIN, STDOUT and STDERR filehandles. In the parent process, the POE...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

Dist::Zilla - distribution builder; installer not included! River stage three • 655 direct dependents • 710 total dependents

Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install. Unlike those tools, however, it is not also a system for installing code that has been downloaded...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC - Search in distribution

shotgun - mass upload of files via SCP/FTP/... River stage zero No dependents

GETTY/App-Shotgun-0.001 - 17 May 2011 03:29:25 UTC - Search in distribution

POE::Component::EasyDBI - Perl extension for asynchronous non-blocking DBI calls in POE River stage one • 4 direct dependents • 9 total dependents

This module works by creating a new session, then spawning a child process to do the DBI queries. That way, your main POE process can continue servicing other clients. The standard way to use this module is to do this: use POE; use POE::Component::Ea...

GVL/POE-Component-EasyDBI-1.30 - 10 Nov 2022 15:16:23 UTC - Search in distribution

Object::Pluggable - A base class for creating plugin-enabled objects River stage three • 2 direct dependents • 115 total dependents

Object::Pluggable is a base class for creating plugin enabled objects. It is a generic port of POE::Component::IRC's plugin system. If your object dispatches events to listeners, then Object::Pluggable may be a good fit for you. Basic use would invol...

HINRIK/Object-Pluggable-1.29 - 09 Oct 2010 02:51:50 UTC - Search in distribution

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC - Search in distribution

POE::Component::Fuse - Using FUSE in POE asynchronously River stage one • 2 direct dependents • 2 total dependents

This module allows you to use FUSE filesystems in POE. Basically, it is a wrapper around Fuse and exposes it's API via events. Furthermore, you can use Filesys::Virtual to handle the filesystem. The standard way to use this module is to do this: use ...

APOCAL/POE-Component-Fuse-0.05 - 02 Feb 2009 05:24:00 UTC - Search in distribution

POE::Component::Syndicator - A POE component base class which implements the Observer pattern River stage three • 3 direct dependents • 113 total dependents

POE::Component::Syndicator is a base class for POE components which need to handle a persistent resource (e.g. a connection to an IRC server) for one or more sessions in an extendable way. This module (as well as Object::Pluggable, which this module ...

HINRIK/POE-Component-Syndicator-0.06 - 20 Jun 2011 08:36:26 UTC - Search in distribution

Test::Apocalypse - Apocalypse's favorite tests bundled into a simple interface River stage one • 1 direct dependent • 1 total dependent

This module greatly simplifies common author tests for modules heading towards CPAN. I was sick of copy/pasting the tons of t/foo.t scripts + managing them in every distro. I thought it would be nice to bundle all of it into one module and toss it on...

APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTC - Search in distribution

POE::Devel::Benchmarker - Benchmarking POE's performance ( acts more like a smoker ) River stage one • 1 direct dependent • 1 total dependent

This module is poorly documented now. Please give me some time to properly document it over time :) INSTALLATION Here's a simple outline to get you up to speed quickly. ( and smoking! ) Install CPAN package + dependencies Download+install the POE::De...

APOCAL/POE-Devel-Benchmarker-0.05 - 27 Jan 2009 18:04:36 UTC - Search in distribution

Test::DistManifest - Author test that validates a package MANIFEST River stage two • 16 direct dependents • 43 total dependents

This module provides a simple method of testing that a MANIFEST matches the distribution. It tests three things:...

ETHER/Test-DistManifest-1.014 - 11 Feb 2015 01:08:27 UTC - Search in distribution

POE::Component::Server::SOAP - publish POE event handlers via SOAP over HTTP River stage one • 3 direct dependents • 3 total dependents

This module makes serving SOAP/1.1 requests a breeze in POE. The hardest thing to understand in this module is the SOAP Body. That's it! The standard way to use this module is to do this: use POE; use POE::Component::Server::SOAP; POE::Component::Ser...

APOCAL/POE-Component-Server-SOAP-1.14 - 02 Feb 2009 07:17:21 UTC - Search in distribution

POE::Devel::ProcAlike - Exposing the guts of POE via FUSE River stage one • 1 direct dependent • 1 total dependent

Really, all you have to do is load the module and call it's spawn() method: use POE::Devel::ProcAlike; POE::Devel::ProcAlike->spawn( ... ); This method will return failure on errors or return success. Normally you don't need to pass any arguments to ...

APOCAL/POE-Devel-ProcAlike-0.02 - 09 Feb 2009 19:47:57 UTC - Search in distribution

Test::Pod::LinkCheck::Lite - Test POD links River stage one • 1 direct dependent • 1 total dependent

This Perl module tests POD links. A given file generates one failure for each broken link found. If no broken links are found, one passing test is generated. This all means that there is no way to know how many tests will be generated, and you will n...

WYANT/Test-Pod-LinkCheck-Lite-0.013 - 03 Mar 2024 13:38:11 UTC - Search in distribution

Test::NoBreakpoints - test that files do not contain soft breakpoints River stage one • 4 direct dependents • 6 total dependents

I love soft breakpoints ("$DB::single = 1") in the Perl debugger. Unfortunately, I have a habit of putting them in my code during development and forgetting to take them out before I upload it to CPAN, necessitating a hasty fix/package/bundle cycle f...

BLAINEM/Test-NoBreakpoints-0.17 - 24 Feb 2021 03:01:26 UTC - Search in distribution

POE::Component::Pluggable - A base class for creating plugin-enabled POE Components. River stage one • 7 direct dependents • 9 total dependents

POE::Component::Pluggable is a base class for creating plugin enabled POE Components. It is a generic port of POE::Component::IRC's plugin system. If your component dispatches events to registered POE sessions, then POE::Component::Pluggable may be a...

BINGOS/POE-Component-Pluggable-1.28 - 20 Feb 2017 13:38:36 UTC - Search in distribution

POE::Component::SSLify - Makes using SSL in the world of POE easy! River stage two • 13 direct dependents • 23 total dependents

This component is a method to simplify the SSLification of a socket before it is passed to a POE::Wheel::ReadWrite wheel in your application. Client usage # Import the module use POE::Component::SSLify qw( Client_SSLify ); # Create a normal SocketFac...

APOCAL/POE-Component-SSLify-1.012 - 14 Nov 2014 20:21:21 UTC - Search in distribution

POE::Component::Lightspeed - The romping grounds of IKC2 River stage one • 1 direct dependent • 1 total dependent

In the Lightspeed world, you have either a server or a client. Obviously, the clients connect to servers. In order for server kernels to connect to other kernels, you can run a client and a server session in the same process. Please familiarize yours...

APOCAL/POE-Component-Lightspeed-0.05 - 20 May 2005 11:44:21 UTC - Search in distribution
59 results (0.053 seconds)