logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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