Descends down the current directory, trying to find the first *.pm file
on its way, omitting the blib directory. Returns path/name of the
first file if it finds one.
Verifies that cvs update doesn't print anything which isn't checked in.
Use .cvsignore for stuff you don't want to be reported.
Returns a true value if everything is checked in.
Call pretty much every function in this module. If $sloppy_cvs is set to a true value,
the function will not enforce that everything is checked in. $sloppy_cvs defaults
to false if omitted, therefore enforcing that everything is checked in before the module
is released. $mpl_params specifies any parameters that have to be given to a
perl Makefile.PL call in your distribution.
Copyright 2002 by Mike Schilli, all rights reserved.
This program is free software, you can redistribute it and/or
modify it under the same terms as Perl itself.