diff options
| author | 2007-07-04 02:00:24 +0000 | |
|---|---|---|
| committer | 2007-07-04 02:00:24 +0000 | |
| commit | 2e39d5b2b95c2e705fd962c9752070f816c1dfec (patch) | |
| tree | 64d6fde2a4cd488d7add12ca4897daee216777ae /modules/command.pl | |
| parent | 6fe4d3ecbdc3196c7c62b9b7e00d5063bd0dbee9 (diff) | |
critical bug fix + code optimizations
Diffstat (limited to 'modules/command.pl')
| -rw-r--r-- | modules/command.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/command.pl b/modules/command.pl index b0523c4..04f1d90 100644 --- a/modules/command.pl +++ b/modules/command.pl @@ -1,6 +1,7 @@ package ASM::Commander; use warnings; use strict; +use IO::All; sub new { |
