aboutsummaryrefslogtreecommitdiff
path: root/template/package.perl
blob: b4fa22caeec08b6d3f2e0b93fa3f8500d0bde7ca (plain)
1
2
3
4
5
6
7
8
9
package {{_expr_:substitute(substitute(substitute(expand('%'), '.*lib[\\/]', '', 'g'), '[\\/]', '::', 'g'), '\.pm$', '', 'g')}};

use strict;
use warnings;
use utf8;

{{_cursor_}}

1