stas 2004/06/15 10:50:34
Modified: lib/ModPerl CScan.pm Log: help avoid confusion with Data::Flow being a requirement, when it's not Revision Changes Path 1.3 +4 -0 modperl-2.0/lib/ModPerl/CScan.pm Index: CScan.pm =================================================================== RCS file: /home/cvs/modperl-2.0/lib/ModPerl/CScan.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -u -r1.2 -r1.3 --- CScan.pm 30 Apr 2004 21:55:53 -0000 1.2 +++ CScan.pm 15 Jun 2004 17:50:34 -0000 1.3 @@ -3,7 +3,11 @@ require Exporter; use Config '%Config'; use File::Basename; + +# NOTE to distributors: this module is needed only for mp2 developers, +# it's not a requirement for mod_perl users use Data::Flow qw(0.05); + use strict; # Earlier it catches ISA and EXPORT. @ModPerl::CScan::ISA = qw(Exporter Data::Flow);