サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
衆院選
search.cpan.org
NAME WWW::YourFileHost - Get video informations from YourFileHost SYNOPSIS use LWP::UserAgent; use WWW::YourFileHost; use Perl6::Say; my $url = "http://www.yourfilehost.com/media.php?cat=video&file=hoge.wmv"; my $ua = LWP::UserAgent->new( agent => "WWW::YourFileHost" ); $ua->cookie_jar( HTTP::Cookies->new ); my $yourfilehost = WWW::YourFileHost->new( url => $url , ua => $ua ); say $yourfilehost->p
62974 Uploads, 19899 Distributions 80370 Modules, 8080 Uploaders
. Implement real HTTP response codes instead of the faked response codes. Fix a memory leak/cycle that prevented tabs from closing . Now needs MozRepl::RemoteObject 0.10 for the API to deregister callbacks.
index-work.html (hv), hv-10.epsx: The NAME HEK for HV was added with 5.10 not 5.14. 5.14 just added the name_count hack. [RT #92650 by bulk88] index-work.html (svrv): [RT #70723 by ikegami] No seperate RV type since 5.12
search.cpan.org/~lyokato
bugfix: Util::URI::is_uri doesn't work as expected with URI which has fragment. It is bad on a provider that supports identifier recycling. Thanks to okamuuu Fixed extension parameter handling. Thanks to hirose31 https://github.com/lyokato/p5-openid-lite/commit/e423d6d371fb5f58b03ec33a7c4ce6e32b3ac6e0
To install , copy and paste the appropriate command in to your terminal. cpanm cpanm GOYALI/OpenWiki/Wiki-OpenWiki-v01.tar.gz CPAN shell perl -MCPAN -e shell install GOYALI/OpenWiki/Wiki-OpenWiki-v01.tar.gz For more information on module installation, please visit the detailed CPAN module installation guide.
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.cpan.org/~bradfitz
bchoate: Updates to support optional prioritization of jobs. ykerherve: Croak with a nice message id a driver cannot be found for a handle
search.cpan.org/~stevan
NAME Moose::Cookbook - How to cook a Moose DESCRIPTION The Moose cookbook is a series of recipes showing various Moose features. Most recipes present some code demonstrating some feature, and then explain the details of the code. You should probably read the Moose::Manual first. The manual explains Moose concepts without being too code-heavy. RECIPES Basic Moose These recipes will give you a good
search.cpan.org/~miyagawa
NAME Encode::JP::Mobile::BestPractice.ja - Encode::JP::Mobile をクールにのりこなす 本文 utf-8 か Shift_JIS か utf-8 が使える機種では utf-8 をつかった方がいいでしょう。 SoftBank 3G では sjis だと絵文字をカットしてしまう機種があるようなので、UTF-8 で サイトを構築せざるをえません。キャリアごとに文字コードが違うのもおかしな話ですから、 この際全部 utf-8 にしてしまいましょう。 ただし、SoftBank の W 型より前、EZweb の XHTML 非対応機種、DoCoMo の XHTML 非対応機種は utf-8 に対応していませんので、Shift_JIS を使う必要があります。 KDDI 絵文字領域はKDDI-AutoかKDDI-CP932か KDDI の端
removed purge from openresyt.js since it is obsolete and useless. applied the patch from kindy++ for removing the dojo dependency from openresty.js. no global deflate filter in the apache config because it may cause problems. applied the POD patch from Frank Wiegand.
To install PDE::Util, simply copy and paste either of the commands in to your terminal cpanm cpanm PDE::Util CPAN shell perl -MCPAN -e shell install PDE::Util For more information on module installation please visit the detailed CPAN module installation guide.
NAME SYNOPSIS DESCRIPTION FUNCTIONS commandline commandline_mode AUTHOR COPYRIGHT AND LICENSE NAME Catalyst::Plugin::CommandLine - Catalyst plugin to make $c available also for scripts. SYNOPSIS # in MyCatalystApp.pm use Catalyst qw( CommandLine ); # in a script use MyCatalystApp; my $c = MyCatalystApp->commandline; $c->stash->{ ... $c->model( ... $c->controller( ... $c->view( ... DESCRIPTION Use
NAME Bloom::Filter - Sample Perl Bloom filter implementation DESCRIPTION A Bloom filter is a probabilistic algorithm for doing existence tests in less memory than a full list of keys would require. The tradeoff to using Bloom filters is a certain configurable risk of false positives. This module implements a simple Bloom filter with configurable capacity and false positive rate. Bloom filters we
search.cpan.org/~pmichaux
NAME JavaScript::Minifier - Perl extension for minifying JavaScript code SYNOPSIS To minify a JavaScript file and have the output written directly to another file use JavaScript::Minifier qw(minify); open(INFILE, 'myScript.js') or die; open(OUTFILE, '>myScript-min.js') or die; minify(input => *INFILE, outfile => *OUTFILE); close(INFILE); close(OUTFILE); To minify a JavaScript string literal. Note
search.cpan.org/~cthom
NAME Net::Twitter - Perl interface to twitter.com VERSION This document describes Net::Twitter version 2.12 SYNOPSIS #!/usr/bin/perl use Net::Twitter; my $twit = Net::Twitter->new({username=>"myuser", password=>"mypass" }); my $result = $twit->update({status => "My current Status"}); my $twit->credentials("otheruser", "otherpass"); my $result = $twit->update({status => "Status for otheruser"}); my
NAME Regexp::Assemble - Assemble multiple Regular Expressions into a single RE VERSION This document describes version 0.34 of Regexp::Assemble, released 2008-06-17. SYNOPSIS use Regexp::Assemble; my $ra = Regexp::Assemble->new; $ra->add( 'ab+c' ); $ra->add( 'ab+-' ); $ra->add( 'a\w\d+' ); $ra->add( 'a\d+' ); print $ra->re; # prints a(?:\w?\d+|b+[-c]) DESCRIPTION Regexp::Assemble takes an arbi
increase reliability of test suite by not using rand() :) don't store PGP key in the session; causes breakage when key is too big [internal] rename Content::ContentProvider class to Content::Provider
BUG FIXES Moose::Meta::Attribute::Native::Trait::Code no longer creates reader methods by default. (Florian Ragwitz) DOCUMENTATION Improve various parts of the documentation and fix many typos. (Dave Rolsky, Mateu Hunter, Graham Knop, Robin V, Jay Hannah, Jesse Luehrs)
fixed bug that null cache with other key isn't flushed when a new record is inserted Added MoCo->keys and changed flush_cache to flush all possible oids. fixed bug in create to set primary key changed croak in object_id to warning for new created object
search.cpan.org/~holly
The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending. NAME Object::PerlDesignPatterns - Perl architecture for structuring and refactoring large programs SYNOPSIS lynx perldesignpatterns.html perldoc Object::PerlDesignPatterns ABSTRACT Documentation: Ideas for keeping programs fun to hack on even after they grow
search.cpan.org/~iwoodhead
21 Oct 2006 19:28:52 GMT Distribution: MapReduce Module version: 0.03 Source (raw) Browse (raw) Changes How to Contribute Issues Testers (0 / 2 / 0) Kwalitee License: unknown Activity NAME ABSTRACT SYNOPSIS DESCRIPTION INSTALL generate an ssh key pair "make test" for a single-machine cluster ADDING MACHINES USING MAPREDUCE REQUIRES DIFFERENCES FROM OTHER IMPLEMENTATIONS LOAD BALANCING and FAULT TO
search.cpan.org/~jrobinson
NAME sqlt - convert SQL schema using SQL::Translator SYNOPSIS For help: sqlt -h|--help For a list of all parsers and producers: sqlt -l|--list To translate a schema: sqlt -f|--from|--parser MySQL -t|--to|--producer Oracle [options] file [file2 ...] General Options: -d|--debug Print debug info -v|--validate Validate the schema --version Show the version of SQL::Translator --trace Print parser tra
NAME Interpolation - Arbitrary string interpolation semantics (using tie()) Version 0.71 Originaly by Mark-Jason Dominus (mjd-perl-interpolation@plover.com) Since version 0.66 maintained by Jenda@Krynicky.cz SYNOPSIS use Interpolation name => \&function, ...; print "la la la la $name{blah blah blah}"; # This is like doing: $VAR = &function(blah blah blah); print "la la la la $VAR"; DESCRIPTION
To install , copy and paste the appropriate command in to your terminal. cpanm cpanm EALLENIII/cpan-upload-2.2.tar.gz CPAN shell perl -MCPAN -e shell install EALLENIII/cpan-upload-2.2.tar.gz For more information on module installation, please visit the detailed CPAN module installation guide.
NAME cpan-upload - upload one or more files to CPAN, using PAUSE SYNOPSIS cpan-upload [OPTIONS] file1 .. fileN DESCRIPTION cpan-upload is a script which automates the process of uploading a file to CPAN using PAUSE, the Perl Authors Upload Server. For example, to upload a recent version of the Net::Dict module I ran: % cpan-upload -verbose Net-Dict-1.07.tar.gz If everything went OK, you'll get two
To install Catalyst::View::JSON, copy and paste the appropriate command in to your terminal. cpanm cpanm Catalyst::View::JSON CPAN shell perl -MCPAN -e shell install Catalyst::View::JSON For more information on module installation, please visit the detailed CPAN module installation guide.
search.cpan.org/~mstrout
mst: Matt S Trout (project founder - original idea, architecture and implementation) castaway: Jess Robinson (lions share of the reference documentation and manuals) ribasushi: Peter Rabbitson (present day maintenance and controlled evolution) abraxxa: Alexander Hartmaier acca: Alexander Kuznetsov aherzog: Adam Herzog Alexander Keusch alexrj: Alessandro Ranellucci alh: Matthew Horsfall alnewkirk:
次のページ
このページを最初にブックマークしてみませんか?
『The CPAN Search Site - search.cpan.org』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く