tracks/perl5/templates/module.mustache in trackler-2.2.1.131 vs tracks/perl5/templates/module.mustache in trackler-2.2.1.132
- old
+ new
@@ -1,8 +1,10 @@
{{#package_comment}}{{&package_comment}}
{{/package_comment}}package {{&exercise}} {{&version}};
use strict;
-use warnings;{{#module_file}}
+use warnings;{{#subs}}
+use Exporter 'import';
+our @EXPORT_OK = qw({{&subs}});{{/subs}}{{#module_file}}
{{&module_file}}{{/module_file}}
1;