Lexical::SealRequireHints prevents leakage of lexical hints
CatalystX::RoleApplicator applies roles to Catalyst application classes.
This module attempts to pluralize or singularize short English phrases.
This policy checks for perlsecret operators in your code and warns you about them. You can override the secrets that are allowed or disallowed using the parameters allow_secrets
and disallow_secrets
. The default is to simply disallow everything.
DBIx::Class::Cursor::Cached provides a cursor class with built-in caching support.
This module applies roles to make a subclass instead of manually setting up a subclass.
Log::Any::Adapter::Log4perl
provides a Log::Any
adapter using Log::Log4perl
for logging.
DateTime::Format::Flexible attempts to take any string you give it and parse it into a DateTime object.
This module provides conflicts checking for Module::Runtime, which had a recent release that broke some versions of Moose. It is called from Moose::Conflicts and moose-outdated.
DBIx::Class::Schema::Loader automates the definition of a DBIx::Class::Schema by scanning database table definitions and setting up the columns, primary keys, unique constraints and relationships.
This module extends the functionality of Lingua::EN::Inflect with three new functions for determining plurality of a word and forcefully converting a word to singular or plural.
Simply loading this module makes your constructors "strict". If your constructor is called with an attribute init argument that your class does not declare, then it calls Moose->throw_error().
This library provides a set of Path::Tiny
types and coercions for Specio. These types can be used with Moose
, Moo
, Params::ValidationCompiler
, and other modules.
This package is a companion module to DateTime.pm
. It implements the Julian calendar. It supports everything that DateTime.pm
supports and more: about one day per century more, to be precise.
LWP::UserAgent::Determined works just like LWP::UserAgent, except that when you use it to get a web page but run into a possibly-temporary error (like a DNS lookup timeout), it'll wait a few seconds and retry a few times.
This module provides a simple profiler for Raku grammars. To enable profiling simply add use Grammar::Profiler::Simple;
to your code. Any grammar in the lexical scope of the use statement will automatically have profiling information collected when the grammar is used.
This module implements most of `strptime(3)`, the POSIX function that is the reverse of `strftime(3)`, for `DateTime`. While `strftime` takes a `DateTime` and a pattern and returns a string, `strptime` takes a string and a pattern and returns the `DateTime` object associated.
Statistics::Distributions
calculates percentage points (5 significant digits) of the u (standard normal) distribution, the student's t distribution, the chi-square distribution and the F distribution. It can also calculate the upper probability (5 significant digits) of the u (standard normal), the chi-square, the t and the F distribution.
Sub::Exporter is an incredibly powerful module, but with that power comes great responsibility, as well as some runtime penalties. This module is a "Sub::Exporter" wrapper that will let your users just use Exporter if all they are doing is picking exports, but use "Sub::Exporter" if your users try to use "Sub::Exporter"'s more advanced features, like renaming exports, if they try to use them.
The package provides a number of useful typemaps as submodules of ExtUtils::Typemaps.
This module provides methods to compile a log format string to perl-code, for faster generation of access_log lines.
Glib::Object::Introspection uses the gobject-introspection and libffi projects to dynamically create Perl bindings for a wide variety of libraries. Examples include gtk+, webkit, libsoup and many more.
This module allows your to run your Plack::Test tests against an external server instead of just against a local application through either mocked HTTP or a locally spawned server.
This Catalyst plugin enables you to create "access logs" from within a Catalyst application instead of requiring a webserver to do it for you. It will work even with Catalyst debug logging turned off.