Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Test::Data::Function -- test functions for functions

Author

       brian d foy, "<briandfoy@pobox.com>"

Description

       This module provides test functions for subroutine sorts of things.

   Functions
       prototype_ok( PROTOTYPE, SUB [, NAME ] )

Name

       Test::Data::Function -- test functions for functions

See Also

       Test::Data, Test::Data::Array, Test::Data::Hash, Test::Data::Scalar, Test::Builder

Source Availability

       This source is in Github:

               https://github.com/briandfoy/test-data

Synopsis

               use Test::Data qw(Function);

See Also