libdata-treedumper-oo-perl
Object-oriented interface to Data::TreeDumper
The Data::TreeDumper::OO Perl module provides an object-oriented
interface for displaying Perl data structures and objects in
a format that is hopefully easier to read than the one produced by
the standard Perl Data::Dumper module.
python-flake8
code checker using pycodestyle and pyflakes - Python 2.x
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
Flake8 runs all tools by launching the single 'flake8' script, but ignores
pycodestyle and PyFlakes extended options and just uses defaults. It displays
the warnings in a per-file, merged output.
cl-rt
Common Lisp regression tester from MIT
This is MIT's regression tester for Common Lisp programs. It provides a
framework for writing
regression tests for Common Lisp packages. This package includes
Paul Dietz's modifications to the original MIT release.
libmoosex-object-pluggable-perl
Perl module for adding plugin support to your Moose classes
MooseX::Object::Pluggable is meant to be loaded as a role from Moose-based
classes. It will add five methods and four attributes to assist you with the
loading and handling of plugins and extensions for plugins. This may pollute
your namespace, however great care has been taken in using the least
ambiguous names possible.
libdata-flow-perl
Perl extension for simple-minded recipe-controlled build of data
Data::Flow allows you to define recipes for building data. A recipe
contains all of the rules for determining the value of the data involved
based on a set of defaults and/or interreactions with other pieces of
data in an automated fashion. You can define any or all of:
- default values
- prerequisites (other fields that must have values before the field
in question can be determined)
- subroutines to build the field data given all requirements
libwxsvg-dbg
Debugging symbols for wxSVG