File: 00init.t

package info (click to toggle)
libinline-perl 0.43-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 412 kB
  • ctags: 107
  • sloc: perl: 3,584; makefile: 42
file content (7 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use strict;
use Test;

mkdir('./_Inline_test', 0777) unless -e './_Inline_test';

plan(tests => 1);
ok(1);