File: function.t

package info (click to toggle)
libtest-data-perl 1.248-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 200 kB
  • sloc: perl: 471; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
use Test::More tests => 2;
use Test::Data qw(Function);

sub fooey($$) { 1 }

prototype_ok( &fooey, '$$', 'Double scalar fooey' );
prototype_ok( &fooey, '$$' );