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

Search results for "MBARBON"

Wx - interface to the wxWidgets cross-platform GUI toolkit River stage two • 56 direct dependents • 67 total dependents

The Wx module is a wrapper for the wxWidgets (formerly known as wxWindows) GUI toolkit. This module comes with extensive documentation in HTML format; you can download it from http://wxperl.sourceforge.net/...

MDOOTSON/Wx-0.9932 - 18 Apr 2017 01:22:32 UTC - Search in distribution

B::C - Perl compiler's C backend River stage zero No dependents

This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which perl would have taken to load...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

Net::Server - Extensible, general Perl server engine River stage two • 36 direct dependents • 88 total dependents

"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC - Search in distribution

WWW::Selenium - Perl Client for the Selenium Remote Control test tool River stage one • 8 direct dependents • 9 total dependents

Selenium Remote Control (SRC) is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. SRC provides a Selenium Server, which can a...

MATTP/Test-WWW-Selenium-1.36 - 15 May 2013 21:58:48 UTC - Search in distribution

ExtUtils::XSpp - XS for C++ River stage three • 23 direct dependents • 110 total dependents

Anything that does not look like a XS++ directive or a class declaration is passed verbatim to XS. If you want XS++ to ignore code that looks like a XS++ directive or class declaration, simply surround it with a raw block delimiter like this: %{ XS++...

SMUELLER/ExtUtils-XSpp-0.18 - 18 Sep 2013 08:28:25 UTC - Search in distribution

Module::Info - Information about Perl modules River stage three • 18 direct dependents • 111 total dependents

Module::Info gives you information about Perl modules without actually loading the module. It actually isn't specific to modules and should work on any perl code....

NEILB/Module-Info-0.37 - 01 Nov 2015 15:33:55 UTC - Search in distribution

App::Build - extends Module::Build to build/install/configure entire applications (i.e. web applications), not just modules and programs River stage one • 1 direct dependent • 1 total dependent

App::Build is a subclass of Module::Build, so you can use it in place of Module::Build when creating your "Build.PL" installation scripts. Module::Build is good at installing perl modules and programs/scripts. Full applications (i.e. web applications...

MBARBON/App-Build-0.74 - 07 Mar 2011 21:48:52 UTC - Search in distribution

Wx::Demo - the wxPerl demo River stage zero No dependents

Every demo is a module in the Wx::DemoModules::* namespace. On startup Wx::Demo collects the lits of Demo Modules, tries to load each one of them and displays a list of them based on a categorization within the Demo Modules. You can also locate Demos...

MDOOTSON/Wx-Demo-0.22 - 31 Mar 2014 14:05:04 UTC - Search in distribution

Config_m - compile ActivePerl mdoules with MinGW River stage zero No dependents

This module is only useful at Makefile.PL invocation time. It modifies some %Config values allowing compilation of Perl XS modules with MinGW GCC....

MBARBON/ExtUtils-FakeConfig-0.12 - 15 Oct 2008 18:55:27 UTC - Search in distribution

quickbundle - build Mac OS X bundles for Perl scripts River stage zero No dependents

This is a thin wrapper around Mac::QuickBundle....

MBARBON/Mac-QuickBundle-0.03 - 04 Jun 2011 16:51:36 UTC - Search in distribution

Devel::Debug::DBGp - Perl DBGp debugger (derived from Komodo remote debugging helper) River stage one • 1 direct dependent • 1 total dependent

A modified version of ActiveState's Komodo remote debugging helper. It aims to be a compliant implementation of the DBGp protocol <http://xdebug.org/docs-dbgp.php> by default, but with the option of emulating Xdebug-specific quirks, for compatibility...

MBARBON/Devel-Debug-DBGp-0.22 - 14 May 2018 19:14:08 UTC - Search in distribution

Module::Info::File - retrieve module information from a file River stage one • 1 direct dependent • 1 total dependent

Module::Info (SEE REFERENCES), are lacking functionality of being able to extract certain data when parsing a module directly from a file. I have therefor created Module::Info::File, which inherits from Module::Info and replaces the new_from_file met...

JONASBN/Module-Info-File-1.01 - 06 Sep 2019 17:14:20 UTC - Search in distribution

Google::ProtocolBuffers::Dynamic - fast and complete protocol buffer implementation River stage one • 2 direct dependents • 5 total dependents

This module uses Google C++ Protocol Buffers parser and the uPB serialization/deserialization library to provide a fast and complete mapping of Protocol Buffers for Perl. There is builtin support for creating gRPC clients for RPC services, using Grpc...

MBARBON/Google-ProtocolBuffers-Dynamic-0.42 - 23 May 2023 12:55:29 UTC - Search in distribution

OpenOffice::UNO - interface to OpenOffice's UNO runtime River stage zero No dependents

This is a straight bridge to the OpenOffice.org API, so the definitve reference is in the OpenOffice.org SDK. The homepage for OpenOffice::UNO is http://perluno.sourceforge.net/...

MBARBON/OpenOffice-UNO-0.07 - 05 Jul 2010 18:31:24 UTC - Search in distribution

Alien::wxWidgets - building, finding and using wxWidgets binaries River stage two • 3 direct dependents • 68 total dependents

Please see Alien for the manifesto of the Alien namespace. In short "Alien::wxWidgets" can be used to detect and get configuration settings from an installed wxWidgets....

MDOOTSON/Alien-wxWidgets-0.69 - 17 Apr 2017 23:57:20 UTC - Search in distribution

ExtUtils::CppGuess - guess C++ compiler and flags River stage three • 34 direct dependents • 102 total dependents

"ExtUtils::CppGuess" attempts to guess the system's C++ compiler that is compatible with the C compiler that your perl was built with. It can generate the necessary options to the Module::Build constructor or to ExtUtils::MakeMaker's "WriteMakefile" ...

ETJ/ExtUtils-CppGuess-0.27 - 19 Nov 2023 19:21:30 UTC - Search in distribution

DBGp::Client::Response - documentation for DBGp response objects River stage one • 3 direct dependents • 3 total dependents

Brief description of all possible response objects; they are thin wrappers around the XML returned by the DBGp client, you should refer to the DBGp protocol specification <http://xdebug.org/docs-dbgp.php> for the meaning of the various values. Unless...

MBARBON/DBGp-Client-0.12 - 12 Mar 2017 22:25:29 UTC - Search in distribution

Test::DBGp - Test helpers for debuggers using the DBGp protocol River stage one • 4 direct dependents • 4 total dependents

Various helpers to write tests for modules dealing with the DBGp debugger protocol....

MBARBON/Test-DBGp-0.07 - 05 Jun 2016 11:33:16 UTC - Search in distribution

Test::DataDriven - when Test::Base is not enough River stage zero No dependents

"Test::Base" is great for writing data driven tests, but sometimes you need to test things that cannot be easily expressed using the filter-and-compare-output approach. "Test::DataDriven" builds upon "Test::Base" adding the ability to declare actions...

MBARBON/Test-DataDriven-0.03 - 25 Nov 2006 14:44:28 UTC - Search in distribution

Plack::Middleware::DBGp - interactive debugging for Plack applications River stage zero No dependents

Add interactive debugging support via the DBGp protocol <http://xdebug.org/docs-dbgp.php> to Plack applications. When debugging, the debugger running inside the application establishes a connection to an external DBGp client (typically a GUI program)...

MBARBON/Plack-Middleware-DBGp-0.13 - 09 Aug 2016 20:42:02 UTC - Search in distribution
41 results (0.028 seconds)