* Dave Hart wrote on Sun, Jan 09, 2011 at 06:58:06PM CET:
> On Sun, Jan 9, 2011 at 10:41 UTC, Ralf Wildenhues wrote:
> > --- a/lib/Automake/Rule.pm
> > +++ b/lib/Automake/Rule.pm
> [...]
> > -The I function. Clears all know rules and reset some
> > +The I function. Clears all know rules and reset
On Sun, Jan 9, 2011 at 10:41 UTC, Ralf Wildenhues
wrote:
> I'll be pushing these trivial typofixes out to maint soonish.
>
>
> diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm
> index 8fc5250..60c48f1 100644
> --- a/lib/Automake/Rule.pm
> +++ b/lib/Automake/Rule.pm
[...]
> -The I function.
* Peter Rosin wrote on Sun, Jan 09, 2011 at 06:51:19PM CET:
> Den 2011-01-09 11:41 skrev Ralf Wildenhues:
> > @@ -384,7 +385,7 @@ sub reset()
> >
> > =item C
> >
> > -Register a suffix rules defined on C<$where> that transform
> > +Register a suffix rules defined on C<$where> that transforms
>
Den 2011-01-09 11:41 skrev Ralf Wildenhues:
> @@ -384,7 +385,7 @@ sub reset()
>
> =item C
>
> -Register a suffix rules defined on C<$where> that transform
> +Register a suffix rules defined on C<$where> that transforms
> files ending in C<$src> into files ending in C<$dest>.
>
> This upgra
So I started reading what we currently do about rules, in preparation
for gnu-make stuff.
I'll be pushing these trivial typofixes out to maint soonish.
Thanks,
Ralf
Fix typos in Rule.pm comments.
* lib/Automake/Rule.pm: Fix typos in comments.
diff --git a/lib/Automake/Rule