On Tue, Sep 18, 2007 at 11:41:30AM -0400, Rick Delaney
wrote:
> diff -pruN perl-current/pod/perldiag.pod
perl-current-dev/pod/perldiag.pod
> --- perl-current/pod/perldiag.pod 2007-09-08
18:37:50.000000000 -0400
> +++ perl-current-dev/pod/perldiag.pod 2007-09-18
00:26:50.000000000 -0400
>  -282,6 +282,12  invalid anytime, even before the end of
> literals or global values as arguments to the
"p" pack() template to
> avoid this warning.
>
> +=item Attempt to reload %s aborted.
> +
> +(F) You tried to load a file with C<use> or
C<require> that failed to
> +compile once already. Perl will not try to compile
this file again
> +unless you delete in from %INC. See
L<perlfunc/require> and L<perlvar/%INC>.
> +
Should that be "unless you delete it from %INC"?
(Or maybe "unless you delete its entry from
%INC".)
Ronald
|