サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ブラックフライデー
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
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
次のページ
このページを最初にブックマークしてみませんか?
『The CPAN Search Site - search.cpan.org』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く