stas 02/03/21 23:01:26
Modified: lib/DocSet Util.pm
Log:
bug fixes
Revision Changes Path
1.6 +1 -1 modperl-docs/lib/DocSet/Util.pm
Index: Util.pm
===================================================================
RCS file: /home/cvs/modperl-docs/lib/DocSet/Util.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Util.pm 22 Mar 2002 07:00:30 -0000 1.5
+++ Util.pm 22 Mar 2002 07:01:25 -0000 1.6
@@ -266,7 +266,7 @@
# perl 5.005_03 on FreeBSD doesn't set the dir it chdir'ed to
# need to move this to compat level?
require Cwd;
- File::Find::find(sub {push @files, catfile($cwdCwd::cwd(), $_)},
$_[0]);
+ File::Find::find(sub {push @files, catfile(Cwd::cwd(), $_)}, $_[0]);
}
return [EMAIL PROTECTED];
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]