[Module-build-checkins] Module-Build/lib/Module/Build Base.pm,1.340.2.12,1.340.2.13
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-01-10 03:04:51
|
Update of /cvsroot/module-build/Module-Build/lib/Module/Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27534/lib/Module/Build Modified Files: Tag: release-0_26_branch Base.pm Log Message: Fix a comment Index: Base.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Base.pm,v retrieving revision 1.340.2.12 retrieving revision 1.340.2.13 diff -u -d -r1.340.2.12 -r1.340.2.13 --- Base.pm 10 Jan 2005 01:03:23 -0000 1.340.2.12 +++ Base.pm 10 Jan 2005 03:04:36 -0000 1.340.2.13 @@ -1341,8 +1341,8 @@ File::Spec->catdir($p->{base_dir}, $self->blib, 'arch'), @INC); - # Filter out duplicate and non-existent @INC entries - some versions - # of Test::Harness will really explode the number of entries here + # Filter out nonsensical @INC entries - some versions of + # Test::Harness will really explode the number of entries here @INC = grep {ref() || -d} @INC if @INC > 100; my $tests = $self->find_test_files; |