diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-10-11 17:36:22 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-10-11 17:36:22 +0200 |
commit | 5f0446c139df8457637d053438c9e01ba0415228 (patch) | |
tree | 071c2355d361e58234e47a7f8a14dbf834c5ddef /lib | |
parent | 216e582df74a80c3f168eacf100501f1cff6c35c (diff) | |
download | manatools-5f0446c139df8457637d053438c9e01ba0415228.tar manatools-5f0446c139df8457637d053438c9e01ba0415228.tar.gz manatools-5f0446c139df8457637d053438c9e01ba0415228.tar.bz2 manatools-5f0446c139df8457637d053438c9e01ba0415228.tar.xz manatools-5f0446c139df8457637d053438c9e01ba0415228.zip |
diagnostic here seem to loop for any warnings.
Removing atm, but needs a better investigation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/AdminPanel/Module.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AdminPanel/Module.pm b/lib/AdminPanel/Module.pm index cdb54a0b..cd8c64e6 100644 --- a/lib/AdminPanel/Module.pm +++ b/lib/AdminPanel/Module.pm @@ -30,7 +30,6 @@ Version 0.01 our $VERSION = '1.0.0'; -use diagnostics; use yui; =head1 SUBROUTINES/METHODS |