On Jan 14, 2008 6:35 AM, Cosimo Streppone <[EMAIL PROTECTED]> wrote:
>
> - Are smartlinks "stackable?"
> That is, can I refer the same code to multiple links?
> http://perlsix.org/svn/pugs/revision?rev=19471
>
Yes, sure you can :) From util/smartlinks.pl's POD:
Multiple adjacent smartlinks can share the same snippet of tests right below
them:
# L<S02/Context/boolean "?">
# L<S03/Changes to Perl 5 operators/"?" imposes boolean context>
{ ... }
By doing this, one can effectively link one group of tests to
multplie places in the Synopses, leading to m-to-n correspondance.
Please see http://svn.pugscode.org/pugs/util/smartlinks.pl for more
information :)
>
> - Is [1] the correct way of declaring "todo" tests?
> What's the equivalent in new compiler directives
> of `:todo<feature>', `:todo<bug>', and ':todo'?
I think Jerry Gay ([particle]) has worked out some special comment
syntax for that already ;) Jerry?
>
> - Does anyone know a way to install pugs additional
> haskell packages on Win32? I mean pugs-hsregex
> and friends. `pugs/configure' keeps complaining
> about those.
>
Sorry, not sure about this one. Haven't touched Win32 for more than one year :P
Cheers,
-agentzh