File: test.pl

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 (6 lines) | stat: -rw-r--r-- 129 bytes parent folder | download
1
2
3
4
5
6
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use Inline::C::grammar;
$loaded = 1;
print "ok 1\n";