summaryrefslogtreecommitdiff
path: root/.dzil
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-06 10:38:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-06 10:38:37 -0700
commit1e94f4e2d5b618b0b945d9cea30b04ba2d95d608 (patch)
treefd54965a4ebfe71ab3297ffd7858d810ebe0fae4 /.dzil
parentfe5856ea75ef36e340addfd1887e87426254e154 (diff)
downloaddotfiles-1e94f4e2d5b618b0b945d9cea30b04ba2d95d608.tar.gz
add another comment line
avoids $VERSION interrupting the lines at top of module
Diffstat (limited to '.dzil')
-rw-r--r--.dzil/profiles/default/Module.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dzil/profiles/default/Module.pm b/.dzil/profiles/default/Module.pm
index a96af0d4..68be397f 100644
--- a/.dzil/profiles/default/Module.pm
+++ b/.dzil/profiles/default/Module.pm
@@ -1,6 +1,6 @@
package {{$name}};
# ABSTRACT: my cool module
-
+#
# Copyright (C) {{$dist->copyright_year}} {{$dist->copyright_holder}}
#
# This program is free software: you can redistribute it and/or modify