On 9 May 2011 22:48, <[email protected]> wrote: > Revision 1266 Author misc Date 2011-05-09 22:48:31 +0200 (Mon, 09 May 2011) > > Log Message > > add missing function ( and no titi, perl_checker didn't notice this one, but > pterjan checker did )
you lie: File "emi", line 178, character 42-53 unknown function difference2 File "emi", line 183, character 24-27 unknown function if_ File "emi", line 217, character 39-50 unknown function difference2 > Modified: build_system/iurt/trunk/emi > =================================================================== > --- build_system/iurt/trunk/emi 2011-05-09 20:25:50 UTC (rev 1265) > +++ build_system/iurt/trunk/emi 2011-05-09 20:48:31 UTC (rev 1266) > @@ -36,6 +36,7 @@ > use Iurt::Util qw(plog_init plog); > use Data::Dumper; > use MDK::Common qw(cat_); > +use MDK::Common::DataStructure qw(difference2);
