File: 00init.t

package info (click to toggle)
libinline-perl 0.50-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 632 kB
  • sloc: perl: 3,950; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
use strict;
use Test;

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

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