diff options
author | David Phillips <david@sighup.nz> | 2018-08-12 19:42:21 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-08-12 19:42:21 +1200 |
commit | 7bd554b9d1147668a2ee855e2cc9e14e2ac584a3 (patch) | |
tree | 90c4fe434c766b38ad699fd5c62e4aa78ed7dfad /Plugin/Echo.pm | |
parent | a4eecef776084821369e7396fe9b08201f3765dd (diff) | |
download | idalius-7bd554b9d1147668a2ee855e2cc9e14e2ac584a3.tar.xz |
Remove unnecessary shebangs from modules
Diffstat (limited to 'Plugin/Echo.pm')
-rw-r--r-- | Plugin/Echo.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Plugin/Echo.pm b/Plugin/Echo.pm index 5f2c53a..76a245a 100644 --- a/Plugin/Echo.pm +++ b/Plugin/Echo.pm @@ -1,5 +1,3 @@ -#!/usr/bin/env perl - package Plugin::Echo; use strict; |