There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

modularize_program - convert a fsdb library to a standalone program

SYNOPSIS

modularize_program dbcol < lib/Fsdb/Filter/dbcol > bin/dbcol

DESCRIPTION

Using intimate knowledge of how filter code is layed out, we copy it to a stand-alone program that just invokes the filter. Thus the filter is the master copy of everything.