Start factoring out common pieces of run-tests scripts.
[pintos-anon] / grading / lib / Pintos / Grading.pm
1 package Pintos::Grading;
2 use Exporter 'import';
3
4 @EXPORT = qw($verbose $action);
5
6 use warnings;
7 use strict;
8 use Getopt::Long;
9
10
11
12 1;