File: hash.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 (9 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
use Test::More tests => 1;
use Test::Data qw(Hash);


TODO: {
	local $TODO = "No tests for Hash yet";
	
	ok( 0 );
	}