Re: [UsingPerl6] layout-basic branch

2010-07-11 Thread Moritz Lenz
Hi, thanks of all your tremendous work. Unfortunately I can't build the 'layout-basic' branch, I get --- Using incorrect driver for hyperref! --- Using pdflatex: specify pdftex in the hyperref options (or leave it blank). And I don't know how to fix it. The generated .tex file already has

Re: unexpected failure with trailing white space in use

2010-07-11 Thread Todd Olson
This occurred with $ perl6 -v This is Rakudo Perl 6, version 2010.06-219-g7579f7a Copyright 2008-2010, The Perl Foundation - - - - ===SORRY!=== Confused at line 2, near use v6 ;\n - - - - Regards, Todd Olson Delete Prev | Delete Next

Re: [perl #76442] [BUG} say ?1..2 # prints ones indefinitively

2010-07-11 Thread Patrick R. Michaud
On Sat, Jul 10, 2010 at 04:44:40AM -0700, Stephane Payrard wrote: # both statement below print 1 ad nauseam. say ?1..2 say (?1)..2 What should the result of True..2 be? (Note that (1,2) is probably not the correct answer, as infix:.. isn't specified to coerce to numeric.) Pm

Re: unexpected failure with trailing white space in use

2010-07-11 Thread Patrick R. Michaud
On Sun, Jul 11, 2010 at 02:17:30PM -0400, Todd Olson wrote: #!/path/to/perl6 use v6 ; - - - - failed with this output [...] Now fixed in bb6df24, thanks. Pm