An open API service indexing awesome lists of open source software.

https://github.com/rsrchboy/test-dbicschemaloaderdigest


https://github.com/rsrchboy/test-dbicschemaloaderdigest

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

This is Perl module Test::DBICSchemaLoaderDigest.

INSTALLATION

Test::DBICSchemaLoaderDigest installation is straightforward. If your CPAN shell is set up,
you should just be able to do

% cpan Test::DBICSchemaLoaderDigest

Download it, unpack it, then build it as per the usual:

% perl Makefile.PL
% make && make test

Then install it:

% make install

DOCUMENTATION

Test::DBICSchemaLoaderDigest documentation is available as in POD. So you can do:

% perldoc Test::DBICSchemaLoaderDigest

to read the documentation online with your favorite pager.

Tokuhiro Matsuno