# from [email protected]
# on Saturday 17 January 2009 08:51:
>======================================================================
>======== --- Module-Build/trunk/t/files.t (original)
>+++ Module-Build/trunk/t/files.t Sat Jan 17 08:51:32 2009
>@@ -16,8 +16,6 @@
>
> $dist->chdir_in;
I think this ^-- means we're now inside a temp directory.
> my $mb = Module::Build->new_from_context;
> my @files;
>
>@@ -25,27 +23,18 @@
> # Make sure copy_if_modified() can handle spaces in filenames
>
> my @tmp;
>- foreach (1..2) {
>- my $tmp = File::Spec->catdir('t', "tmp$_");
>- $mb->add_to_cleanup($tmp);
And it appears that ^-- this was intended to provide coverage on
add_to_cleanup() and such.
Was there a failure it t/files.t due to the scanner?
Thanks,
Eric
--
"But as to modern architecture, let us drop it and let us take
modernistic out and shoot it at sunrise."
--F.L. Wright
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------