NAME
    Test::Software::License - just another xt for Software::License

VERSION
    This document describes Test::Software::License version 0.001002

SYNOPSIS
            use Test::More;
            use Test::Requires {
                    'Test::Software::License' => 0.00,
            };

            all_software_license_ok();

            done_testing();

    see eg/ for a compleat test files

DESCRIPTION
    this should be treated as beta, as initial release

METHODS
    *   all_software_license_from_meta_ok

        If you just want to test the META files only

    *   all_software_license_from_metajson_ok

    *   all_software_license_from_metayml_ok

    *   all_software_license_from_perlmodule_ok

        If you just want to test the contents of lib directories

    *   all_software_license_from_perlscript_ok

        If you just want to test the contents script and bin directories

    *   all_software_license_ok

        This is the main method you should use.

    *   import

AUTHOR
    Kevin Dawson <bowtie@cpan.org>

  CONTRIBUTORS
    none at present

COPYRIGHT
    Copyright © 2013 the Test::Software::License "AUTHOR" and "CONTRIBUTORS"
    as listed above.

LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

SEE ALSO
    Software::License

