From: chromatic [mailto:chromatic@;wgz.org]
> 
> Brent Dax had a nice suggestion for Perl 6 test organization. 
> I like it tremendously.

isn't it missing: t/var/list/...?

Per Apocalpyse 2, RFC 175:
> 
>     [1,2,3]
>
> is syntactic sugar for something like:
> 
>     scalar(list(1,2,3));
>
> Depending on whether we continue to make a big deal of
> the list/array distinction, > that might actually be
> spelled:
> 
>     scalar(array(1,2,3));


> On Tue, 12 Nov 2002 10:01:44 +0000, Brent Dax wrote:
> 
> > I don't see why we can't do this.
> > 
> >     t/
> >             var/
> >                     scalar/
> >                             string/
> >                                     to_bool.t
> >                                     from_bool.t
> >                                     ...
> >                                     regress.t
> >                             num/
> >                             bool/
> >                             ref/
> >                             typed/
> >                             prop/
> >                             taint/
> >                     array/
> >                             normal/
> >                             sized/
> >                             typed/
[...]


--
Garrett Goebel
IS Development Specialist

ScriptPro                   Direct: 913.403.5261
5828 Reeds Road               Main: 913.384.1008
Mission, KS 66202              Fax: 913.384.2180
www.scriptpro.com          [EMAIL PROTECTED]

Reply via email to