Function(3pm) User Contributed Perl Documentation Function(3pm)
NAME
Test::Data::Function -- test functions for functions
SYNOPSIS
use Test::Data qw(Function);
DESCRIPTION
This module provides test functions for subroutine sorts of things.
Functions
prototype_ok( PROTOTYPE, SUB [, NAME ] )
SEE ALSO
Test::Data, Test::Data::Array, Test::Data::Hash, Test::Data::Scalar, Test::Builder
SOURCE AVAILABILITY
This source is in Github:
http://github.com/briandfoy/test-data/tree/master
AUTHOR
brian d foy, "<bdfoy@cpan.org>"
COPYRIGHT AND LICENSE
Copyright (c) 2002-2009 brian d foy. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
perl v5.14.2 2009-02-12 Function(3pm)