File: 00.load.t

package info (click to toggle)
libconfig-json-perl 1.5000-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 136 kB
  • ctags: 17
  • sloc: perl: 271; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
use Test::More tests => 1;
use lib '../lib';

use_ok( 'Config::JSON' );