NAME
    Test::DBICSchemaLoaderDigest - test the DBIC::Schema::Loader's MD5 sum

VERSION
    This document describes version 0.04 of Test::DBICSchemaLoaderDigest -
    released June 30, 2012 as part of Test-DBICSchemaLoaderDigest.

SYNOPSIS
      use Test::More tests => 1;
      use Test::DBICSchemaLoaderDigest;
      test_dbic_schema_loader_digest('lib/Proj/Schema/Foo.pm');

DESCRIPTION
    Hey DBIC::Schema::Loader dumps follow code:

        # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2lkIltTa9Ey3fExXmUB/gw

    But, some programmer MODIFY THE ABOVE OF THIS CODE!!!!!!!!!!
    AAAAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH!!!

    This module tests for manual changes to the forbidden zone. If you use
    this test, you can stop this problem before it becomes a real problem.

METHODS
  test_dbic_schema_loader_digest('lib/Proj/Schema/Foo.pm')
    Check the MD5 sum.

CODE COVERAGE
        ---------------------------- ------ ------ ------ ------ ------ ------ ------
        File                           stmt   bran   cond    sub    pod   time  total
        ---------------------------- ------ ------ ------ ------ ------ ------ ------
        ...DBICSchemaLoaderDigest.pm  100.0  100.0    n/a  100.0  100.0  100.0  100.0
        Total                         100.0  100.0    n/a  100.0  100.0  100.0  100.0
        ---------------------------- ------ ------ ------ ------ ------ ------ ------

SEE ALSO
    Please see those modules/websites for more information related to this
    module.

    *   DBIx::Class::Schema::Loader

SOURCE
    The development version is on github at
    <http://github.com/RsrchBoy/test-dbicschemaloaderdigest> and may be
    cloned from <git://github.com/RsrchBoy/test-dbicschemaloaderdigest.git>

BUGS
    Please report any bugs or feature requests on the bugtracker website
    https://github.com/RsrchBoy/test-dbicschemaloaderdigest/issues

    When submitting a bug or request, please include a test-file or a patch
    to an existing test-file that illustrates the bug or desired feature.

AUTHORS
    *   Tokuhiro Matsuno <tokuhirom@gmail.com>

    *   Chris Weyl <cweyl@alumni.drew.edu>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2012 by Tokuhiro Matsuno
    <tokuhirom@gmail.com>.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.