{{#package_comment}}{{&package_comment}} {{/package_comment}}package {{&exercise}} {{&version}}; use strict; use warnings;{{#subs}} use Exporter 'import'; our @EXPORT_OK = qw({{&subs}});{{/subs}}{{#module_file}} {{&module_file}}{{/module_file}} 1;