view release on metacpan or search on metacpan
devdata/https_mojolicious.io_blog_2017_12_05_day-5-your-apps-built-in-commands view on Meta::CPAN
<p>As it says, you can now see the more detailed information on each command by running <code>mojo help COMMAND</code> for one of those commands.</p>
<h2>The Built-In Commands</h2>
<p>Since we've already briefly discussed <a href="http://mojolicious.org/perldoc/Mojolicious/Guides/Cookbook#DEPLOYMENT">deployment</a> I'll skip over the servers this time, including the <a href="http://mojolicious.org/perldoc/Mojolicious/Co...
Similarly I'll skip the <code>inflate</code> command.
In the interest of space, I'll skip the <a href="http://mojolicious.org/perldoc/Mojolicious/Command/test"><code>test</code></a> command that simply runs your application's tests like <a href="https://metacpan.org/pod/prove">prove</a>.
I'll also skip <a href="http://mojolicious.org/perldoc/Mojolicious/Command/cpanify"><code>cpanify</code></a> which lets CPAN authors upload modules to CPAN (I use it all the time).</p>
<h3>The generate Command</h3>
view all matches for this distribution
view release on metacpan or search on metacpan
devdata/https_mojolicious.io_blog_2018_12_04_testing-hooks-and-helpers_ view on Meta::CPAN
(even for <a href="https://metacpan.org/pod/Test::Mojo::Role::PSGI">testing in other web
frameworks</a>).</p>
<p>But what if what I need to test isn't a route? What if it's
a <a href="https://mojolicious.org/perldoc/Mojolicious#HOOKS">hook</a>,
a <a href="https://mojolicious.org/perldoc/Mojolicious/Guides/Cookbook#Adding-a-plugin-to-your-application">plugin</a>,
or
a <a href="https://mojolicious.org/perldoc/Mojolicious/Guides/Rendering#Helpers">helper</a>?
We can test all those things, too!</p>
</section>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlAdvent/2012.pm view on Meta::CPAN
{ module => "ExtUtils::MakeMaker" },
{ module => "File::ShareDir" },
{ module => "File::ShareDir::Tarball" },
{ module => "Module::Build" },
{ module => "Module::Build::CleanInstall" },
{ module => "Module::Build::Cookbook" },
{ module => "Module::Pluggable" },
{ module => "IO::Prompt::Hooked" },
{ module => "IO::Prompt::Tiny" },
{ module => "IO::Prompter" },
{ module => "LWP" },
lib/Acme/CPANModules/Import/PerlAdvent/2012.pm view on Meta::CPAN
=item * L<Module::Build>
=item * L<Module::Build::CleanInstall>
=item * L<Module::Build::Cookbook>
=item * L<Module::Pluggable>
=item * L<IO::Prompt::Hooked>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlAdvent/2015.pm view on Meta::CPAN
{ module => "FFI::Platypus" },
{ module => "FFI::Platypus::Type::StringArray" },
{ module => "FFI::Raw" },
{ module => "Devel::Hide" },
{ module => "Lingua::EN::Inflexion" },
{ module => "Convert::CookingTimes" },
{ module => "Text::Hogan" },
{ module => "Text::Hogan::Compiler" },
{ module => "Reply" },
{ module => "Reply::Plugin" },
{ module => "Reply::Plugin::AutoRefresh" },
lib/Acme/CPANModules/Import/PerlAdvent/2015.pm view on Meta::CPAN
=item * L<Devel::Hide>
=item * L<Lingua::EN::Inflexion>
=item * L<Convert::CookingTimes>
=item * L<Text::Hogan>
=item * L<Text::Hogan::Compiler>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlDancerAdvent/2010.pm view on Meta::CPAN
{ module => "Dancer::Plugin::MobileDevice" },
{ module => "Dancer::Request" },
{ module => "Dancer::Test" },
{ module => "Devel::Cover" },
{ module => "Test::More" },
{ module => "Catalyst::Plugin::CookiedSession" },
{ module => "Crypt::CBC" },
{ module => "Crypt::Rijndael" },
{ module => "Dancer::Session" },
{ module => "Dancer::Session::Cookie" },
{ module => "Dancer::Session::Memcached" },
{ module => "Plack::Middleware::Session::Cookie" },
{ module => "String::CRC32" },
{ module => "Catalyst::Action::REST" },
{ module => "Dancer::Plugin::REST" },
{ module => "Dancer::Serializer::Mutable" },
{ module => "JSON" },
lib/Acme/CPANModules/Import/PerlDancerAdvent/2010.pm view on Meta::CPAN
=item * L<Devel::Cover>
=item * L<Test::More>
=item * L<Catalyst::Plugin::CookiedSession>
=item * L<Crypt::CBC>
=item * L<Crypt::Rijndael>
=item * L<Dancer::Session>
=item * L<Dancer::Session::Cookie>
=item * L<Dancer::Session::Memcached>
=item * L<Plack::Middleware::Session::Cookie>
=item * L<String::CRC32>
=item * L<Catalyst::Action::REST>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlDancerAdvent/2014.pm view on Meta::CPAN
{ module => "Dancer2::Core::Dispatcher" },
{ module => "Plack::App::URLMap" },
{ module => "Dancer2::Serializer::CBOR" },
{ module => "Dancer2::Test" },
{ module => "Dancer::Test" },
{ module => "HTTP::Cookies" },
{ module => "HTTP::Request" },
{ module => "HTTP::Response" },
{ module => "LWP" },
{ module => "LWP::Protocol::PSGI" },
{ module => "LWP::UserAgent" },
lib/Acme/CPANModules/Import/PerlDancerAdvent/2014.pm view on Meta::CPAN
=item * L<Dancer2::Test>
=item * L<Dancer::Test>
=item * L<HTTP::Cookies>
=item * L<HTTP::Request>
=item * L<HTTP::Response>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlDancerAdvent/2016.pm view on Meta::CPAN
our $LIST = {
description => "This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2016/] (retrieved on 2017-01-31). Visit the URL for the full contents.",
entries => [
{ module => "HTTP::Headers::Fast" },
{ module => "HTTP::XSCookies" },
{ module => "HTTP::XSHeaders" },
{ module => "JSON" },
{ module => "JSON::MaybeXS" },
{ module => "Plack::Request" },
{ module => "DBIx::Class" },
lib/Acme/CPANModules/Import/PerlDancerAdvent/2016.pm view on Meta::CPAN
=over
=item * L<HTTP::Headers::Fast>
=item * L<HTTP::XSCookies>
=item * L<HTTP::XSHeaders>
=item * L<JSON>
view all matches for this distribution
view release on metacpan or search on metacpan
devdata/http_advent.perldancer.org_2018_15 view on Meta::CPAN
frame_size: 3
page_size: 7</pre>
<h2><a name="real_hands_on"></a>REAL HANDS-ON</h2>
<p>Having seen the details, now let us try real example. I have got GitHub repository that I use to try new things related to Dancer2 i.e. <a href="https://github.com/manwar/Dancer2-Cookbook">Dancer2 Cookbook</a>. You should find a link "Books" showi...
<h3><a name="example_configuration"></a>Example Configuration</h3>
<pre class="prettyprint">plugins:
Paginator:
frame_size: 1
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Chef.pm view on Meta::CPAN
last unless @$paragraphs;
my $cooking_time = shift @$paragraphs;
$paragraph_no++;
my $temperature;
if ($cooking_time =~ /^[ ]*Cooking time:[ ]*(\d+)(?: hours?| minutes?)\.[ ]*$/) {
$cooking_time = $1;
last unless @$paragraphs;
$temperature = shift @$paragraphs;
$paragraph_no++;
} else {
lib/Acme/Chef.pm view on Meta::CPAN
The ingredient-name may be anything reasonable, and may include space
characters. The ingredient list is optional. If present, it declares
ingredients with the given initial values and measures.
=head2 Cooking Time
Cooking time: time (hour[s] | minute[s]).
The cooking time statement is optional. The time is a number.
=head2 Oven Temperature
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use AnyEvent::Handle::ZeroMQ;
use AnyEvent::Hiredis;
use AnyEvent::HTTP;
use AnyEvent::HTTPBenchmark;
use AnyEvent::HTTPD;
use AnyEvent::HTTPD::CookiePatch::v;
use AnyEvent::HTTPD::ExtDirect;
use AnyEvent::HTTPD::SendMultiHeaderPatch::t;
use AnyEvent::HTTP::LWP::UserAgent;
use AnyEvent::HTTP::LWP::UserAgent::Determined::v;
use AnyEvent::HTTP::Message;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Apache::AppSamurai;
use Apache::Archive;
use Apache::ASP;
use Apache::AUS;
use Apache::AuthAny;
use Apache::Auth::AuthMemCookie;
use Apache::AuthCAS;
use Apache::AuthCASpbh;
use Apache::AuthCASSimple;
use Apache::AuthChecker;
use Apache::AuthColloquy;
use Apache::AuthCookie;
use Apache::AuthCookieDBI;
use Apache::AuthCookieDBImg;
use Apache::AuthCookieDBIRadius;
use Apache::AuthCookieLDAP;
use Apache::AuthCookieNTLM;
use Apache::AuthCookiePAM;
use Apache::AuthCookieURL;
use Apache::AuthDigest;
use Apache::AuthenCache;
use Apache::AuthenDBMCache;
use Apache::Authen::Generic;
use Apache::AuthenLDAP;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Apache::AuthenMT;
use Apache::AuthenN;
use Apache::AuthenNIS;
use Apache::AuthenNISPlus;
use Apache::AuthenNTLM;
use Apache::AuthenNTLM::Cookie;
use Apache::Authen::OdinAuth;
use Apache::Authen::Passphrase;
use Apache::AuthenPasswd;
use Apache::AuthenPasswdSrv;
use Apache::Authen::Program;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Apache::Connection::Arp;
use Apache::Connection::SkipDummy;
use Apache::Connection::XForwardedFor;
use Apache::ContentHandler;
use Apache::Controller::v;
use ApacheCookieEncrypted;
use Apache::CookieToQuery;
use Apache::CryptHash;
use Apache::CustomKeywords;
use Apache::CVS;
use Apache::DAV;
use Apache::DB;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Apache::EmbedMP;
use Apache::Emulator;
use Apache::EnvDir;
use Apache::ErrorControl;
use Apache::ExtDirect;
use Apache::FakeCookie;
use Apache::FakeRequest;
use Apache::FakeTable;
use Apache::FastForward;
use Apache::FileHash;
use Apache::FileManager;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Apache::JAF;
use Apache::JavaScript::DocumentWrite;
use Apache::JemplateFilter;
use Apache::JumpByReferer;
use Apache::Keywords;
use Apache::LangPrefCookie;
use Apache::Language;
use Apache::LangURI;
use Apache::Layer;
use Apache::Layout;
use Apache::Lint;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Apache::WAP::AutoIndex;
use Apache::WAP::MailPeek;
use Apache::Watchdog::RunAway;
use Apache::WebApp::Extra::Admin;
use Apache::WebApp::Plugin::CGI;
use Apache::WebApp::Plugin::Cookie;
use Apache::WebApp::Plugin::DateTime;
use Apache::WebApp::Plugin::DBI;
use Apache::WebApp::Plugin::File;
use Apache::WebApp::Plugin::Filters;
use Apache::WebApp::Plugin::JSON;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use AxKit::Plugin::DisableXSLTParams;
use AxKit::Provider::HTML;
use AxKit::XSP::AttrParam;
use AxKit::XSP::BasicSession;
use AxKit::XSP::CharsetConv;
use AxKit::XSP::Cookie;
use AxKit::XSP::Currency;
use AxKit::XSP::ESQL;
use AxKit::XSP::Exception;
use AxKit::XSP::IfParam;
use AxKit::XSP::LN;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Catalyst::Plugin::Alarm;
use Catalyst::Plugin::Apoptosis;
use Catalyst::Plugin::Assets;
use Catalyst::Plugin::AtomPP;
use Catalyst::Plugin::AtomServer;
use Catalyst::Plugin::AuthenCookie;
use Catalyst::Plugin::Authentication;
use Catalyst::Plugin::Authentication::Basic::Remote;
use Catalyst::Plugin::Authentication::CDBI::Basic;
use Catalyst::Plugin::Authentication::CDBI::tar;
use Catalyst::Plugin::Authentication::Credential::AO;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Catalyst::Plugin::Config::Multi;
use Catalyst::Plugin::Config::Perl;
use Catalyst::Plugin::ConfigurablePathTo::tar;
use Catalyst::Plugin::Config::YAML;
use Catalyst::Plugin::Continuation;
use Catalyst::Plugin::CookiedSession;
use Catalyst::Plugin::CRUD;
use Catalyst::Plugin::CurrentComponents::tar;
use Catalyst::Plugin::CustomErrorMessage::tar;
use Catalyst::Plugin::Data::Pensieve;
use Catalyst::Plugin::DateTime::tgz;
use Catalyst::Plugin::DBIC::ConsoleQueryLog::t;
use Catalyst::Plugin::DBIC::Schema::Profiler::ta;
use Catalyst::Plugin::DebugCookie;
use Catalyst::Plugin::DefaultEnd;
use Catalyst::Plugin::Devel::ModuleVersions;
use Catalyst::Plugin::DoCoMoUID;
use Catalyst::Plugin::Email;
use Catalyst::Plugin::Email::Japanese;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Catalyst::Plugin::FormValidator::Simple::OwnChec;
use Catalyst::Plugin::FormValidator::Simple::ta;
use Catalyst::Plugin::ForwardChained;
use Catalyst::Plugin::Geocoding;
use Catalyst::Plugin::Geography;
use Catalyst::Plugin::HashedCookies::targ;
use Catalyst::Plugin::Hooks;
use Catalyst::Plugin::HTML::Scrubber;
use Catalyst::Plugin::HTML::Widget;
use Catalyst::Plugin::Imager;
use Catalyst::Plugin::Images;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Catalyst::Plugin::Session::Manager;
use Catalyst::Plugin::Session::PerUser;
use Catalyst::Plugin::Session::PerUser::AutoLogout;
use Catalyst::Plugin::Session::PSGI;
use Catalyst::Plugin::Session::State::Auth::ta;
use Catalyst::Plugin::Session::State::Cookie::ta;
use Catalyst::Plugin::Session::State::Header::ta;
use Catalyst::Plugin::Session::State::Stash::tar;
use Catalyst::Plugin::Session::State::URI::targ;
use Catalyst::Plugin::Session::Store::BerkeleyDB;
use Catalyst::Plugin::Session::Store::Cache::tar;
use Catalyst::Plugin::Session::Store::CDBI::tar;
use Catalyst::Plugin::Session::Store::CHI::CHI;
use Catalyst::Plugin::Session::Store::CHI::targ;
use Catalyst::Plugin::Session::Store::Cookie::t;
use Catalyst::Plugin::Session::Store::Couchbase;
use Catalyst::Plugin::Session::Store::CouchDB::t;
use Catalyst::Plugin::Session::Store::DBIC::tar;
use Catalyst::Plugin::Session::Store::DBI::targ;
use Catalyst::Plugin::Session::Store::Delegate;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Catalyst::Plugin::Statsd::v;
use Catalyst::Plugin::StatusMessage::targ;
use Catalyst::Plugin::StripScripts;
use Catalyst::Plugin::SubRequest;
use Catalyst::Plugin::SuperForm;
use Catalyst::Plugin::SwiffUploaderCookieHack;
use Catalyst::Plugin::Textile;
use Catalyst::Plugin::Text::Xatena::zip;
use Catalyst::Plugin::Twitter;
use Catalyst::Plugin::Unicode;
use Catalyst::Plugin::Upload::Audio::File::targ;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Catalyst::View::Xslate;
use Catalyst::View::XSLT;
use CatalystX::ActionBuilders;
use CatalystX::AppBuilder;
use CatalystX::ASP;
use CatalystX::AuthenCookie;
use CatalystX::CMS;
use CatalystX::ComponentsFromConfig;
use CatalystX::Component::Traits;
use CatalystX::ConsumesJMS;
use CatalystX::Controller::Auth;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use CGI::ClientError;
use CGI::Compile;
use CGI::Compress::Gzip;
use CGI::ContactForm;
use CGI::ConvertParam;
use CGI::CookieSerial;
use CGI::Cookie::Splitter;
use CGI::Cookie::XS;
use CGI::CRUD;
use CGI::CurlLog;
use CGI::Debug;
use CGI::Deurl;
use CGI::Deurl::XS;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Convert::Color::Library;
use Convert::Color::mIRC;
use Convert::Color::ScaleModels;
use Convert::Color::XTerm;
use Convert::Context;
use Convert::CookingTimes;
use Convert::Cyr;
use Convert::Dayi;
use Convert::DUDE;
use Convert::EastAsianWidth;
use Convert::EBCDIC;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Convert::XText;
use Convert::yEnc;
use Convert::YText;
use Convert::Z;
use Convert::zBase;
use Cookie::Baker;
use Cookie::Baker::XS;
use Cookie::XS;
use COPS::Client;
use CopyTree::VendorProof;
use CopyTree::VendorProof::LocalFileOp::tar;
use CORBA::C;
use CORBA::Cplusplus;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Dancer::Serializer::XML;
use Dancer::Session::Catmandu;
use Dancer::Session::CGISession;
use Dancer::Session::CHI;
use Dancer::Session::CHI::v;
use Dancer::Session::Cookie;
use Dancer::Session::DatabasePlugin;
use Dancer::Session::DBI;
use Dancer::Session::DBIC;
use Dancer::Session::ElasticSearch;
use Dancer::Session::JSON;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use DBIx::Connector::Retry;
use DBIx::Conn::MySQL;
use DBIx::Conn::Pg;
use DBIx::Conn::SQLite;
use DBIx::ContextualFetch;
use DBIx::Cookbook;
use DBIx::Copy;
use DBIx::CopyRecord;
use DBIx::Core::Handle::ReturnValue;
use DBIx::CouchLike;
use DBIx::Counter;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Functional::Iterator;
use Functional::Types::v;
use Functional::Utility;
use Funifs;
use Furl;
use Furl::Cookies;
use Furl::HTTP::OAuth;
use Furl::S;
use Fuse;
use Fuse::Class;
use FUSE::Client;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Game::WordBrain;
use Ganglia::Gmetric;
use Ganglia::Gmetric::PP;
use Ganglia::Gmetric::XS;
use Gantry;
use Gantry::Plugins::CookieCheck;
use Gantry::Plugins::Session;
use Gantry::Plugins::Uaf;
use Gapp;
use Gapp::App;
use Gapp::::withoutworldwriteables;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use HTTP::ClickHouse::Base;
use HTTP::Client;
use HTTP::ClientDetect;
use HTTP::Client::Parallel;
use HTTP::Command::Wrapper;
use HTTP::CookieJar;
use HTTP::CookieMonster;
use HTTP::Cookies;
use HTTP::Cookies::Chrome;
use HTTP::Cookies::ChromeMacOS;
use HTTP::Cookies::Find;
use HTTP::Cookies::Guess;
use HTTP::Cookies::iCab;
use HTTP::Cookies::Mozilla;
use HTTP::Cookies::Omniweb;
use HTTP::Cookies::Opera;
use HTTP::Cookies::PhantomJS;
use HTTP::Cookies::Safari;
use HTTP::Cookies::wm;
use HTTP::CryptoCookie;
use HTTPD::ADS;
use HTTP::Daemon;
use HTTP::Daemon::App::v;
use HTTP::Daemon::Patch::IPv;
use HTTP::Daemon::SSL;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use HTTP::WebTest::Plugin::DateTest;
use HTTP::WebTest::Plugin::Sticky;
use HTTP::WebTest::Plugin::TagAttTest;
use HTTP::WebTest::Plugin::XMLReport;
use HTTP::WebTest::XMLParser;
use HTTP::XSCookies;
use HTTP::XSHeaders;
use hwd;
use Hypatia;
use Hypatia::Chart::Clicker;
use Hypatia::GraphViz;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Kwiki::URLBL;
use Kwiki::URLBlock;
use Kwiki::UserMessage;
use Kwiki::UserName;
use Kwiki::UserName::Auth;
use Kwiki::UserName::Cookie;
use Kwiki::UserPhoto;
use Kwiki::UserPreferences;
use Kwiki::Users::Cookie;
use Kwiki::Users::Remote;
use Kwiki::VimMode;
use Kwiki::Weather;
use Kwiki::Widgets::Links;
use Kwiki::Widgets::RandomQuote;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use List::Util::WeightedRoundRobin;
use List::Vectorize;
use List::Zip;
use LittleORM;
use Livelink::DAV;
use LJ::GetCookieSession;
use LJ::Schedule;
use LJ::Simple;
use LMDB_File;
use Locale::Babelfish;
use Locale::BR;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use LWP::Protocol::rsync;
use LWP::Protocol::sftp;
use LWP::Protocol::socks;
use LWP::Protocol::UWSGI::v;
use LWP::Protocol::virtual;
use LWP::Simple::Cookies;
use LWP::Simple::Post;
use LWP::Simple::REST;
use LWP::Simple::WithCache;
use LWP::UserAgent::Anonymous;
use LWP::UserAgent::Cached;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Map::Tube::Beijing;
use Map::Tube::Berlin;
use Map::Tube::Bucharest;
use Map::Tube::Budapest;
use Map::Tube::CLI;
use Map::Tube::Cookbook;
use Map::Tube::Copenhagen;
use Map::Tube::Delhi;
use Map::Tube::Dnipropetrovsk;
use Map::Tube::Exception;
use Map::Tube::Frankfurt;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Math::Yapp;
use Math::Zap;
use MaxMind::DB::Common;
use May;
use Maypole;
use Maypole::Authentication::UserSessionCookie;
use Maypole::Cache;
use Maypole::Component;
use Maypole::FormBuilder;
use Maypole::HTTPD;
use Maypole::Plugin::Authentication::UserSessionCoo;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Padre::Plugin::Autodia;
use Padre::Plugin::Autoformat;
use Padre::Plugin::Catalyst;
use Padre::Plugin::ClassSniff;
use Padre::Plugin::CommandLine;
use Padre::Plugin::Cookbook;
use Padre::Plugin::CSS;
use Padre::Plugin::CSSComb;
use Padre::Plugin::DataWalker;
use Padre::Plugin::Ecliptic;
use Padre::Plugin::Encode;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Parse::Fedora::Packages;
use Parse::FieldPath;
use Parse::File::Metadata;
use Parse::FixedLength;
use Parse::FixedRecord;
use Parse::Flash::Cookie;
use Parse::Flex;
use Parse::Flexget;
use Parse::FSM;
use Parse::Functions;
use Parse::GEDA::Gschem::v;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Perl::Command;
use Perl::Compare;
use Perl::Configure;
use Perl::Contexts;
use Perl::Controls;
use Perl::Cookbook;
use Perl::Core;
use Perl::Critic;
use Perl::Critic::Bangs;
use Perl::Critic::CognitiveComplexity;
use Perl::Critic::Compatibility;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Perl::Critic::Policy::CodeLayout::ProhibitSpaceI;
use Perl::Critic::Policy::CodeLayout::TabIndentSpace;
use Perl::Critic::Policy::CompileTime;
use Perl::Critic::Policy::Documentation::RequirePod;
use Perl::Critic::Policy::Dynamic::NoIndirect::t;
use Perl::Critic::Policy::HTTPCookies;
use Perl::Critic::Policy::logicLAB::ModuleBlacklist;
use Perl::Critic::Policy::logicLAB::ProhibitShellDis;
use Perl::Critic::Policy::logicLAB::ProhibitUseLib;
use Perl::Critic::Policy::logicLAB::RequirePackageNa;
use Perl::Critic::Policy::logicLAB::RequireParamsVal;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Plack::Middleware::Cleanup;
use Plack::Middleware::ClientCert;
use Plack::Middleware::ComboLoader;
use Plack::Middleware::Compile;
use Plack::Middleware::ConsoleLogger;
use Plack::Middleware::CookieMonster;
use Plack::Middleware::CrossOrigin;
use Plack::Middleware::CSRFBlock;
use Plack::Middleware::CSS::Compressor;
use Plack::Middleware::Curlizer;
use Plack::Middleware::CustomErrorDocument::t;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Plack::Middleware::ServerStatus::Availability;
use Plack::Middleware::ServerStatus::Lite::tar;
use Plack::Middleware::ServerStatus::Tiny::tar;
use Plack::Middleware::ServerTiming;
use Plack::Middleware::Session;
use Plack::Middleware::Session::RemoveCookies;
use Plack::Middleware::Session::SerializedCookie;
use Plack::Middleware::Session::Simple;
use Plack::Middleware::Session::Simple::JWSCookie;
use Plack::Middleware::SetAccept;
use Plack::Middleware::SetEnvFromHeader::targ;
use Plack::Middleware::SetLocalEnv;
use Plack::Middleware::SignedCookies;
use Plack::Middleware::Signposting;
use Plack::Middleware::SizeLimit;
use Plack::Middleware::SocketIO;
use Plack::Middleware::SSI;
use Plack::Middleware::StackTrace::LinkedSource;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use RT::Action::SetPriorityFromHeader;
use RT::Action::SetStatus;
use RT::Action::UpdateIcestack;
use RT::Atom;
use RT::Authen::Bitcard;
use RT::Authen::CookieAuth;
use RT::Authen::ExternalAuth;
use RT::Authen::Federation;
use RT::Authen::OAuth;
use RT::Authen::OpenID;
use RT::Authen::PAUSE;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Statistics::CaseResampling;
use Statistics::ChisqIndep;
use Statistics::ChiSquare;
use Statistics::Cluto;
use Statistics::Contingency;
use Statistics::Cook;
use Statistics::CountAverage;
use Statistics::CountAverage::XS;
use Statistics::Data;
use Statistics::Data::Dichotomize;
use Statistics::Data::Rank;
lib/Acme/DependOnEverything.pm view on Meta::CPAN
use Test::Conditions;
use Test::Config::System;
use Test::ConsistentVersion::v;
use Test::Consul;
use Test::Continuous;
use Test::Cookbook;
use Test::Core;
use Test::Corpus::Audio::MPD;
use Test::Count;
use Test::CPAN::Changes::ReallyStrict::tar;
use Test::CPANfile;
view all matches for this distribution
view release on metacpan or search on metacpan
t/14_gulp.t view on Meta::CPAN
Regex => 1 } );
test_one('hellotest SourceFile string',
"hello test 0\nhello test 1\nhello test 2\nhello test 3\n",
$yanick4str x 3);
# For different ways to pass a handle, see Perl Cookbook, 2nd edition,
# Recipe 7.5:
# 1) *FH typeglob
# 2) \*FH ref to typeglob
# 3) *FH{IO} I/O object
view all matches for this distribution
view release on metacpan or search on metacpan
use warnings;
use Module::Build 0.28;
#
# For documentation on the different arguments to Module::Build->new()
# see perldoc Module::Build::API and Module::Build::Cookbook
#
my $builder = Module::Build->new(
module_name => 'Acme::Godot',
license => 'perl',
dist_author => 'Salve J. Nilsen <sjn@cpan.org>',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/HTTP.pm view on Meta::CPAN
'Last-Modified' => 'Thu, 24 Jul 2014 03:31:45 GMT'
'Accept-Ranges' => 'bytes'
'Connection' => 'close'
'Age' => '0'
'Set-Cookie' => '...expires=12-Sep-2031...; secure',
'Server' => 'nginx/0.7.67',
'Vary' => 'Accept-Encoding,Cookie'
'Via' => '1.1 varnish',
'X-Cache' => 'MISS, MISS',
'X-Cache-Hits' => '0, 0',
'X-Runtime' => '0.479137'
'X-Served-By' => 'cache-lo80-LHR, cache-fra1222-FRA',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/ben_and_jerry.pm view on Meta::CPAN
Banana_Split
Boston_Cream_Pie
Cake_Batter
Cheesecake_Brownie
Cherry_Garcia
Chocolate_Chip_Cookie_Dough
Chocolate_Fudge_Brownie
Chocolate_Peppermint_Crunch
Chocolate_Therapy
Chubby_Hubby
Chunky_Monkey
lib/Acme/MetaSyntactic/ben_and_jerry.pm view on Meta::CPAN
Half_Baked
Hazed_Confused
Imagine_Whirled_Peace
Karamel_Sutra
Late_Night_Snack
Milk_Cookies
Mint_Chocolate_Cookie
New_York_Super_Fudge_Chunk
Peach_Cobbler
Peanut_Brittle
Peanut_Butter_Cup
Peanut_Butter_Fudge
lib/Acme/MetaSyntactic/ben_and_jerry.pm view on Meta::CPAN
Chocolate_Amaretto_Moose
Chocolate_Caramel_Chunk
Chocolate_Caramel_Turtle
Chocolate_Cherry_Garcia
Chocolate_Chocolate_Chip
Chocolate_Chocolate_Cookie
Chocolate_Cointreau_Fudge
Chocolate_Cointreau_Orange
Chocolate_Comfort
Chocolate_Fudge
Chocolate_Gingersnap
Chocolate_Hazelnut_Swirl
Chocolate_Heath_Bar_Crunch
Chocolate_Mint_Cookies
Chocolate_Mystic_Mint
Chocolate_Nougat_Crunch
Chocolate_Orange_Fudge
Chocolate_Peanut_Butter_Cookie_Dough
Chocolate_Peanut_Buttery_Swirl
Chocolate_Raspberry
Chocolate_Raspberry_Fudge_Swirl
Chocolate_Raspberry_Swirl
Chocolate_Raspberry_Truffle
lib/Acme/MetaSyntactic/ben_and_jerry.pm view on Meta::CPAN
Coffee_etc
Coffee_Fudge
Coffee_Hazelnut_Swirl
Coffee_HEATH_Bar_Crunch
Coffee_Toffee_Crunch
Cookie_Dough
Cool_Britannia
Cranberry_Orange
Creme_Brulee
Dastardly_Mash
Dave_Matthews_Band_Magic_Brownies
lib/Acme/MetaSyntactic/ben_and_jerry.pm view on Meta::CPAN
Milk_Chocolate_Almond
Miller_Family_Malt
Mint_Chocolate_Chunk
Mint_Chocolate_Fudge_Swirl
Mint_Fudge_Swirl
Mint_With_Cookies
Mint_with_Oreo_Cookie
Miz_Jelena_s_Sweet_Potato_Pie
Mocha
Mocha_Chunk
Mocha_Fudge
Mocha_Latte
lib/Acme/MetaSyntactic/ben_and_jerry.pm view on Meta::CPAN
Mud_Pie
Natural_Vanilla
Neapolitan_Dynamite
No_Sugar_Added_Vanilla
Nutcracker_Suite
Oatmeal_Cookie_Chunk
Oh_Pear
Orange_Cream
Passion_Fruit_Smooch
P_B_Chocolate_Chip_Cookie_Dough
Peach
Peach_Melba
Peach_Raspberry_Trifle
Peanut_Butter_Chocolate_Chunk
Peanut_Butter_Jelly
lib/Acme/MetaSyntactic/ben_and_jerry.pm view on Meta::CPAN
Strawberry_Kiwi
Strawberry_Rhubarb
Strawberry_Shortcake
Sugar_Plum
Sweet_Cream
Sweet_Cream_Cookie
Sweet_Cream_Cookies
Sweet_Cream_with_Oreo
Sweet_Potato_Pie
Tennessee_Mud
Tenth_Anniversary_Waltz_Nutcracker_Suite
That_s_Life_Apple_Pie
The_Gobfather
The_Last_Straw
Toffee_Cookie_Crunch
Totally_Nuts
Triple_Caramel_Chunk
Tropic_of_Mango
Turtle_Soup
Tuskegee_Chunk
lib/Acme/MetaSyntactic/ben_and_jerry.pm view on Meta::CPAN
Vanilla_with_Heath_Toffee_Crunch
Vanilla_with_Kit_Kat
Vermonty_Python
What_a_Cluster
White_Russian
Wich_Ice_Cream_Cookie_Sandwich
Wild_Maine_Blueberry
Willie_Nelson_s_Country_Peach_Cobbler
World_s_Best_Chocolate
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/daleks.pm view on Meta::CPAN
The_Breakfast_Dalek
The_Brothers_Dalekazov
The_Cable_Dalek
The_Chronicles_of_Dalek
The_Color_Dalek
The_Cook_the_Thief_His_Wife_Her_Dalek
The_Count_of_Monte_Dalek
The_Crying_Dalek
The_Curious_Incident_of_the_Dalek_in_the_Night
The_Curse_of_the_Black_Dalek
The_Dalek
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/legopiratesofthecaribbean.pm view on Meta::CPAN
Murtogg
Mullroy
Tai_Huang
Tattoo_Pirate
Scrum
Cook
Salaman
Garheng
Angelica
Privateer_Barbossa
Syrena
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/legostarwarstheforceawakens.pm view on Meta::CPAN
Shaak_Ti
Sidon_Ithano
Snap_Wexley
Snowtrooper
Stormtrooper
Strono_Cookie_Tuggs
Strus_Clan_Leader
Strus_Clan_Raider
Super_battle_droid
Supreme_Leader_Snoke
TIE_Pilot
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/soviet.pm view on Meta::CPAN
=item Condor
An-124 transport aircraft, PL 218, JWARH 37, AWA 392.
=item Cooker
Tu-110, AWA 392.
=item Cookpot
Tu-124 transport aircraft, JWARH 37.
=item Coot
view all matches for this distribution
view release on metacpan or search on metacpan
OneHundredNotOut.pm view on Meta::CPAN
=head2 The Embarrassing Past
Contrary to popular belief, I was not always a CPAN author. I started
writing modules in 1998, immediately after reading the first edition of
the Perl Cookbook - yes, you can blame Nat and Tom for all this. The
first module that I released was L<Tie::DiscoveryHash>, since I'd just
learnt about tied hashes. As with many of my modules, it was an integral
part of another software project which I actually never finished, and
now can't find.
OneHundredNotOut.pm view on Meta::CPAN
caused me innumerable headaches but I finally got some working XSP
applications written, not without writing the
L<Apache::AxKit::Language::XSP::ObjectTaglib> and
L<AxKit::XSP::Minisession> helper modules. I also did some playing
around with C<mod_perl>, thanks to the rather wonderful I<mod_perl
Cookbook>, and came up with L<Apache::OneTimeURL> when, during a
particularly paranoid phase, I wanted to give out my physical address
in URLs that would self-destruct after a single reading.
After leaving, though, I discovered the C<Class::DBI>/Template Toolkit
pair which has dominated my web programming since then. If you haven't
OneHundredNotOut.pm view on Meta::CPAN
came when I sat down and wrote L<Maypole>, a Model-View-Controller
framework with, again, emphasis on making things very simple to get
working. The Perl Foundation's sponsorship of Maypole development has
been one of the proudest achievements in my CPAN career, and lead not
only to a stonking big manual, loads of examples, but also
L<Maypole::Authentication::UserSessionCookie> and L<Maypole::Component>.
Template Toolkit and XML came back together again in a recent project
where I've had render some XML as part of a Maypole application.
Amazingly, there wasn't an XSLT filter for the Template Toolkit, so
L<Template::Plugin::XSLT> was born.
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
provides:
Module::Build 0.4210
Module::Build::Base 0.4210
Module::Build::Compat 0.4210
Module::Build::Config 0.4210
Module::Build::Cookbook 0.4210
Module::Build::Dumper 0.4210
Module::Build::Notes 0.4210
Module::Build::PPMMaker 0.4210
Module::Build::Platform::Default 0.4210
Module::Build::Platform::MacOS 0.4210
view all matches for this distribution
view release on metacpan or search on metacpan
}
###
sub radar
{
# Objects: Robot=0, Shot=1, Wall=2, Cookie=3, Mine=4, LAST=5
my ($self, $dist, $obj, $angle) = @_;
}
###
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/SDUM/Renew.pm view on Meta::CPAN
package Acme::SDUM::Renew;
use warnings;
use strict;
use LWP::UserAgent;
use HTTP::Cookies;
use HTML::Form;
use File::Temp qw/tempfile/;
use Mail::Sender;
use Carp;
view all matches for this distribution
view release on metacpan or search on metacpan
local/lib/perl5/Module/Build.pm view on Meta::CPAN
=item API Reference (L<Module::Build::API>)
This is a reference to the C<Module::Build> API.
=item Cookbook (L<Module::Build::Cookbook>)
This document demonstrates how to accomplish many common tasks. It
covers general command line usage and authoring of F<Build.PL>
scripts. Includes working examples.
local/lib/perl5/Module/Build.pm view on Meta::CPAN
C<MakeMaker>, which was released in 2006.
If you don't need to retain compatibility with old versions (pre-6.31) of C<ExtUtils::MakeMaker> or
are starting a fresh Perl installation we recommend you use
C<install_base> instead (and C<INSTALL_BASE> in C<ExtUtils::MakeMaker>).
See L<Module::Build::Cookbook/Installing in the same location as
ExtUtils::MakeMaker> for further information.
=back
local/lib/perl5/Module/Build.pm view on Meta::CPAN
modify it under the same terms as Perl itself.
=head1 SEE ALSO
perl(1), L<Module::Build::Cookbook>, L<Module::Build::Authoring>,
L<Module::Build::API>, L<ExtUtils::MakeMaker>
F<META.yml> Specification:
L<CPAN::Meta::Spec>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Time/DimSum.pm view on Meta::CPAN
$times = [
'Potsticker', 'Perl Ball',
'Custard Tart', 'Crab Craw',
'Stuffed Bell Pepper', 'Spring Roll',
'Shrimp Dumpling', 'Fried Won Ton',
'Sui Mai', 'Fortune Cookie',
'Fried Taro', 'Pork Bun'
];
}
=head1 NAME
view all matches for this distribution
view release on metacpan or search on metacpan
my @oceania=(
{Area=>undef, Capital=>'Pago Pago', Code=>'AS', Name=>'American Samoa', Population=>54343},
{Area=>7686850, Capital=>'Canberra', Code=>'AU', Name=>'Australia', Population=>22751014},
{Area=>undef, Capital=>'West Island', Code=>'CC', Name=>'Cocos (Keeling) Islands', Population=>596},
{Area=>240, Capital=>'Avarua', Code=>'CK', Name=>'Cook Islands', Population=>9838},
{Area=>undef, Capital=>'Flying Fish Cove', Code=>'CX', Name=>'Christmas Island', Population=>1530},
{Area=>18270, Capital=>'Suva', Code=>'FJ', Name=>'Fiji', Population=>909389},
{Area=>702, Capital=>'Palikir', Code=>'FM', Name=>'Micronesia, Federated States of', Population=>105216},
{Area=>549, Capital=>'Hagatna (Agana)', Code=>'GU', Name=>'Guam', Population=>161785},
{Area=>811, Capital=>'Tarawa', Code=>'KI', Name=>'Kiribati', Population=>105711},
);
insert into country values (null,'Pago Pago','AS','American Samoa',54343);
insert into country values (7686850,'Canberra','AU','Australia',22751014);
insert into country values (null,'West Island','CC','Cocos (Keeling) Islands',596);
insert into country values (240,'Avarua','CK','Cook Islands',9838);
insert into country values (null,'Flying Fish Cove','CX','Christmas Island',1530);
insert into country values (18270,'Suva','FJ','Fiji',909389);
insert into country values (702,'Palikir','FM','Micronesia, Federated States of',105216);
insert into country values (549,'Hagatna (Agana)','GU','Guam',161785);
insert into country values (811,'Tarawa','KI','Kiribati',105711);
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Activator.pm view on Meta::CPAN
# Catalyst::Plugin::Authentication::Store::DBIC \
# Catalyst::Plugin::Authentication::Credential::Password \
# Catalyst::Plugin::Authorization::Roles \
# Catalyst::Plugin::Session \
# Catalyst::Plugin::Session::Store::Memcached \
# Catalyst::Plugin::Session::State::Cookie \
# Catalyst::Plugin::Cache::Memcached \
#yum install \
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Ado/Build.pm view on Meta::CPAN
=head1 SEE ALSO
L<Ado::BuildPlugin>,
L<Module::Build::API>,
L<Module::Build::Authoring>,
L<Module::Build::Cookbook/ADVANCED_RECIPES>,
Build.PL in Ado distribution directory.
=head1 AUTHOR
ÐÑаÑÐ¸Ð¼Ð¸Ñ ÐеÑов (Krasimir Berov)
view all matches for this distribution
view release on metacpan or search on metacpan
dyncall/test/thunk/Makefile.embedded
dyncall/test/thunk/Makefile.generic
dyncall/test/thunk/Nmakefile
dyncall/test/thunk/mkfile
dyncall/test/thunk/test_thunk.c
eg/Cookbook/add.c
eg/Cookbook/add.pl
eg/Cookbook/array_reverse.c
eg/Cookbook/array_reverse.pl
eg/Cookbook/array_sum.c
eg/Cookbook/array_sum.pl
eg/Cookbook/malloc.pl
eg/Cookbook/notify.pl
eg/Cookbook/person.c
eg/Cookbook/person.pl
eg/Cookbook/puts.pl
eg/Cookbook/string_reverse.c
eg/Cookbook/string_reverse.pl
eg/Cookbook/swap.c
eg/Cookbook/swap.pl
eg/Cookbook/win32_messagebox.pl
eg/Cookbook/xor_cipher.c
eg/Cookbook/xor_cipher.pl
eg/benchmark.pl
eg/unix_math.pl
eg/win32_msgbox.pl
eg/win32_screenres.pl
lib/Affix.pm
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Agent/TCLI/Package/Net/HTTP.pm view on Meta::CPAN
$self->set(\@poco_http , POE::Component::Client::HTTP->spawn(
Agent => $self->user_agents,
Alias => 'http-client', # defaults to 'weeble'
ConnectionManager => $poco_cm[$$self],
# From => 'spiffster@perl.org', # defaults to undef (no header)
# CookieJar => $cookie_jar,
# Protocol => 'HTTP/1.1', # defaults to 'HTTP/1.1'
# Timeout => 180, # defaults to 180 seconds
# MaxSize => 16384, # defaults to entire response
# Streaming => 4096, # defaults to 0 (off)
# FollowRedirects => 2 # defaults to 0 (off)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Agent/TCLI/Control.pm view on Meta::CPAN
=cut
my @poe_debug :Field
:All('poe_debug');
# Holds our session data. Made weak per Merlyn
# http://poe.perl.org/?POE_Cookbook/Object_Methods.
# We also don't take session on init.
#my @session :Field
# :Get('session')
# :Weak;
view all matches for this distribution