Search results for "PJCJ"
Devel::Cover - Code coverage metrics for Perl
This module provides code coverage metrics for Perl. Code coverage metrics describe how thoroughly tests exercise code. By using Devel::Cover you can discover areas of code not exercised by your tests and determine which tests to create to increase c...
PJCJ/Devel-Cover-1.38 - 05 Jun 2022 18:20:42 UTC - Search in distribution
DBIx::Class::Migration - Use the best tools together for sane database migrations
DBIx::Class::DeploymentHandler is a state of the art solution to the problem of creating sane workflows for versioning DBIx::Class managed database projects. However, since it is more of a toolkit for building custom versioning and migration workflow...
JJNAPIORK/DBIx-Class-Migration-0.075 - 02 Jun 2020 20:56:05 UTC - Search in distribution
Dancer::Plugin::SimpleCRUD - very simple CRUD (create/read/update/delete)
A plugin for Dancer web applications, to use a few lines of code to create appropriate routes to support creating/editing/deleting/viewing records within a database table. Uses CGI::FormBuilder to generate, process and validate forms, Dancer::Plugin:...
BIGPRESH/Dancer-Plugin-SimpleCRUD-1.16 - 25 Oct 2018 21:28:01 UTC - Search in distribution
DBIx::Migration::Directories - Install/remove/upgrade/downgrade SQL schemas
"DBIx::Migration::Directories" provides you with a framework for managing database schemas easily. You create a directory to hold your schema, then in that directory create sub-directories containing the SQL code to install, remove, upgrade, or downg...
CRAKRJACK/DBIx-Migration-Directories-0.12 - 26 Mar 2014 01:09:45 UTC - Search in distribution
Devel::Deanonymize - A small tool to make anonymous sub visible
When collecting Coverage statistics with Devel::Cover a construct like below appear to be invisible and is simply ignored by the statistic: my $sub = sub { print "hello"; } This script aims to solve this problem by wrapping each file in a sub and thu...
TOBIB/Devel-Deanonymize-0.2.0 - 11 Feb 2022 11:37:31 UTC - Search in distribution
Shell::Source - run programs and inherit environment changes
The Shell::Source allows arbitrary shell scripts, or other programs for that matter, to be run and their environment to be inherited into a Perl program. Begin by creating a Shell::Source object, and specifying the shell it will use. If the shell is ...
PJCJ/Shell-Source-0.01 - 02 Aug 2001 22:01:04 UTC - Search in distribution
System::Explain - run a system command and explain the result
System::Explain is a standalone release of System, part of Gedcom v1.20 and earlier....
CXW/System-Explain-0.02 - 12 Dec 2019 02:05:58 UTC - Search in distribution
Perl::Critic::Policy::BuiltinFunctions::ProhibitShiftRef - Prohibit \shift in code
Prohibit the use of "\shift", as it is associated with bugs in Perl and its modules. Background Often, "\shift" is used to create references that act much like an alias. By creating an "alias" that is named, the code becomes more readable. For exampl...
PETDANCE/Perl-Critic-1.150 - 05 Mar 2023 03:28:32 UTC - Search in distribution