Test::Signature

Test::Signature is a Perl module to automate SIGNATURE testing.
Download

Test::Signature Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Iain Truskett
  • Publisher web site:
  • http://search.cpan.org/~autrijus/Test-Signature-1.06/lib/Test/Signature.pm

Test::Signature Tags


Test::Signature Description

Test::Signature is a Perl module to automate SIGNATURE testing. Test::Signature is a Perl module to automate SIGNATURE testing.SYNOPSIS # This is actually the t/00signature.t # file from this distribution. use Test::More tests => 1; use Test::Signature; signature_ok();ABSTRACTTest::Signature verifies that the Module::Signature generated signature of a module is correct.Module::Signature allows you to verify that a distribution has not been tampered with. Test::Signature lets that be tested as part of the distribution's test suite.By default, if Module::Signature is not installed then it will just say so and not fail the test. That can be overridden though.IMPORTANT: This is not a substitute for the users verifying the distribution themselves. By the time this module is run, the users will have already run your Makefile.PL or Build.PL scripts which could have been compromised.This module is more for ensuring you've updated your signature appropriately before distributing, and for preventing accidental errors during transmission or packaging. Requirements: · Perl


Test::Signature Related Software