91b0ab478ae1dd46600976e9b91540304ecbb9fd
[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;