サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ブラックフライデー
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::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-
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
NAME Plack::Middleware::AxsLog - Yet another AccessLog Middleware SYNOPSIS use Plack::Builder; builder { enable 'AxsLog', combined => 1, response_time => 1, error_only => 1, $app }; DESCRIPTION Alternative implementation of Plack::Middleware::AccessLog. This middleware supports response_time and content_length calculation AxsLog also can set condition to display logs by response_time and status co
次のページ
このページを最初にブックマークしてみませんか?
『The CPAN Search Site - search.cpan.org』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く