diff options
| author | 2015-12-25 21:52:37 +0400 | |
|---|---|---|
| committer | 2015-12-25 21:52:37 +0400 | |
| commit | 3ad48471cdaec8059be4945606d97c019f2e4ce0 (patch) | |
| tree | b921b20df890e38c0a7b5638fc42912ad40dcbc7 /lib/ASM/Inspect.pm | |
| parent | 8aa897dc2ed6f342517daf97aaac881aa4fe62f4 (diff) | |
General code cleanup (removing unused functions / old commented out code / etc.)
Diffstat (limited to 'lib/ASM/Inspect.pm')
| -rw-r--r-- | lib/ASM/Inspect.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ASM/Inspect.pm b/lib/ASM/Inspect.pm index df515dc..bb885d2 100644 --- a/lib/ASM/Inspect.pm +++ b/lib/ASM/Inspect.pm @@ -1,12 +1,9 @@ package ASM::Inspect; use warnings; use strict; -use feature qw(say); use Data::Dumper; -#use List::Util qw(first); use String::Interpolate qw(interpolate); -use Carp qw(cluck); %::ignored = (); sub new |
