File: grade_pp.t

package info (click to toggle)
libscalar-string-perl 0.001-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 120 kB
  • ctags: 1
  • sloc: perl: 91; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
use warnings;
use strict;

do "t/setup_pp.pl" or die $@ || $!;
do "t/grade.t" or die $@ || $!;

1;