The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Test::Fixme"

Test::Fixme - Check code for FIXMEs. River stage two • 11 direct dependents • 15 total dependents

When coding it is common to come up against problems that need to be addressed but that are not a big deal at the moment. What generally happens is that the coder adds comments like: # FIXME - what about windows that are bigger than the screen? # FIX...

PLICEASE/Test-Fixme-0.16 - 06 May 2016 11:28:22 UTC - Search in distribution

Test::Apocalypse::Fixme - Plugin for Test::Fixme River stage one • 1 direct dependent • 1 total dependent

Encapsulates Test::Fixme functionality....

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

Dist::Zilla::Plugin::Test::Fixme - Check code for FIXMEs. River stage one • 1 direct dependent • 1 total dependent

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following file: xt/release/fixme.t - a standard Test::Fixme test...

ARJONES/Dist-Zilla-Plugin-Test-Fixme-1.123160 - 11 Nov 2012 17:52:00 UTC - Search in distribution

re - Perl pragma to alter regular expression behaviour River stage five • 11693 direct dependents • 33184 total dependents

'taint' mode When "use re 'taint'" is in effect, and a tainted string is the target of a regexp, the regexp memories (or values returned by the m// operator in list context) are tainted. This feature is useful when regexp operations on tainted data a...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • re - Perl pragma to alter regular expression behaviour
  • todo - Perl TO-DO list
  • todo - Perl TO-DO list

perltidy - a perl script indenter and reformatter River stage three • 78 direct dependents • 144 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240511 - 10 May 2024 13:16:10 UTC - Search in distribution

Fuse - write filesystems in Perl using FUSE River stage two • 14 direct dependents • 18 total dependents

This lets you implement filesystems in perl, through the FUSE (Filesystem in USErspace) kernel/lib interface. FUSE expects you to implement callbacks for the various functions. In the following definitions, "errno" can be 0 (for a success), -EINVAL, ...

DPATES/Fuse-0.16 - 16 Sep 2013 05:22:15 UTC - Search in distribution

Glib - Perl wrappers for the GLib utility and Object libraries River stage three • 92 direct dependents • 195 total dependents

This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials you can find on using GLib may still apply to using the libraries from perl. This module also provides f...

XAOC/Glib-1.3294 - 28 Aug 2023 23:03:08 UTC - Search in distribution

Pg::PQ - Perl wrapper for PostgreSQL libpq River stage one • 1 direct dependent • 3 total dependents

******************************************************************* *** *** *** NOTE: This is a very early release that may contain lots of *** *** bugs. The API is not stable and may change between releases *** *** *** ******************************...

SALVA/Pg-PQ-0.15 - 10 Oct 2017 07:41:49 UTC - Search in distribution

DBIx::OO - Database to Perl objects abstraction River stage zero No dependents

This module has been inspired by the wonderful Class::DBI. It is a database-to-Perl-Objects abstraction layer, allowing you to interact with a database using common Perl syntax. Why another Class::DBI "clone"? 1 I had the feeling that Class::DBI is n...

MISHOO/DBIx-OO-0.0.9 - 26 Nov 2008 10:10:27 UTC - Search in distribution

Web::MREST - Minimalistic REST server River stage zero No dependents

MREST stands for "minimalistic" or "mechanical" REST server. (Mechanical because it relies on Web::Machine.) Web::MREST provides a fully functional REST server that can be started with a simple command. Without modification, the server provides a set...

SMITHFARM/Web-MREST-0.290 - 29 Jun 2022 12:50:44 UTC - Search in distribution

IUP::Tree - [GUI element] tree containing nodes of branches or leaves with associated text/image River stage zero No dependents

Creates a tree containing nodes of branches or leaves. Both branches and leaves can have an associated text and image. The branches can be expanded or collapsed. When a branch is expanded, its immediate children are visible, and when it is collapsed ...

KMX/IUP-0.305 - 07 Sep 2016 19:02:56 UTC - Search in distribution

HTTP::Webdav - Perl interface to Neon HTTP and WebDAV client library River stage zero No dependents

This is the Perl interface to the neon HTTP and WebDAV client library. Most of the documentation is automaticly generated from the C header files of neon. So it looks a little bit C-ish, but is better than nothing. See also the examples in the eg dir...

GRICHTER/HTTP-Webdav-0.1.18-0.17.1 - 19 Oct 2001 04:38:51 UTC - Search in distribution

disbatch - CLI to the Disbatch Command Interface (DCI). River stage zero No dependents

ASHLEYW/disbatch-4.103 - 01 May 2019 18:02:17 UTC - Search in distribution

Pod::WSDL - Creates WSDL documents from (extended) pod River stage one • 1 direct dependent • 1 total dependent

- How to use Pod::WSDL Parsing the pod How does Pod::WSDL work? If you instantiate a Pod::WSDL object with the name of the module (or the path of the file, or an open filehandle) providing the web service like this my $pwsdl = new Pod::WSDL(source =>...

JCOP/Pod-WSDL-0.063 - 21 Oct 2014 23:16:57 UTC - Search in distribution

MIME::Tools - modules for parsing (and creating!) MIME entities River stage three • 66 direct dependents • 210 total dependents

MIME-tools is a collection of Perl5 MIME:: modules for parsing, decoding, *and generating* single- or multipart (even nested multipart) MIME messages. (Yes, kids, that means you can send messages with attached GIF files)....

DSKOLL/MIME-tools-5.515 - 24 Apr 2024 15:36:43 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

PDL::Graphics::PLplot - Object-oriented interface from perl/PDL to the PLPLOT plotting library River stage zero No dependents

This is the PDL interface to the PLplot graphics library. It provides a familiar 'perlish' Object Oriented interface as well as access to the low-level PLplot commands from the C-API....

ETJ/PDL-Graphics-PLplot-0.84 - 21 Apr 2024 23:43:12 UTC - Search in distribution

Wiki::Toolkit - A toolkit for building Wikis. River stage one • 6 direct dependents • 6 total dependents

Helps you develop Wikis quickly by taking care of the boring bits for you. You will still need to write some code - this isn't an instant Wiki....

BOB/Wiki-Toolkit-0.87 - 18 Jan 2021 10:01:46 UTC - Search in distribution

Playwright - Perl client for Playwright River stage zero No dependents

Perl interface to a lightweight node.js webserver that proxies commands runnable by Playwright. Checks and automatically installs a copy of the node dependencies in the local folder if needed. Currently understands commands you can send to all the pl...

TEODESIAN/Playwright-1.431 - 30 Apr 2024 20:03:33 UTC - Search in distribution

Net::IMAP::Client - Not so simple IMAP client library River stage one • 1 direct dependent • 6 total dependents

Net::IMAP::Client provides methods to access an IMAP server. It aims to provide a simple and clean API, while employing a rigorous parser for IMAP responses in order to create Perl data structures from them. The code is simple, clean and extensible. ...

GANGLION/Net-IMAP-Client-0.9507 - 05 Feb 2023 23:27:55 UTC - Search in distribution
61 results (0.524 seconds)