diff lib/IMPL.pm @ 425:c27434cdd611 ref20150831

sync
author cin
date Tue, 03 Apr 2018 19:30:01 +0300
parents c6e90e02dd17
children 09e0086a82a7
line wrap: on
line diff
--- a/lib/IMPL.pm	Tue Apr 03 10:54:09 2018 +0300
+++ b/lib/IMPL.pm	Tue Apr 03 19:30:01 2018 +0300
@@ -1,15 +1,4 @@
 package IMPL;
 use strict;
 
-use IMPL::_core qw(setDebug);
-use IMPL::_core::version;
-
-sub import {
-    my ($opts) = @_;
-    
-    if (ref $opts eq 'HASH') {
-        setDebug($$opts{Debug}) if exists $$opts{Debug};
-    }
-}
-
 1;