On Fri, Feb 24, 2006 at 12:51:13PM -0800, Tyler MacDonald wrote:
>
> Sometimes it's beneficial for an automated tester to install
> additional packages (in software I'm releasing, Test::CPANpm and
> sqlite are perfect examples). It would be good to have a standard way
> to tell a smoke teste
Author: larry
Date: Fri Feb 24 16:04:13 2006
New Revision: 7860
Modified:
doc/trunk/design/syn/S05.pod
Log:
* Added $() access to "result" object.
* Added <( pat )> matcher to capture simple result object.
* Changed old <(...)> assertion to and ,
which is more consistent with other callou
Author: larry
Date: Sat Feb 25 00:29:54 2006
New Revision: 7863
Modified:
doc/trunk/design/syn/S02.pod
doc/trunk/design/syn/S03.pod
doc/trunk/design/syn/S04.pod
doc/trunk/design/syn/S05.pod
Log:
Various tweaks and comments from TheDamian.
Modified: doc/trunk/design/syn/S02.pod
=
Author: autrijus
Date: Sat Feb 25 01:59:19 2006
New Revision: 7867
Modified:
doc/trunk/design/syn/S05.pod
Log:
* S05: Fix the <(...)> typo (was spelled <(...\>) and
make the moose example slightly more idiomatic.
Modified: doc/trunk/design/syn/S05.pod
===
Leopold Toetsch (via RT) wrote:
fill the function body of Parrot_register_move() (src/utils.c 633 ff).
Parrot is now using this function [1] for recursive tailcalls. There are
2 new tests in t/compilers/imcc/imcpasm/optc.t.
Implementations can therefore be tested easily now.
[1] just a bro
Author: larry
Date: Sat Feb 25 01:58:24 2006
New Revision: 7866
Modified:
doc/trunk/design/syn/S05.pod
Log:
Fixed and clarified <(...)> definition.
Modified: doc/trunk/design/syn/S05.pod
==
--- doc/trunk/design/syn/S
Author: larry
Date: Sat Feb 25 02:30:24 2006
New Revision: 7869
Modified:
doc/trunk/design/syn/S04.pod
Log:
Example was still in superpositional Perl[5|6]. dconway++ lwall--
Modified: doc/trunk/design/syn/S04.pod
==
On Feb 24, 2006, at 11:42 PM, Tyler MacDonald wrote:
Adam Kennedy <[EMAIL PROTECTED]> wrote:
So while we are on the subject of META.yml, I think the
dynamic_config
approach is horrible, because it defaults to an efficient error
case and
relies on the author to fix the error, rather than de