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

Search results for "MOTEMEN"

Wight - Communicate with PhantomJS River stage one • 1 direct dependent • 1 total dependent

Wight provides methods for operating PhantomJS from Perl, especially intended to be used testing web application. For client side scripting, uses poltergeist <https://github.com/jonleighton/poltergeist>'s JavaScript....

MOTEMEN/Wight-0.02 - 25 Feb 2014 00:47:15 UTC - Search in distribution

JSON::Parse - Parse JSON River stage two • 35 direct dependents • 77 total dependents

A module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 8259".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers valid...

BKB/JSON-Parse-0.62 - 15 Jul 2022 23:26:03 UTC - Search in distribution

htmlcat - stdin to your browser River stage zero No dependents

"htmlcat" renders stdin in HTML, by establishing a temporary HTTP server. Requires modern browser that recognize Server-Sent Events <http://dev.w3.org/html5/eventsource/>....

MOTEMEN/App-htmlcat-0.01 - 18 Apr 2012 10:26:03 UTC - Search in distribution

cpan-ghq - clone module codes with ghq River stage zero No dependents

App::CPANGhq is to clone module sources with ghq <https://github.com/motemen/ghq>....

SONGMU/App-CPANGhq-0.10 - 05 Aug 2014 11:26:58 UTC - Search in distribution

Pod::Markdown - Convert POD to Markdown River stage three • 49 direct dependents • 185 total dependents

This module uses Pod::Simple to convert POD to Markdown. Literal characters in Pod that are special in Markdown (like *asterisks*) are backslash-escaped when appropriate. By default "markdown" and "html" formatted regions are accepted. Regions of "ma...

RWSTAUNER/Pod-Markdown-3.400 - 29 Oct 2023 18:56:37 UTC - Search in distribution

ARGV::JSON - Parses @ARGV for accessing JSON via < < >> River stage zero No dependents

ARGV::JSON parses each input from @ARGV and enables to access the JSON data structures via "<>". Each "readline" call to "<>" (or "<ARGV>") returns a hashref or arrayref or something that the input serializes in the JSON format....

MOTEMEN/ARGV-JSON-0.01 - 18 Dec 2013 01:24:28 UTC - Search in distribution

Test::LWP::Recorder - Create an LWP UserAgent that records and plays back sessions River stage zero No dependents

This module creates a LWP UserAgent that records interactions to a test drive. Setting the "record" parameter to true will cause it to record, otherwise it plays back. It is designed for use in test suites. In the case that a page is requested while ...

EALLENIII/Test-LWP-Recorder-0.1.1 - 16 Sep 2013 17:01:18 UTC - Search in distribution

Text::Xslate::Manual::FAQ - Frequently asked questions and answers River stage two • 70 direct dependents • 83 total dependents

This manual page lists FAQs, which we've heard for now....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC - Search in distribution

Test::Retry - Retry test functions on failure River stage zero No dependents

Test::Retry provides feature to retry code until a test succeeds (with retry limits). Useful for tests which involves I/O and requires some wait to pass, for example....

MOTEMEN/Test-Retry-0.01 - 25 Sep 2015 01:28:48 UTC - Search in distribution

Acme::CPANModules::Import::CPANRatings::User::stevenharyanto - List of modules mentioned by CPANRatings user stevenharyanto River stage one • 1 direct dependent • 1 total dependent

This list is generated by scraping CPANRatings (cpanratings.perl.org) user page. This list is generated by scraping CPANRatings (cpanratings.perl.org) user page....

PERLANCAR/Acme-CPANModules-Import-CPANRatings-User-stevenharyanto-0.002 - 23 Feb 2024 01:41:05 UTC - Search in distribution

Script::State - Keep script local variables River stage zero No dependents

Script::State stores local variables to file after script execution. Values of scalar variables with "script_state" are stored in another file, and the values are automatically loaded when script is executed at next time....

MOTEMEN/Script-State-0.03 - 01 Nov 2011 15:32:29 UTC - Search in distribution

AnyEvent::Plackup - Easily establish an HTTP server inside a program River stage zero No dependents

AnyEvent::Plackup provides functionality of establishing an HTTP server inside a program using Twiggy. If not specified, open port is automatically chosen....

MOTEMEN/AnyEvent-Plackup-0.02 - 21 Oct 2013 04:58:49 UTC - Search in distribution

WebService::8tracks - Handle 8tracks API River stage zero No dependents

WebService::8tracks provides Perl interface to 8tracks API. Currently, all response objects are almost naive hashrefs....

MOTEMEN/WebService-8tracks-0.01 - 13 Dec 2010 12:53:01 UTC - Search in distribution

Test::Deep::JSON - Compare JSON with Test::Deep River stage two • 6 direct dependents • 55 total dependents

Test::Deep::JSON provides the "json($expected)" function to expect that target can be parsed as a JSON string and matches (by "cmp_deeply") with *$expected*....

MOTEMEN/Test-Deep-JSON-0.05 - 24 Apr 2018 11:24:46 UTC - Search in distribution

LWPx::Record::DataSection - Record/restore LWP response using __DATA__ section River stage one • 1 direct dependent • 1 total dependent

LWPx::Record::DataSection overrides LWP::Protocol and creates response object from __DATA__ section. The response should be recorded as below: __DATA__ @@ [method] [url] [raw response] @@ [method] [url] [raw response] ......

MOTEMEN/LWPx-Record-DataSection-0.01 - 23 Feb 2011 12:31:02 UTC - Search in distribution

Print::Indented - Indent outputs indented as per source code indentation River stage zero No dependents

Print::Indented indents stdout/stderr outputs according to the source line indentation where print function called, ex. "print", "warn"....

MOTEMEN/Print-Indented-0.01 - 20 Nov 2013 04:45:40 UTC - Search in distribution

Test::Name::FromLine - Auto fill test names from caller line River stage two • 8 direct dependents • 10 total dependents

Test::Name::FromLine is test utility that fills test names from its file. Just use this module in test and this module fill test names to all test except named one....

SATOH/Test-Name-FromLine-0.13 - 16 May 2014 14:36:31 UTC - Search in distribution

HTTP::Response::Maker - easy HTTP response object maker functions River stage one • 1 direct dependent • 1 total dependent

HTTP::Response::Maker provides HTTP response object maker functions. They are named as "OK()" or "NOT_FOUND()", corresponding to the HTTP::Status constant names....

MOTEMEN/HTTP-Response-Maker-0.02 - 19 Apr 2012 11:43:27 UTC - Search in distribution

AnyEvent::DAAP::Server - DAAP Server implemented with AnyEvent River stage zero No dependents

AnyEvent::DAAP::Server is a DAAP Server implementation on AnyEvent. It is like Net::DAAP::Server, but does not find files automatically (see SYNOPSIS.)...

MOTEMEN/AnyEvent-DAAP-Server-0.01 - 11 Oct 2011 11:24:25 UTC - Search in distribution

Class::Accessor::Lite::Lazy - Class::Accessor::Lite with lazy accessor feature River stage two • 11 direct dependents • 14 total dependents

Class::Accessor::Lite::Lazy provides a "lazy" accessor feature to Class::Accessor::Lite. If a lazy accessor without any value set is called, a builder method is called to generate a value to set....

MOTEMEN/Class-Accessor-Lite-Lazy-0.03 - 27 Sep 2013 05:18:51 UTC - Search in distribution
24 results (0.03 seconds)