サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ChatGPT
metacpan.org
A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser.
NAME Acme::Test::VW - Makes your tests always pass under CI SYNOPSIS # export PERL5OPT=-MAcme::Test::VW use Test::More; ok 1 == 2; done_testing; DESCRIPTION Acme::Test::VW makes your failing tests pass when running under CI (CPAN Testers, Jenkins, Travis CI etc). Inspired by https://github.com/auchenberg/volkswagen AUTHOR Tatsuhiko Miyagawa <miyagawa@bulknews.net> COPYRIGHT Copyright 2015- Tatsuhi
Bakkiaraj Murugesan (bakkiaraj) Damyan Ivanov Diab Jerius (DJERIUS) Dylan Cali (calid) Eric Brine (IKEGAMI) Fitz Elliott (felliott) Gregor Herrmann (gregoa) Håkon Hægland (hakonhagland, HAKONH) Ilya Pavlov (Ilya33) José Joaquín Atria (JJATRIA) Lukas Mai (MAUKE) Meredith (merrilymeredith, MHOWARD) Mohammad S Anwar (MANWAR) Pete Houston (openstrike, HOUSTON) Petr Písař (ppisar) pipcet Shlomi Fish (s
NAME WWW::Mechanize::PhantomJS - automate the PhantomJS browser SYNOPSIS use WWW::Mechanize::PhantomJS; my $mech = WWW::Mechanize::PhantomJS->new(); $mech->get('http://google.com'); $mech->eval_in_page('alert("Hello PhantomJS")'); my $png= $mech->content_as_png(); WWW::Mechanize::PhantomJS->new %options my $mech = WWW::Mechanize::PhantomJS->new(); autodie Control whether HTTP errors are fatal. aut
10 Mar 2016 09:23:59 GMT Distribution: App-fsql Source (raw) Browse (raw) Changes Homepage How to Contribute Repository (git clone) Issues (0) Testers (328 / 0 / 12) Kwalitee % Coverage License: perl_5 Activity NAME VERSION SYNOPSIS DESCRIPTION EXAMPLES EXIT CODES OPTIONS FAQ What SQL dialect is supported? Why is SQL feature "X" not supported? How do I define more SQL functions? Why aren't there m
NAME UnderscoreJS - Perl port of Underscore.js SYNOPSIS use UnderscoreJS; _([3, 2, 1])->sort; DESCRIPTION UnderscoreJS Perl is a clone of a popular JavaScript library http://github.com/documentcloud/underscore|Underscore.js. Why? Because Perl is awesome. And because we can! /\ \ __ __ ___ \_\ \ __ _ __ ____ ___ ___ _ __ __ /\ \/\ \ /' _ `\ /'_` \ /'__`\/\`'__\/',__\ /'___\ / __`\/\`'__\/'__`\ \ \
NAME Test::JsonAPI::Autodoc - Test JSON API response and auto generate API documents SYNOPSIS use HTTP::Request::Common; use Test::More; use Test::JsonAPI::Autodoc; # JSON request describe 'POST /foo' => sub { my $req = POST 'http://localhost:5000/foo'; $req->header('Content-Type' => 'application/json'); $req->content(q{ { "id": 1, "message": "blah blah" } }); my $res = http_ok($req, 200, "returns
NAME Test::Mock::Guard - Simple mock test library using RAII. SYNOPSIS use Test::More; use Test::Mock::Guard qw(mock_guard); package Some::Class; sub new { bless {} => shift } sub foo { "foo" } sub bar { 1; } package main; { my $guard = mock_guard( 'Some::Class', { foo => sub { "bar" }, bar => 10 } ); my $obj = Some::Class->new; is( $obj->foo, "bar" ); is( $obj->bar, 10 ); } my $obj = Some::Class-
cho45 fadlil Kenichi Ishigaki makamaka narita Ryuta Kamizono Syohei YOSHIDA tokuhirom xaicron xaicron <xaicron {at} cpan.org> Yuki Ibe
NAME Plack::Middleware::DebugRequestParams - debug request parameters (inspired by Catalyst) SYNOPSIS $ plackup -e 'enable "DebugRequestParams"' app.psgi $ curl -F foo=bar -F baz=foobar http://localhost:5000/ .--------------------. | Parameter | Value | +-----------+--------+ | baz | foobar | | foo | bar | '-----------+--------' OPTIONS ignore_path use Plack::Builder; builder { enable "DebugReques
Atsushi Kobayashi bayashi Fuji, Goro Gelu Lupas issm k-takahashi karupanerura Kaz-su Kazuho Oku ktat lestrrat makamaka Masahiro Chiba Masayuki Matsuki Neil Bowers plsplsme pokutuna sakamossan soh335 Tokuhiro Matsuno Toshio Ito yamaguchi.toru NAME SQL::Maker - Yet another SQL builder SYNOPSIS use SQL::Maker; my $builder = SQL::Maker->new( driver => 'SQLite', # or your favorite driver ); # SELECT ($
NAME L - Perl extension to load modules automatically in one-liners. VERSION This document describes L version v1.0.1. SYNOPSIS % perl -ML -E 'say String::Random->new->randregex("[0-9a-zA-Z]{12}")' DESCRIPTION Module auto-loader for one-liners. This module is dangerous, so don't use this module in other perl modules, scripts or production code. This should be used only in one-liners. DEPENDENCIES
NAME App::Uni - command-line utility to find or display Unicode characters VERSION version 9.006 SYNOPSIS $ uni smiling face 263A ☺ WHITE SMILING FACE 263B ☻ BLACK SMILING FACE $ uni ☺ 263A ☺ WHITE SMILING FACE # Only on Perl 5.14+ $ uni wry 1F63C <U+1F63C> CAT FACE WITH WRY SMILE DESCRIPTION This module installs a simple program, uni, that helps grepping through the Unicode database included in t
次のページ
このページを最初にブックマークしてみませんか?
『The CPAN Search Site - search.cpan.org』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く