devel/p5-Git-CPAN-Patch into The NetBSD Packages Collection.
The Perl 5 module Git::CPAN::Patch provides a suite of git commands
aimed at making trivially easy the process of grabbing any distribution
off CPAN, stuffing it in a local git repository and, once gleeful
hacking has been perpetrated, sending back patches to its maintainer.
devel/p5-BackPAN-Index into The NetBSD Packages Collection.
The Perl 5 module BackPAN::Index provides an index of BackPAN and
some handy methods. The Comprehensive Perl Archive Network (CPAN)
is a very useful collection of Perl code. However, in order to keep
CPAN relatively small, authors of modules can delete older versions
of modules to only let CPAN have the latest version of a module.
BackPAN is where these deleted modules are backed up. It's more
like a full CPAN mirror, only without the deletions.
devel/p5-Test-Compile into The NetBSD Packages Collection.
The Perl 5 module Test::Compile lets you check the validity of a
Perl module file or Perl script file, and report its results in
standard Test::Simple fashion.
into The NetBSD Packages Collection.
The Perl 5 module App::Cache lets an application cache data locally.
There are a few times an application would need to cache data: when
it is retrieving information from the network or when it has to
complete a large calculation.
www/p5-CGI-Application-PSGI into The NetBSD Packages Collection.
The Perl 5 module CGI::Application::PSGI is a runner to run
CGI::Application application as a PSGI application.
www/p5-Squatting-On-PSGI into The NetBSD Packages Collection.
The Perl 5 module Squatting::On::PSGI is an adapter to run Squatting
applications on PSGI implementations.
into The NetBSD Packages Collection.
The Perl 5 Squatting is a web microframework based on Camping. It
originally used Continuity as its foundation, but it has since been
generalized such that it can squat on top of any Perl-based web
framework (in theory).
into The NetBSD Packages Collection.
The Perl 5 module Continuity is a library to simplify web applications.
Each session is written and runs as a persistant application, and
is able to request additional input at any time without exiting.
This is significantly different from the traditional CGI model of
web applications in which a program is restarted for each new
request.
devel/p5-Shell-Perl into The NetBSD Packages Collection.
The Perl 5 module Shell::Perl is the implementation of a command-line
interpreter for Perl. It is the heart of the provided pirl script.
www/p5-Catalyst-Engine-PSGI into The NetBSD Packages Collection.
The Perl 5 module Catalyst::Engine::PSGI is a Catalyst Engine that
adapts Catalyst into the PSGI gateway protocol.