Test::Data

Test::Data is a Perl module to test functions for particular variable types.
Download

Test::Data Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • brian d foy
  • Publisher web site:
  • http://search.cpan.org/~bdfoy/

Test::Data Tags


Test::Data Description

Test::Data is a Perl module to test functions for particular variable types. Test::Data is a Perl module to test functions for particular variable types.SYNOPSISuse Test::Data qw(Scalar Array Hash Function);Test::Data provides utility functions to check properties and values of data and variables.FunctionsPlug-in modules define functions for each data type. See the appropriate module.How it worksThe Test::Data module simply emports functions from Test::Data::* modules. Each module defines a self-contained function, and puts that function name into @EXPORT. Test::Data defines its own import function, but that does not matter to the plug-in modules.If you want to write a plug-in module, follow the example of one that already exists. Name the module Test::Data::Foo, where you replace Foo with the right name. Test::Data should automatically find it. Requirements: · Perl


Test::Data Related Software