https://github.com/rsrchboy/test-dbicschemaloaderdigest
https://github.com/rsrchboy/test-dbicschemaloaderdigest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rsrchboy/test-dbicschemaloaderdigest
- Owner: rsrchboy
- Created: 2011-09-16T00:28:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T22:57:00.000Z (over 8 years ago)
- Last Synced: 2025-01-16T04:20:25.211Z (5 months ago)
- Language: Perl
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 testThen 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