Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace which displays the stack trace in beautiful HTML, with code snippet context and function parameters. If you call it on an instance of Devel::StackTrace::WithLexicals, you even get to see the lexical variables of each stack frame.
Getopt::Long::Descriptive is yet another Getopt library. It's built atop Getopt::Long, and gets a lot of its features, but tries to avoid making you think about its huge array of options. It also provides usage (help) messages, data validation, and a few other useful features.
This package provides the docmake
command-line tool, and the App::XML::DocBook::Docmake
and App::XML::DocBook::Builder
Perl modules.
It translates DocBook/XML mark-up into various other documentation formats such as XHTML, RTF, PDF, and XSL-FO, using the more low-level tools. It aims to be a replacement for xmlto
.
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.
DateTime::Format::Flexible attempts to take any string you give it and parse it into a DateTime object.
Log::Any::Adapter::Log4perl
provides a Log::Any
adapter using Log::Log4perl
for logging.
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.