diff options
author | goose121 <goose121@users.noreply.github.com> | 2017-12-06 13:51:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-06 13:51:14 -0700 |
commit | a0fd8d493a9750195f1c8b660746f7744ebd6471 (patch) | |
tree | 6218e6cb763e21a13762a9482b3649f0f503c892 /initify.pl | |
parent | b5f43f9edaa9284dab0a2a602328423eab72ac4e (diff) | |
download | initify-a0fd8d493a9750195f1c8b660746f7744ebd6471.tar.lz initify-a0fd8d493a9750195f1c8b660746f7744ebd6471.tar.xz initify-a0fd8d493a9750195f1c8b660746f7744ebd6471.zip |
Update initify.pl
Diffstat (limited to 'initify.pl')
-rw-r--r-- | initify.pl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# (c) goose121, 2017 +# Released under the MIT license + use v5.10.1; use feature "switch"; my $type = "simple"; |